| 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 | <div id="infotop"></div>
|
|---|
| 18 | <div id="infobottom"></div>
|
|---|
| 19 | </div>
|
|---|
| 20 | <div id="navigation"></div>
|
|---|
| 21 | </div>
|
|---|
| 22 | </body>
|
|---|
| 23 | </html>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.