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-09-21 03:41:46 +02:00
|
|
|
<div class="center">
|
|
|
|
<h2><img id="federationLogo" src="#" style="width: 100px; heigth: 100px; vertical-align: middle;"/> <span id="federationName">Federation name</span></h2>
|
2020-09-20 13:13:04 +02:00
|
|
|
<div style="margin: 5px;">
|
2020-09-21 03:41:46 +02:00
|
|
|
<a id="federationRawButton" href="#" class="button">Raw</a>
|
2020-09-20 13:13:04 +02:00
|
|
|
</div>
|
2020-09-21 03:41:46 +02:00
|
|
|
<p id="federationDescription">Bla bla description</p>
|
|
|
|
<div>Nombre de membres : <span id="organizationCount">n/a</span></div>
|
|
|
|
<div>Nombre de services : <span id="serviceCount">n/a</span></div>
|
|
|
|
<div class="left">
|
|
|
|
<table class="table_classic center_table sortable" style="width: 600px; margin-left: auto; margin-right: auto;">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th style="width: 200px;">Nom du membre</th>
|
|
|
|
<th style="width: 250px;">URL</th>
|
|
|
|
<th style="width: 10px;">Services</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr id="organizationListLine">
|
|
|
|
<td id="organizationListLineName" style="padding-top: 0; padding-bottom: 0;">
|
|
|
|
<a href="#" id="organizationListLineNameLink">
|
|
|
|
<img id="organizationListLineLogo" src="" style="width: 26px; height: 26px; padding-top:0; padding-bottom: 0; vertical-align: middle;"/>
|
|
|
|
 <span id="organizationListLineNameValue">n/a</span>
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<td id="organizationListLineUrl"><a href="#" id="organizationListLineUrlLink">n/a</a></td>
|
|
|
|
<td id="organizationListLineServiceCount" class="center">n/a</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2020-09-17 02:03:56 +02:00
|
|
|
</div>
|
2020-09-21 03:41:46 +02:00
|
|
|
</div>
|
2020-09-17 02:03:56 +02:00
|
|
|
</body>
|
|
|
|
</html>
|