Last change
on this file since 289 was 284, checked in by Kris Deugau, 19 years ago |
/trunk
Merge /branches/privdata r278:283 (with notable exception of
281, already committed to trunk) to /trunk
Merge is clean.
|
File size:
1.0 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 action="main.cgi" method="POST" class="regular">
|
---|
5 | <tr class="color1"><td>IP block:</td><td>$$BLOCK$$<input type=hidden name=block value="$$BLOCK$$"></td></tr>
|
---|
6 | <tr class="color2"><td>City:</td><td>$$CITY$$<input type=hidden name=city value="$$CITY$$"></td></tr>
|
---|
7 | <tr class="color1"><td>Type:</td><td>$$TYPEFULL$$<input type=hidden name=alloctype value="$$ALLOCTYPE$$"></td></tr>
|
---|
8 | <tr class="color2"><td>Customer ID:</td><td>$$CUSTID$$</td></tr>
|
---|
9 | <tr class="color2"><td>Circuit ID:</td><td>$$CIRCID$$</td></tr>
|
---|
10 | <tr class="color1"><td valign="top">Description/Name:</td><td>$$DESC$$</td></tr>
|
---|
11 | <tr class="color2"><td valign="top">Notes:</td><td>$$NOTES$$</td></tr>
|
---|
12 | $$PRIVDATA$$
|
---|
13 | <!--warn-->
|
---|
14 | <input type="hidden" name="action" value="$$ACTION$$">
|
---|
15 | <tr class="$$BUTTONROWCOLOUR$$"><td class="center" colspan=2>
|
---|
16 | <input type="button" value="Back" onclick="history.go(-1)"><input type="submit" value="Confirm">
|
---|
17 | </td></tr>
|
---|
18 | </table>
|
---|
19 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.