source:
trunk/src/map/inc/search_node.php
Last change on this file was 7828, checked in by , 15 years ago | |
---|---|
File size: 373 bytes |
Line | |
---|---|
1 | <?php |
2 | function searchNodes() |
3 | { |
4 | ?> |
5 | <!-- This contains the searchbox of the searchtool, and the send button for it --> |
6 | <div id="searchbox"> |
7 | <input type="text" name="naam" size="18" maxlength="30" onkeyup="suggestMarkers(this.value)"> |
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.