forked from ylureault/navitia-explorer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcoverage.html
42 lines (41 loc) · 2.23 KB
/
coverage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" href="./assets/css/global.css" />
<link rel="stylesheet" href="./assets/leaflet_0.7.7/leaflet.css" />
<link rel="stylesheet" href="./assets/easy-button/easy-button.css" />
</head>
<body onload="coverage_onLoad();">
<div id="params_div"></div>
<form id="form1">
<div id="menu_div">
</div>
<div id="content" >
<h1 style="text-align:center;padding:0px;margin:0px">Affichage de la couverture</h1>
<div id="params1" style="margin:0px;padding:0px;">
</div>
<div id="result" style="width:100%">
<table style="width:100%; height:400px">
<tr>
<td width="50%" valign="top"><div id="div_coverage" style="max-height : 500px; overflow-y: scroll;"></div></td>
<td><div id="map" style="height: 100%"></div></td>
</tr>
</table>
</div>
</div>
</form>
<div id="footer" class="footer">
github: <a href="https://github.com/canaltp/navitia-explorer">canaltp/navitia-explorer</a><br/>
<a href="http://www.navitia.io/"><img src='./assets/img/Navitia_logo.png'></a>
<a href="http://www.canaltp.fr/"><img src='./assets/img/canaltp_logo.png' ></a>
</div>
<div>Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0">CC BY 3.0</a></div>
<script type="text/javascript" src="./assets/jquery/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="./assets/leaflet_0.7.7/leaflet.js"></script>
<script type="text/javascript" src="./assets/easy-button/easy-button.js"></script>
<script type="text/javascript" src="./assets/js/lib.js"></script>
<script type="text/javascript" src="./assets/js/menu.js"></script>
<script type="text/javascript" src="./assets/js/conversion.js"></script>
<script type="text/javascript" src="./assets/js/coverage.js"></script>
</body>
</html>