statoolinfosweb/src/fr/devinsy/statoolinfos/htmlize/category.xhtml

31 lines
1.1 KiB
HTML
Raw Normal View History

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">
<img id="categoryLogo" src="categories/default.png" style="width: 100px; height: 100px;"/>
</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>
2020-10-26 17:21:25 +01:00
<div>Logiciels : <span id="categorySoftwares">n/a</span></div>
2020-10-18 04:52:22 +02:00
</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>