source: branches/htmlform/templates/addmaster.tmpl@ 511

Last change on this file since 511 was 511, checked in by Kris Deugau, 12 years ago

/branches/htmlform

Final prep for merge back to trunk.

  • Remove lockin on /ip/ web path as with /branches/stable r507.
  • Fix a buglet with the body text color.
  • Remove the lingering header and footer template files

See #3.

File size: 524 bytes
Line 
1<div class="indent">
2<div class="heading">Add new master IP block</div><br>
3<form method="POST" action="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi">
4<fieldset><legend></legend>
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.