2020-09-17 02:03:56 +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" />
|
|
|
|
<script src="sorttable.js" />
|
|
|
|
<script src="Chart.bundle.min.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2020-10-02 01:36:34 +02:00
|
|
|
<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>
|
2020-09-21 03:41:46 +02:00
|
|
|
|
2020-10-02 01:36:34 +02:00
|
|
|
<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>
|
2020-09-21 03:41:46 +02:00
|
|
|
</div>
|
2020-09-17 02:03:56 +02:00
|
|
|
</body>
|
|
|
|
</html>
|