| Line | |
|---|
| 1 | <html>
|
|---|
| 2 | <head>
|
|---|
| 3 | <title>Nodemap Wireless Leiden</title>
|
|---|
| 4 | <link href="style/stylesheet.css" rel="stylesheet" type="text/css">
|
|---|
| 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>
|
|---|
| 9 | </head>
|
|---|
| 10 | <body>
|
|---|
| 11 | <div id="mainwrapper">
|
|---|
| 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>
|
|---|
| 16 | <div id="infowrapper">
|
|---|
| 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">
|
|---|
| 38 | <div id="searchbox">
|
|---|
| 39 | </div>
|
|---|
| 40 |
|
|---|
| 41 | <div id="searchlist">
|
|---|
| 42 | </div>
|
|---|
| 43 | </div>
|
|---|
| 44 | </div>
|
|---|
| 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>
|
|---|
| 63 | </div>
|
|---|
| 64 | </body>
|
|---|
| 65 | </html>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.