source: trunk/src_map/index.php@ 7676

Last change on this file since 7676 was 7676, checked in by janveeden, 15 years ago

Divs aangemaakt voor zoekfunctie

File size: 1.6 KB
RevLine 
[7664]1<html>
2<head>
3<title>Nodemap Wireless Leiden</title>
4<link href="style/stylesheet.css" rel="stylesheet" type="text/css">
[7665]5<!-- Loading in the google-api -->
6<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
7<!-- Loading in the javascript that will add the map into #mapcanvas -->
8<script type="text/javascript" src="inc/nodemapWL.js"></script>
[7664]9</head>
10<body>
11<div id="mainwrapper">
[7665]12 <div id="mapcanvas">
13 <!-- Create the map using the intitialize_map() function from nodemapWL.js -->
14 <script type="text/javascript">initialize_map();</script>
15 </div>
[7664]16 <div id="infowrapper">
[7675]17 <!-- Top information space -->
18 <div id="infotop">
19 <div id="nodeinfo">
20 <h1>Nodenaam</h1>
21 <h2>
22 Locatie: Oude Adeweg Leiderdorp <br/>
23 Meer info: <br/>
24 >>>>>>: <br/>
25 >>>>>>: <br/>
26 >>>>>>: <br/>
27 >>>>>>: <br/>
28 </h2>
29 </div>
30 <div id="timestamp">
31 Laatste update: 15:42 <br/>
32 Do 25 maart
33 </div>
34 </div>
35
36 <!-- Bottom information space -->
37 <div id="infobottom">
[7676]38 <div id="searchbox">
39 </div>
40
41 <div id="searchlist">
42 </div>
[7675]43 </div>
[7664]44 </div>
[7673]45 <!-- General functions under the map -->
46 <div id="navigation">
47 <form>
48 <table>
49 <tr>
50 <!-- First colum -->
51 <td>
52 <input type="checkbox" value="shownodes">Toon nodes
53 </td>
54 <!-- Second colum -->
55 <td>
56 <input type="checkbox" value="showrange">Toon dekking <br/>
57 <input type="checkbox" value="showtraffic">Toon dataverkeer
58 </td>
59 </tr>
60 </table>
61 </form>
62 </div>
[7664]63</div>
64</body>
65</html>
Note: See TracBrowser for help on using the repository browser.