Ignore:
Timestamp:
Apr 18, 2010, 2:52:54 PM (15 years ago)
Author:
janveeden
Message:

The nodemap is valid HTML now.

File:
1 edited

Legend:

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

    r7826 r7828  
    1919?>
    2020
    21 <html>
     21<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     22<html lang="dutch">
    2223<head>
     24<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    2325<title>Nodemap Wireless Leiden</title>
    2426<!-- External stylesheet for all browsers -->
     
    5355        <div id="mapcanvas">
    5456                <!-- Create the map using the intitialize_map() function from nodemapWL.js -->
    55                 <script>initialize_map();</script>
     57                <script type="text/javascript">initialize_map();</script>
    5658                <!--<script type="text/javascript">nodeAdd();</script>-->
    5759        </div>
     
    8385        <!-- General functions under the map -->
    8486        <div id="navigation">
    85         <form>
     87        <form action="">
    8688                <table>
    8789                        <tr>
     
    9294                                <!-- Second colum -->
    9395                                <td>
    94                                         <input type="checkbox" value="showrange">Toon dekking <br/>
     96                                        <input type="checkbox" value="showrange">Toon dekking <br>
    9597                                        <input type="checkbox" value="showtraffic">Toon dataverkeer
    9698                                </td>
Note: See TracChangeset for help on using the changeset viewer.