|
Last change
on this file since 7871 was 7828, checked in by janveeden, 16 years ago |
|
The nodemap is valid HTML now.
|
|
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.