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

42 lines
2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>
<script src="Chart.bundle.min.js"></script>
<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>
</head>
<body>
<div style="margin: 5px 10px 10px 10px;">
<h1>
<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>
<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>
<nav style="margin: 5px;">
<a id="federationButton" href="index.xhtml" class="button">Fédération</a>
<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>
<a id="propertiesRawButton" href="propertiesFiles.xhtml" class="button">Fichiers</a>
<a id="propertiesStatsButton" href="propertyStats.xhtml" class="button">Propriétés</a>
<a id="federationStatsButton" href="federationStats.xhtml" class="button">Statistiques</a>
<a id="exportsButton" href="exports.xhtml" class="button">Exports</a>
</nav>
<div id="breadcrumbTrail" style="margin: 5px;">n/a > n/a</div>
<div id="webCharterContent" />
</div>
</body>
</html>