2020-09-25 15:46:30 +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-09 06:13:46 +02:00
|
|
|
<div class="center">
|
|
|
|
<h2>Logiciel <span id="softwareName">n/a</span></h2>
|
|
|
|
|
|
|
|
<div>Nombre de services : <span id="serviceCount">n/a</span></div>
|
2020-09-25 15:46:30 +02:00
|
|
|
</div>
|
2020-10-09 06:13:46 +02:00
|
|
|
|
|
|
|
<div id="serviceListView" />
|
|
|
|
|
2020-09-25 15:46:30 +02:00
|
|
|
</body>
|
|
|
|
</html>
|