63 lines
3.4 KiB
HTML
63 lines
3.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>
|
||
|
<div class="center_table" style="width: 1000px;">
|
||
|
<table class="table_classic sortable left">
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th class="" style="width: 200px;">Nom du service</th>
|
||
|
<th class="" style="width: 200px;">Organisation</th>
|
||
|
<th class="">URL</th>
|
||
|
<th class="">Logiciel</th>
|
||
|
<th class="" style="width: 100px;">Utilisateurs mensuels</th>
|
||
|
<th class="" style="width: 25px;" colspan="4">Registration</th>
|
||
|
<th class="" style="width: 100px;">Date</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody>
|
||
|
<tr id="serviceListLine">
|
||
|
<td id="serviceListLineName" style="padding-top: 0; padding-bottom: 0;">
|
||
|
<a href="#" id="serviceListLineNameLink">
|
||
|
<img id="serviceListLineLogo" src="" style="width: 26px; height: 26px; padding-top:0; padding-bottom: 0; vertical-align: middle;"/>
|
||
|
 <span id="serviceListLineNameValue">n/a</span>
|
||
|
</a>
|
||
|
</td>
|
||
|
<td id="serviceListLineOrganization" style="padding-top: 0; padding-bottom: 0;">
|
||
|
<a href="#" id="serviceListLineOrganizationLink">
|
||
|
<img id="serviceListLineOrganizationLogo" src="" style="width: 26px; height: 26px; padding-top:0; padding-bottom: 0; vertical-align: middle;"/>
|
||
|
 <span id="serviceListLineOrganizationValue">n/a</span>
|
||
|
</a>
|
||
|
</td>
|
||
|
<td id="serviceListLineWebsite"><a href="#" id="serviceListLineWebsiteLink">n/a</a></td>
|
||
|
<td id="serviceListLineSoftware">n/a</td>
|
||
|
<td id="serviceListLineUserCount" class="td_number">n/a</td>
|
||
|
<td id="serviceListLineRegistrationNone" class="td_center" style="padding-top: 0; padding-bottom: 0;">
|
||
|
<img id="serviceListLineRegistrationNoneImg" src="circle-icons/mono/global.png" class="disabled" style="width: 25px; height: 25px; padding-top:0; padding-bottom: 0; vertical-align: middle;" title="Sans compte"/>
|
||
|
</td>
|
||
|
<td id="serviceListLineRegistrationFree" class="td_center" style="padding-top: 0; padding-bottom: 0;">
|
||
|
<img id="serviceListLineRegistrationFreeImg" src="circle-icons/mono/profile.png" class="disabled" style="width: 25px; height: 25px; padding-top:0; padding-bottom: 0; vertical-align: middle;" title="Compte libre"/>
|
||
|
</td>
|
||
|
<td id="serviceListLineRegistrationMember" class="td_center" style="padding-top: 0; padding-bottom: 0;">
|
||
|
<img id="serviceListLineRegistrationMemberImg" src="circle-icons/mono/money.png" class="disabled" style="width: 25px; height: 25px; padding-top:0; padding-bottom: 0; vertical-align: middle;" title="Réservé aux adhérents"/>
|
||
|
</td>
|
||
|
<td id="serviceListLineRegistrationClient" class="td_center" style="padding-top: 0; padding-bottom: 0;">
|
||
|
<img id="serviceListLineRegistrationClientImg" src="circle-icons/mono/creditcard.png" class="disabled" style="width: 25px; height: 25px; padding-top:0; padding-bottom: 0; vertical-align: middle;" title="Réservé aux clients"/>
|
||
|
</td>
|
||
|
<td id="serviceListLineDate" class="center">n/a</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|