53 lines
2.3 KiB
HTML
53 lines
2.3 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: 900px;">
|
|
<div class="center" >
|
|
<h2><img id="serviceLogo" src="#" style="width: 100px; heigth: 100px;"/> <span id="serviceName">Service name</span></h2>
|
|
<div style="margin: 5px;">
|
|
<a id="serviceRawButton" href="#" class="button">Raw</a>
|
|
</div>
|
|
|
|
<div>
|
|
<img id="registrationNoneImg" src="circle-icons/mono/global.png" class="disabled" style="width: 50px; height: 50px; padding-top:0; padding-bottom: 0; vertical-align: middle;" title="Sans compte"/>
|
|
<img id="registrationFreeImg" src="circle-icons/mono/profile.png" class="disabled" style="width: 50px; height: 50px; padding-top:0; padding-bottom: 0; vertical-align: middle;" title="Compte libre"/>
|
|
<img id="registrationMemberImg" src="circle-icons/mono/money.png" class="disabled" style="width: 50px; height: 50px; padding-top:0; padding-bottom: 0; vertical-align: middle;" title="Réservé aux adhérents"/>
|
|
<img id="registrationClientImg" src="circle-icons/mono/creditcard.png" class="disabled" style="width: 50px; height: 50px; padding-top:0; padding-bottom: 0; vertical-align: middle;" title="Réservé aux clients"/>
|
|
</div>
|
|
|
|
<p id="serviceDescription">Bla bla description</p>
|
|
</div>
|
|
<div> </div>
|
|
<table class="table_classic left">
|
|
<thead>
|
|
<tr>
|
|
<th class="">Nom du service</th>
|
|
<th class="">URL</th>
|
|
<th class="">Logiciel</th>
|
|
<th class="">Utilisateurs mensuels</th>
|
|
<th style="width: 10px;">Date</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr id="serviceListLine">
|
|
<td id="serviceListLineName"><a href="#" id="serviceListLineNameLink">n/a</a></td>
|
|
<td id="serviceListLineUrl"><a href="#" id="serviceListLineUrlLink">n/a</a></td>
|
|
<td id="serviceListLineSoftware">n/a</td>
|
|
<td id="serviceListLineUserCount">n/a</td>
|
|
<td id="serviceListLineDate" class="center">n/a</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html>
|