Changeset 7717
- Timestamp:
- Apr 12, 2010, 12:03:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/map/index.php
r7716 r7717 2 2 <head> 3 3 <title>Nodemap Wireless Leiden</title> 4 4 <!-- External stylesheet for all browsers --> 5 5 <link href="style/stylesheet.css" rel="stylesheet" type="text/css"> 6 <!-- Using stylesheet2.css when browser is any version of Microsoft Internet Explorer --> 6 7 <!--[if IE]> 7 8 <link href="style/stylesheet2.css" rel="stylesheet" type="text/css"> … … 15 16 </head> 16 17 <body> 18 <!-- Mainwrapper contains all content on the page --> 17 19 <div id="mainwrapper"> 20 <!-- Mapcanvas is the container where the map will be put in. Height and width of map is specified by size of the div --> 18 21 <div id="mapcanvas"> 19 22 <!-- Create the map using the intitialize_map() function from nodemapWL.js --> … … 24 27 <!-- Top information space --> 25 28 <div id="infotop"> 26 <!-- Calling on the node information from an ext arnal php file. inc/node_info.php -->29 <!-- Calling on the node information from an external php file. inc/node_info.php --> 27 30 <?php include("inc/node_info.php") ?> 28 31 </div> … … 30 33 <!-- Bottom information space --> 31 34 <div id="infobottom"> 35 <!-- This contains the searchbox of the searchtool, and the send button for it --> 32 36 <div id="searchbox"> 33 37 <form> … … 35 39 </form> 36 40 </div> 41 <!-- This contains the list of nodes, in future the searchbox will make it possible to filter this list --> 37 42 <div id="searchlist"> 38 43 <select multiple>
Note:
See TracChangeset
for help on using the changeset viewer.