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

33 lines
1.4 KiB
HTML
Raw Normal View History

2020-09-21 00:20:14 +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>
<div style="margin: 5px 10px 10px 10px;">
2020-09-21 03:41:46 +02:00
<h1><a href="index.xhtml"><img src="logo.jpg" style="width: 35px;"/> StatoolInfos</a><sup id="versionsup" style="font-size: 9px;">v0.0.14</sup> <a href="about.xhtml">About</a><span style="font-size: 9px; float: right;">Page updated on<br/><span id="lastUpdateDate" style="font-size: 9px;">xx/xx/xxxx xx:xx</span></span></h1>
2020-09-21 00:20:14 +02:00
<div style="margin: 5px;">
2020-09-21 03:41:46 +02:00
<a id="propertiesRawButton" href="propertiesFiles.xhtml" class="button">Fichiers properties</a>
<a id="propertiesRawButton" href="propertyStats.xhtml" class="button">Toutes les property</a>
2020-09-21 06:15:07 +02:00
<a id="" href="services.xhtml" class="button">Tous les services</a>
2020-09-21 03:41:46 +02:00
<a id="" href="#" class="button">Tous les logiciels</a>
2020-09-21 00:20:14 +02:00
</div>
2020-09-21 03:41:46 +02:00
2020-09-21 00:20:14 +02:00
<div>
2020-09-21 03:41:46 +02:00
<a href="index.xhtml">Fédération</a> <span id="menuPath"> > …<span id="menuPathItem"></span></span>
2020-09-21 00:20:14 +02:00
</div>
2020-09-21 03:41:46 +02:00
<div id="webCharterContent" />
2020-09-21 00:20:14 +02:00
</div>
</body>
</html>