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

Last change on this file since 472 was 472, checked in by Kris Deugau, 14 years ago

/branches/htmlform

Convert addmaster to template. See #3.

File size: 504 bytes
Line 
1<div class="indent">
2<div class="heading">Add new master IP block</div><br>
3<form method="POST" action="/ip/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.