30 lines
1.1 KiB
HTML
30 lines
1.1 KiB
HTML
<?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>
|
|
<div class="center" >
|
|
<div class="row center">
|
|
<div class="column">
|
|
<img id="categoryLogo" src="categories/default.svg" style="width: 100px; height: 100px;"/>
|
|
</div>
|
|
<div class="column" style="border: 0px solid red; max-width: 400px;">
|
|
<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>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="center_table" style="width: 800px;">Logiciels : <span id="categorySoftwares">n/a</span></div>
|
|
<div>Nombre de services : <span id="serviceCount">n/a</span></div>
|
|
</div>
|
|
<div id="serviceListView" />
|
|
</body>
|
|
</html>
|