Changeset 7828 for trunk/src/map/index.php
- Timestamp:
- Apr 18, 2010, 2:52:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/map/index.php
r7826 r7828 19 19 ?> 20 20 21 <html> 21 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 22 <html lang="dutch"> 22 23 <head> 24 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 23 25 <title>Nodemap Wireless Leiden</title> 24 26 <!-- External stylesheet for all browsers --> … … 53 55 <div id="mapcanvas"> 54 56 <!-- Create the map using the intitialize_map() function from nodemapWL.js --> 55 <script >initialize_map();</script>57 <script type="text/javascript">initialize_map();</script> 56 58 <!--<script type="text/javascript">nodeAdd();</script>--> 57 59 </div> … … 83 85 <!-- General functions under the map --> 84 86 <div id="navigation"> 85 <form >87 <form action=""> 86 88 <table> 87 89 <tr> … … 92 94 <!-- Second colum --> 93 95 <td> 94 <input type="checkbox" value="showrange">Toon dekking <br />96 <input type="checkbox" value="showrange">Toon dekking <br> 95 97 <input type="checkbox" value="showtraffic">Toon dataverkeer 96 98 </td>
Note:
See TracChangeset
for help on using the changeset viewer.