source: trunk/src/map/inc/search_node.php@ 7858

Last change on this file since 7858 was 7828, checked in by janveeden, 15 years ago

The nodemap is valid HTML now.

File size: 373 bytes
RevLine 
[7805]1<?php
2function searchNodes()
3{
4?>
5<!-- This contains the searchbox of the searchtool, and the send button for it -->
6<div id="searchbox">
[7828]7 <input type="text" name="naam" size="18" maxlength="30" onkeyup="suggestMarkers(this.value)">
[7805]8</div>
9<!-- This contains the list of nodes, in future the searchbox will make it possible to filter this list -->
10<?php
11}
12
13?>
Note: See TracBrowser for help on using the repository browser.