43 lines
1.4 KiB
HTML
43 lines
1.4 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>
|
||
|
<h2>Catégories</h2>
|
||
|
|
||
|
<div>Nombre de catégories : <span id="categoryCount">n/a</span></div>
|
||
|
<div>
|
||
|
<table class="table_classic sortable">
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th class="">Nom de la catégorie</th>
|
||
|
<th class="">Logiciels</th>
|
||
|
<th class="" style="width: 100px;">Services</th>
|
||
|
<th class="" style="width: 100px;">Organizations</th>
|
||
|
<th class="" style="width: 100px;">Utilisateurs mensuels</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody>
|
||
|
<tr id="categoryListLine">
|
||
|
<td id="categoryListLineName" style="padding-top: 0; padding-bottom: 0;">
|
||
|
<a href="#" id="categoryListLineNameLink" title="categoryListLineNameDescription">n/a</a>
|
||
|
</td>
|
||
|
<td id="categoryListLineSoftwares">n/a</td>
|
||
|
<td id="categoryListLineServiceCount" class="td_number">n/a</td>
|
||
|
<td id="categoryListLineOrganizationCount" class="td_number">n/a</td>
|
||
|
<td id="categoryListLineUserCount" class="td_number">n/a</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|