2020-09-15 03:16:26 +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" />
|
2020-09-17 02:03:56 +02:00
|
|
|
|
<meta name="keywords" content="statoolinfos,devinsy,federation" />
|
2020-09-15 03:16:26 +02:00
|
|
|
|
<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-04 02:50:08 +02:00
|
|
|
|
<div class="center">
|
2020-10-04 03:51:27 +02:00
|
|
|
|
<div class="row center" style="border: 0px solid yellow;">
|
|
|
|
|
<div class="column" style="border: 0px solid red;">
|
|
|
|
|
<img id="organizationLogo" src="#" style="width: 100px; height: 100px;"/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="column" style="border: 0px solid red; max-width: 500px;">
|
|
|
|
|
<div class="content_title"><a id="organizationName" href="#">n/a</a></div>
|
|
|
|
|
<div class="content_subtitle"><a id="organizationURL" href="#" style="text-decoration: none;">n/a</a></div>
|
|
|
|
|
</div>
|
2020-10-09 06:22:32 +02:00
|
|
|
|
<p id="organizationDescription" class="center_table" style="width: 500px;">Description absente…</p>
|
2020-09-24 00:14:52 +02:00
|
|
|
|
</div>
|
2020-10-04 03:51:27 +02:00
|
|
|
|
<div>Date d'entrée : <span id="organizationStartDate">n/a</span> – Date de sortie : <span id="organizationEndDate">n/a</span></div>
|
|
|
|
|
<div class="content_infos" style="margin: 5px;">
|
|
|
|
|
Liens :
|
|
|
|
|
<a id="legalLink" href="#"><img id="legalLinkImg" src="circle-icons/color/ribbon.png" class="disabled" title="Mentions légales"/></a>
|
|
|
|
|
<a id="contactLink" href="#"><img id="contactLinkImg" src="circle-icons/color/contacts.png" class="disabled" title="Page web de contact"/></a>
|
|
|
|
|
<a id="emailLink" href="#"><img id="emailLinkImg" src="circle-icons/color/mail.png" class="disabled" title="Courriel de contact/support"/></a>
|
|
|
|
|
<a id="userDocLink" href="#"><img id="userDocLinkImg" src="circle-icons/color/bookshelf.png" class="disabled" title="Documentation"/></a>
|
|
|
|
|
<a id="technicalDocLink" href="#"><img id="technicalDocLinkImg" src="circle-icons/color/tools.png" class="disabled" title="Documentation technique"/></a>
|
|
|
|
|
<a id="rawLink" href="#"><img id="rawLinkImg" src="circle-icons/mono/document.png" title="Fichier propriétés"/></a>
|
2020-10-05 15:38:34 +02:00
|
|
|
|
<a id="rawCheckedLink" href="#"><img id="rawCheckedLinkImg" src="circle-icons/mono/clipboard.png" title="Fichier propriétés analysé"/></a>
|
2020-10-04 03:51:27 +02:00
|
|
|
|
</div>
|
|
|
|
|
<br/>
|
2020-10-04 02:50:08 +02:00
|
|
|
|
<div>Nombre de services : <span id="serviceCount">n/a</span></div>
|
2020-09-21 03:41:46 +02:00
|
|
|
|
</div>
|
2020-10-04 02:50:08 +02:00
|
|
|
|
<div id="serviceListView" />
|
2020-09-15 03:16:26 +02:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|