source: branches/acl/addmaster.html@ 222

Last change on this file since 222 was 222, checked in by Kris Deugau, 19 years ago

/branches/acl

"Proper" access controls on adding a master block require changing
addmaster.shtml to addmaster.html, then removing the SSI segments.
The HTML fragment left is then loaded and printed via main.cgi in
a new action section "addmaster", which can be per-user-ACL-wrapped.

  • this commit ONLY renames addmaster.shtml
File size: 574 bytes
Line 
1<!--#include virtual="header.inc" -->
2<div class="indent">
3<div class="heading">Add new master IP block</div><br>
4<table class="regular" bgcolor="black" cellspacing="1" cellpadding="1">
5<form method="POST" action="/ip/cgi-bin/main.cgi" class="regular">
6<tr class="color1"><td>Master block to add: (CIDR)&nbsp</td><td><input type=text name=cidr></td></tr> <tr class="color2">
7<td class="center" colspan="2"><input type="submit" value=" Assign "></td>
8<input type="hidden" name="action" value="newmaster">
9</form>
10</tr>
11</table>
12</div>
13<!--#include virtual="footer.inc" -->
Note: See TracBrowser for help on using the repository browser.