source: trunk/templates/addmaster.tmpl@ 517

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

/trunk

Finally merge conversion to HTML::Template from /branches/htmlform

  • Node "hack" showed conflict due to having been added to all branches in parallel
  • editDisplay.html was apparently changed enough that the merged delete caused an irrelevant conflict

Closes #3.

File size: 545 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 class="noshow">&nbsp;</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.