source: branches/htmlform/templates/admin/alloc.tmpl@ 487

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

/branches/htmlform

Finish IP pool tweaking
Complete email notice configuration
Finish most of block allocation
Add generic error page
Fix admin header with reference to Javascript bits
See #3, #15, #26

File size: 1.5 KB
Line 
1<form method="POST" action="admin.cgi">
2<fieldset><legend></legend>
3<table class="regular">
4<tr class="row0">
5<td>Allocating:</td>
6<td><TMPL_VAR NAME=cidr><input type="hidden" name="cidr" value="<TMPL_VAR NAME=cidr>"></td>
7</tr>
8<tr class="row1">
9<td>Type:</td>
10<td><TMPL_VAR NAME=disptype><input type="hidden" name="alloctype" value="<TMPL_VAR NAME=type>"></td>
11</tr>
12<tr class="row0">
13<td>Allocated from:</td>
14<td><TMPL_VAR NAME=alloc_from><input type="hidden" name="alloc_from" value="<TMPL_VAR NAME=alloc_from>"></td>
15</tr>
16<tr class="row1">
17<td>Customer ID:</td>
18<td><TMPL_VAR NAME=custid><input type="hidden" name="custid" value="<TMPL_VAR NAME=custid>"></td>
19</tr>
20<tr class="row0">
21<td>Customer location:</td>
22<td>
23<select name="city"><option selected>-</option>
24<TMPL_LOOP NAME=citylist><option><TMPL_VAR NAME=city></option>
25</TMPL_LOOP></select>
26&nbsp;<a href="javascript:popNotes('/ip/cgi-bin/newcity.cgi')">Add new location</a>
27</td>
28</tr>
29<tr class="row1">
30<td>Circuit ID:</td><td><input name="circid" size="40"></td>
31</tr>
32<tr class="row0">
33<td>Description/Name:</td><td><input name="desc" size="40"></td>
34</tr>
35<tr class="row1">
36<td>Notes:</td><td><textarea name="notes" rows="3" cols="40"></textarea></td>
37</tr>
38<tr class="warning">
39<td class="center" colspan="2">WARNING: This will IMMEDIATELY assign this block!!</td>
40</tr>
41<tr class="row1">
42<td class="center" colspan="2"><input type="submit" value=" Assign "></td>
43</tr>
44</table>
45<input type="hidden" name="action" value="confirm">
46</fieldset></form>
47
Note: See TracBrowser for help on using the repository browser.