source: trunk/confirm.html@ 74

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

/trunk

Added a CircuitID field on both netblock and static IP
Updated SQL table defs
Fixed nitpicky display bug in delete confirmation HTML

File size: 1.5 KB
Line 
1<div class="heading">Please confirm</div>
2<div class="indent">
3<table class="regular" bgcolor="white" cellspacing="1" cellpadding="1">
4<form method="POST" action="main.cgi" class="regular">
5$$CUSTBITS$$
6<tr class="color1">
7<td>CIDR block to be allocated:&nbsp</td><td>&nbsp;$$CIDR$$<input type=hidden name="fullcidr" value="$$CIDR$$"></td>
8</tr><tr class="color2">
9<td>Block allocation is taken from:&nbsp</td><td>&nbsp;$$ALLOC_FROM$$</td>
10</tr><tr class="color1">
11<td>City:&nbsp</td><td>&nbsp;$$CITY$$<input type="hidden" name="city" value="$$CITY$$"></td>
12</tr><tr class="color2">
13<td>Allocation type:&nbsp</td><td>&nbsp;$$TYPEFULL$$</td>
14</tr><tr class="color1">
15<td>Customer ID:&nbsp</td><td>&nbsp;$$CUSTID$$<input type="hidden" name="custid" value="$$CUSTID$$"></td>
16</tr><tr class="color2">
17<td valign="top">Cicruit ID:&nbsp</td><td>&nbsp;$$CIRCID$$<input type="hidden" name="circid" value="$$CIRCID$$"></td>
18</tr><tr class="color1">
19<td valign="top">Description/name:&nbsp</td><td>&nbsp;$$DESC$$<input type="hidden" name="desc" value="$$DESC$$"></td>
20</tr><tr class="color2">
21<td valign="top">Notes:&nbsp</td><td>&nbsp;$$NOTES$$<input type="hidden" name="notes" value="$$NOTES$$"></td>
22</tr>
23<!-- warn -->
24<input type="hidden" name="alloctype" value="$$ALLOC_TYPE$$">
25<input type="hidden" name="action" value="$$ACTION$$">
26<tr class="color1">
27<td class="center" colspan="2">
28<input type="button" value="Back" onclick="history.go(-1)"><input type="submit" value="Confirm">
29</td></tr>
30</table>
31</div>
Note: See TracBrowser for help on using the repository browser.