Changeset 7665
- Timestamp:
- Apr 2, 2010, 8:30:15 AM (15 years ago)
- Location:
- trunk/src_map
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src_map/index.php
r7664 r7665 3 3 <title>Nodemap Wireless Leiden</title> 4 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> 5 9 </head> 6 10 <body> 7 11 <div id="mainwrapper"> 8 <div id="mapcanvas"></div> 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> 9 16 <div id="infowrapper"> 10 <div id="infotop"></div> 11 </div> 17 <div id="infotop"></div> 12 18 <div id="infobottom"></div> 13 19 </div>
Note:
See TracChangeset
for help on using the changeset viewer.