|
Last change
on this file since 7809 was 7805, checked in by janveeden, 16 years ago |
|
Comitted some images I forgot to upload. Searchlist now shows nodes, and filters on name automatically while typing. Next up is getting it to filter on locations of nodes too.
|
|
File size:
437 bytes
|
| Rev | Line | |
|---|
| [7805] | 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 | <form>
|
|---|
| 8 | <input type="text" name="naam" size="18" maxlength="30" onkeyup="suggestMarkers(this.value)"><input type="button" name="knop" value=" > ">
|
|---|
| 9 | </form>
|
|---|
| 10 | </div>
|
|---|
| 11 | <!-- This contains the list of nodes, in future the searchbox will make it possible to filter this list -->
|
|---|
| 12 | <?php
|
|---|
| 13 | }
|
|---|
| 14 |
|
|---|
| 15 | ?>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.