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

52 lines
2 KiB
HTML
Raw Normal View History

2020-09-20 13:13:04 +02:00
<?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" />
2020-09-20 21:02:27 +02:00
<script src="sorttable.js" />
2020-09-20 13:13:04 +02:00
<script src="Chart.bundle.min.js"></script>
</head>
<body>
<div style="margin: 5px 10px 10px 10px;">
<h1><a href="index.xhtml"><img src="logo.jpg" style="width: 35px;"/> StatoolInfos</a><sup id="versionsup" style="font-size: 9px;">v0.0.14</sup> <a href="about.xhtml">À propos</a><span style="font-size: 9px; float: right;">Page updated on<br/><span id="lastUpdateDate" style="font-size: 9px;">xx/xx/xxxx xx:xx</span></span></h1>
<div style="margin: 5px;">
<a id="propertiesRawButton" href="#" class="button">Property Stats</a>
</div>
<div class="center">
<h2>Statistics des property</h2>
<div>Nombre de property : <span id="propertyCount">n/a</span></div>
<div>Nombre de fichiers : <span id="fileCount">n/a</span></div>
<div class="left">
2020-09-20 21:02:27 +02:00
<table class="table_classic center_table sortable " style="width: 600px; margin-left: auto; margin-right: auto;">
<thead>
<tr>
<th style="width: 150px;">Path</th>
2020-09-21 00:20:14 +02:00
<th style="width: 10px;">Filled Count</th>
2020-09-20 21:02:27 +02:00
<th style="width: 10px;">File&#160;%</th>
2020-09-21 00:20:14 +02:00
<th style="width: 10px;">Blank Count</th>
2020-09-20 21:02:27 +02:00
<th style="width: 10px;">File&#160;%</th>
</tr>
</thead>
<tbody>
<tr id="propertyLine">
<td id="propertyLinePath" class="">n/a</td>
<td id="propertyLineFilledCount" class="td_number">n/a</td>
<td id="propertyLineFilledCountPercentage" class="td_number">n/a</td>
<td id="propertyLineBlankCount" class="td_number">n/a</td>
<td id="propertyLineBlankCountPercentage" class="td_number">n/a</td>
</tr>
</tbody>
2020-09-20 13:13:04 +02:00
</table>
</div>
</div>
2020-09-21 00:20:14 +02:00
2020-09-20 13:13:04 +02:00
</div>
</body>
</html>