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

43 lines
2 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" />
2020-10-07 04:33:30 +02:00
<script src="sorttable.js"></script>
2020-09-21 00:20:14 +02:00
<script src="Chart.bundle.min.js"></script>
2020-11-24 09:21:47 +01:00
<link rel="stylesheet" type="text/css" href="DataTables/datatables.min.css"/>
<script type="text/javascript" src="DataTables/datatables.min.js"></script>
<script src="DataTables/datatables.french.js"></script>
2020-09-21 00:20:14 +02:00
</head>
<body>
<div style="margin: 5px 10px 10px 10px;">
2020-11-16 01:09:11 +01:00
<h1>
2021-01-08 01:15:53 +01:00
<a href="index.xhtml"><img src="logo.jpg" alt="LOGO" style="width: 35px;"/> StatoolInfos</a><sup id="versionsup" style="font-size: 9px;">v0.0.14</sup>
2020-11-16 01:09:11 +01:00
<a href="edito.xhtml">Édito</a>
<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
2021-02-05 03:42:10 +01:00
<nav style="margin: 5px;">
2020-09-24 00:14:52 +02:00
<a id="federationButton" href="index.xhtml" class="button">Fédération</a>
2021-01-08 01:15:53 +01:00
<a id="servicesButton" href="services.xhtml" class="button">Services</a>
<a id="softwaresButton" href="softwares.xhtml" class="button">Logiciels</a>
<a id="categoriesButton" href="categories.xhtml" class="button">Catégories</a>
<a id="socialNetworksButton" href="socialNetworks.xhtml" class="button" style="width: 130px;">Réseaux sociaux</a>
2020-11-15 02:56:57 +01:00
<a id="propertiesRawButton" href="propertiesFiles.xhtml" class="button">Fichiers</a>
2021-01-08 01:15:53 +01:00
<a id="propertiesStatsButton" href="propertyStats.xhtml" class="button">Propriétés</a>
<a id="federationStatsButton" href="federationStats.xhtml" class="button">Statistiques</a>
2021-01-21 06:01:24 +01:00
<a id="exportsButton" href="exports.xhtml" class="button">Exports</a>
2021-02-05 03:42:10 +01:00
</nav>
2020-09-21 03:41:46 +02:00
2020-09-24 02:45:31 +02:00
<div id="breadcrumbTrail" style="margin: 5px;">n/a > n/a</div>
2020-09-21 03:41:46 +02:00
<div id="webCharterContent" />
2020-09-21 00:20:14 +02:00
</div>
</body>
</html>