Last change
on this file since 533 was 507, checked in by Kris Deugau, 13 years ago |
/branches/stable
Make the fixed web path at least configurable in one place rather
than completely hardcoded across many files.
Update initial database tabledef SQL
Bump version
|
File size:
547 bytes
|
Rev | Line | |
---|
[396] | 1 | <div class="indent">
|
---|
| 2 | <div class="heading">Switch/tower search</div>
|
---|
[507] | 3 | <form action="$$WEBPATH$$/cgi-bin/search.cgi" method=POST>
|
---|
[396] | 4 | <table bgcolor="black" cellspacing="1" cellpadding="2">
|
---|
| 5 | <tr class="color1">
|
---|
| 6 | <td>Find customers connected through to:</td>
|
---|
| 7 | <td><select name=node>
|
---|
| 8 | $$NODELIST$$
|
---|
| 9 | </select></td>
|
---|
| 10 | </tr>
|
---|
| 11 |
|
---|
| 12 | <tr class="color2">
|
---|
| 13 | <td colspan=2 align=center><input type=submit value="Find customers"></td>
|
---|
| 14 | </tr>
|
---|
| 15 | <input type=hidden name=stype value=n>
|
---|
| 16 | <input type=hidden name=page value=1>
|
---|
| 17 | <input type=hidden name=rpp value=50>
|
---|
| 18 | </table>
|
---|
| 19 | </form>
|
---|
| 20 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.