Last change
on this file since 750 was 687, checked in by Kris Deugau, 10 years ago |
/trunk
CSS and layout cleanup, sort of. Convert tables with alternating row
colours to pure CSS (mainly to make addition of future fields, and future
*optional* or restricted-access fields, much easier). Play a little loose
with table structure to let headings and in-page "titles" continue to show
the main background colour instead of the "first line of the table" colour.
|
File size:
835 bytes
|
Rev | Line | |
---|
[477] | 1 | <div class="indent">
|
---|
[494] | 2 | <TMPL_IF errmsg>
|
---|
| 3 | Failed to retrieve node list: <TMPL_VAR NAME=errmsg>
|
---|
| 4 | <TMPL_ELSE>
|
---|
[511] | 5 | <form action="<TMPL_VAR NAME=webpath>/cgi-bin/search.cgi" method=POST>
|
---|
[513] | 6 | <fieldset><legend class="noshow"> </legend>
|
---|
[687] | 7 | <table cellspacing="1" cellpadding="2" class="altrows">
|
---|
| 8 | <tr class="heading"><td>Switch/tower search</td></tr>
|
---|
| 9 | <tr>
|
---|
[477] | 10 | <td>Find customers connected through:</td>
|
---|
| 11 | <td><select name="node">
|
---|
| 12 | <option>--</option>
|
---|
[519] | 13 | <TMPL_LOOP NAME=nodelist> <option value="<TMPL_VAR NAME=node_id>"><TMPL_VAR NAME=node_name></option>
|
---|
[477] | 14 | </TMPL_LOOP>
|
---|
| 15 | </select></td>
|
---|
| 16 | </tr>
|
---|
| 17 |
|
---|
[687] | 18 | <tr>
|
---|
[477] | 19 | <td colspan="2" align="center"><input type="submit" value="Find customers"></td>
|
---|
| 20 | </tr>
|
---|
| 21 | </table>
|
---|
| 22 | <input type="hidden" name="stype" value="n">
|
---|
| 23 | <input type="hidden" name="page" value="1">
|
---|
| 24 | <input type="hidden" name="rpp" value="50">
|
---|
| 25 | </fieldset>
|
---|
| 26 | </form>
|
---|
[494] | 27 | </TMPL_IF>
|
---|
[477] | 28 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.