27 lines
999 B
HTML
27 lines
999 B
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_table" style="width: 900px;">
|
|
<div class="center" >
|
|
<h2><img id="organizationLogo" src="#" style="width: 100px; heigth: 100px; vertical-align: middle;"/> <span id="organizationName">Organization name</span></h2>
|
|
|
|
<div style="margin: 5px;">
|
|
<a id="organizationRawButton" href="#" class="button">Raw</a>
|
|
</div>
|
|
<p id="organizationDescription">Bla bla description</p>
|
|
<div>Nombre de services : <span id="serviceCount">n/a</span></div>
|
|
</div>
|
|
<div id="serviceListView" />
|
|
</div>
|
|
</body>
|
|
</html>
|