forked from ffnord/ffmap-d3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
list.html.in
39 lines (35 loc) · 1.19 KB
/
list.html.in
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<title>tr(Freifunk Lübeck) - tr(Knotenliste)</title>
<link rel="stylesheet" type="text/css" href="css/leaflet.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/list.css" />
<style type="text/css">
#map {
width: 100%;
box-sizing:border-box;
}
.olPopup p { margin:0px; }
.nodePopup { font-size: 0.8em; }
.nodePopup .label { font-weight: bold; }
</style>
<script type="text/javascript" src="list_compiled.js"></script>
</head>
<body onload="init()">
<header>
<h1><a href="tr(//luebeck.freifunk.net/)">tr(luebeck.freifunk.net)</a></h1>
<ul>
<li><a href="graph.html">tr(Graph)</a></li>
<li><a href="geomap.html">tr(Karte)</a></li>
<li><a href="list.html">tr(Liste)</a></li>
</ul>
</header>
<div class="container">
<h1>tr(Knotenliste)</h1>
<table id="list"></table>
</div>
</body>
</html>