Last change
on this file since 492 was 477, checked in by Kris Deugau, 14 years ago |
/branches/htmlform
Convert nodesearch to template. See #3.
|
File size:
702 bytes
|
Rev | Line | |
---|
[477] | 1 | <div class="indent">
|
---|
| 2 | <div class="heading">Switch/tower search</div>
|
---|
| 3 | <form action="/ip/cgi-bin/search.cgi" method=POST>
|
---|
| 4 | <fieldset><legend></legend>
|
---|
| 5 | <table cellspacing="1" cellpadding="2">
|
---|
| 6 | <tr class="row0">
|
---|
| 7 | <td>Find customers connected through:</td>
|
---|
| 8 | <td><select name="node">
|
---|
| 9 | <option>--</option>
|
---|
| 10 | <TMPL_LOOP NAME=nodelist> <option value="<TMPL_VAR NAME=nodeid>"><TMPL_VAR NAME=nodename></option>
|
---|
| 11 | </TMPL_LOOP>
|
---|
| 12 | </select></td>
|
---|
| 13 | </tr>
|
---|
| 14 |
|
---|
| 15 | <tr class="row1">
|
---|
| 16 | <td colspan="2" align="center"><input type="submit" value="Find customers"></td>
|
---|
| 17 | </tr>
|
---|
| 18 | </table>
|
---|
| 19 | <input type="hidden" name="stype" value="n">
|
---|
| 20 | <input type="hidden" name="page" value="1">
|
---|
| 21 | <input type="hidden" name="rpp" value="50">
|
---|
| 22 | </fieldset>
|
---|
| 23 | </form>
|
---|
| 24 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.