Last change
on this file since 862 was 513, checked in by Kris Deugau, 12 years ago |
/branches/htmlform
Finally dug up a least-nasty way to effectively get rid of the
useless <legend> tag (required in a <fieldset>, in turn required
in a <form>, if you want to be valid HTML 4.01 Strict).
See #3.
|
File size:
545 bytes
|
Rev | Line | |
---|
[472] | 1 | <div class="indent">
|
---|
| 2 | <div class="heading">Add new master IP block</div><br>
|
---|
[511] | 3 | <form method="POST" action="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi">
|
---|
[513] | 4 | <fieldset><legend class="noshow"> </legend>
|
---|
[472] | 5 | <table class="regular" cellspacing="1" cellpadding="1">
|
---|
| 6 | <tr class="row0">
|
---|
| 7 | <td>Master block to add: (CIDR)</td>
|
---|
| 8 | <td><input type="text" name="cidr"></td>
|
---|
| 9 | </tr>
|
---|
| 10 | <tr class="row1">
|
---|
| 11 | <td class="center" colspan="2"><input type="submit" value=" Assign "></td>
|
---|
| 12 | </tr>
|
---|
| 13 | </table>
|
---|
| 14 | <input type="hidden" name="action" value="newmaster">
|
---|
| 15 | </fieldset>
|
---|
| 16 | </form>
|
---|
| 17 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.