Changeset 7717


Ignore:
Timestamp:
Apr 12, 2010, 12:03:10 PM (15 years ago)
Author:
janveeden
Message:

Added some more commenting in map/index.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/map/index.php

    r7716 r7717  
    22<head>
    33<title>Nodemap Wireless Leiden</title>
    4 
     4<!-- External stylesheet for all browsers -->
    55<link href="style/stylesheet.css" rel="stylesheet" type="text/css">
     6<!-- Using stylesheet2.css when browser is any version of Microsoft Internet Explorer -->
    67<!--[if IE]>
    78        <link href="style/stylesheet2.css" rel="stylesheet" type="text/css">
     
    1516</head>
    1617<body>
     18<!-- Mainwrapper contains all content on the page -->
    1719<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 -->
    1821        <div id="mapcanvas">
    1922                <!-- Create the map using the intitialize_map() function from nodemapWL.js -->
     
    2427                <!-- Top information space -->
    2528                <div id="infotop">
    26                         <!-- Calling on the node information from an extarnal php file. inc/node_info.php -->
     29                        <!-- Calling on the node information from an external php file. inc/node_info.php -->
    2730                        <?php include("inc/node_info.php") ?>
    2831                </div>         
     
    3033                <!-- Bottom information space -->
    3134                <div id="infobottom">
     35                        <!-- This contains the searchbox of the searchtool, and the send button for it -->
    3236                        <div id="searchbox">
    3337                                <form>
     
    3539                                </form>
    3640                        </div>
     41                        <!-- This contains the list of nodes, in future the searchbox will make it possible to filter this list -->
    3742                        <div id="searchlist">
    3843                                <select multiple>
Note: See TracChangeset for help on using the changeset viewer.