statoolinfosweb/src/fr/devinsy/statoolinfos/htmlize/propertyAlertView.xhtml

41 lines
1.6 KiB
HTML

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>StatoolInfos</title>
<meta charset="UTF-8" />
<meta name="keywords" content="statoolinfos,devinsy,federation" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="statoolinfos.css" />
<script src="sorttable.js" />
<script src="Chart.bundle.min.js"></script>
</head>
<body>
<div class="row center_table" style="width: 1400px;">
<div class="center">
<h2 id="statsTitle">Propriétés en alertes</h2>
</div>
<div style="margin-left: 0px; margin-bottom: 10px;">
<span style="margin-left: 150px;">Statistiques : </span>
<span id="lineCount" style="padding: 0 10px;" title="Nombre de lignes">n/a</span>
<span id="errorCount" class="bg_error" style="padding: 0 10px;" title="Erreurs">n/a</span>
<span id="warningCount" class="bg_warning" style="padding: 0 10px;" title="Attendus">n/a</span>
<span id="voidCount" class="bg_void" style="padding: 0 10px;" title="Inconnus">n/a</span>
</div>
<div id="block" style="width: 100%;">
<table id="blockTable" class="table_simple">
<tbody>
<tr id="line">
<td id="lineFileName" style="padding-top: 0; padding-bottom: 0;">
<a href="#" id="lineFileNameLink">n/a</a>
</td>
<td id="lineIndex" style="width: 30px; text-align: right; right; padding-right: 5px;">000</td>
<td id="lineContent" style="padding-left: 10px;">n/a</td>
<td id="lineComment" style="width: 200px; padding-left: 5px;">n/a</td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>