2021-01-21 06:01:24 +01: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 class="row center" style="border: 0px solid yellow;">
|
|
|
|
<h1 style="margin-bottom: 40px;">Exports</h1>
|
|
|
|
</div>
|
|
|
|
<div class="center_table" style="width: 500px;">
|
|
|
|
<div class="row exportsView">
|
|
|
|
<div class="column">La fédération :</div>
|
2021-01-23 17:32:38 +01:00
|
|
|
<div class="column"><img src="csv-icon.svg" title="CSV" style="opacity: 0"/></div>
|
|
|
|
<div class="column"><a href="federation.json"><img src="json-icon.svg" title="JSON"/></a></div>
|
|
|
|
<div class="column"><img src="ods-icon.svg" title="ODS" style="opacity: 0"/></div>
|
2021-01-21 06:01:24 +01:00
|
|
|
</div>
|
|
|
|
<hr/>
|
|
|
|
<div class="row exportsView">
|
|
|
|
<div class="column">Les organisations :</div>
|
2021-01-23 20:06:42 +01:00
|
|
|
<div class="column"><a href="organizations.csv"><img src="csv-icon.svg" title="CSV"/></a></div>
|
2021-01-23 17:32:38 +01:00
|
|
|
<div class="column"><a href="organizations.json"><img src="json-icon.svg" title="JSON"/></a></div>
|
2021-01-23 20:06:42 +01:00
|
|
|
<div class="column"><a href="organizations.ods"><img src="ods-icon.svg" title="ODS"/></a></div>
|
2021-01-21 06:01:24 +01:00
|
|
|
</div>
|
|
|
|
<hr/>
|
|
|
|
<div class="row exportsView">
|
|
|
|
<div class="column">Les services :</div>
|
2021-01-23 20:06:42 +01:00
|
|
|
<div class="column"><a href="services.csv"><img src="csv-icon.svg" title="CSV"/></a></div>
|
2021-01-23 17:32:38 +01:00
|
|
|
<div class="column"><a href="services.json"><img src="json-icon.svg" title="JSON"/></a></div>
|
2021-01-23 20:06:42 +01:00
|
|
|
<div class="column"><a href="services.ods"><img src="ods-icon.svg" title="ODS"/></a></div>
|
2021-01-21 06:01:24 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|