2020-09-25 05:44:40 +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-04 02:50:08 +02:00
|
|
|
<div class="center" >
|
2020-10-18 04:52:22 +02:00
|
|
|
<div class="row center">
|
|
|
|
<div class="column">
|
2020-10-31 00:04:56 +01:00
|
|
|
<img id="categoryLogo" src="categories/default.svg" style="width: 100px; height: 100px;"/>
|
2020-10-18 04:52:22 +02:00
|
|
|
</div>
|
|
|
|
<div class="column" style="border: 0px solid red; max-width: 400px;">
|
2020-10-18 05:17:45 +02:00
|
|
|
<div id="categoryName" class="content_title">n/a</div>
|
|
|
|
<div class="content_subtitle"><a id="categoryDescription" href="#" style="text-decoration: none;">URL n/a</a></div>
|
2020-10-26 17:21:25 +01:00
|
|
|
|
2020-10-18 04:52:22 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-12-10 00:24:40 +01:00
|
|
|
<div class="center_table" style="width: 800px;">Logiciels : <span id="categorySoftwares">n/a</span></div>
|
2020-10-04 02:50:08 +02:00
|
|
|
<div>Nombre de services : <span id="serviceCount">n/a</span></div>
|
2020-09-25 05:44:40 +02:00
|
|
|
</div>
|
2020-10-04 02:50:08 +02:00
|
|
|
<div id="serviceListView" />
|
2020-09-25 05:44:40 +02:00
|
|
|
</body>
|
|
|
|
</html>
|