source: trunk/templates/delete.tmpl@ 896

Last change on this file since 896 was 878, checked in by Kris Deugau, 8 years ago

/trunk

Using "Reverse DNS" has caused a bit of confusion; change the primary
label on the allocation detail pages to "DNS name/pattern". Keep "reverse"
elsewhere since that's the link point into the DNS records.

File size: 1.8 KB
RevLine 
[512]1<TMPL_IF webpath></TMPL_IF>
[474]2<br>
[819]3<TMPL_IF err>
4<div class="center">
5<TMPL_VAR NAME=err><br>
6<input type="button" value="Back" onclick="history.go(-1)">
7</div>
8<TMPL_ELSE>
[474]9
[590]10<form action="main.cgi" method="POST" class="regular">
11<fieldset><legend class="noshow">&nbsp;</legend>
[687]12<table class="indent altrows" cellspacing="1" cellpadding="1">
13<tr class="heading"><td>Please confirm removal of:</td></tr>
[474]14
[687]15<tr>
[474]16<td>IP block:</td>
17<td><TMPL_VAR NAME=block></td>
18</tr>
19
[687]20<tr>
[878]21<td>DNS name/pattern:</td>
[589]22<td><TMPL_VAR NAME=rdns></td>
23</tr>
24
[687]25<tr>
[589]26<td>Remove associated forward DNS entry?</td>
27<td><input type="checkbox" name="delforward"<TMPL_IF autodel> checked</TMPL_IF>></td>
28</tr>
29
[687]30<tr>
[474]31<td>City:</td>
32<td><TMPL_VAR NAME=city></td>
33</tr>
34
[687]35<tr>
[474]36<td>Type:</td>
37<td><TMPL_VAR NAME=disptype></td>
38</tr>
39
[687]40<tr>
[474]41<td>Customer ID:</td>
42<td><TMPL_VAR NAME=custid></td>
43</tr>
44
[687]45<tr>
[474]46<td>Circuit ID:</td>
[538]47<td><TMPL_VAR ESCAPE=HTML NAME=circid></td>
[474]48</tr>
49
[687]50<tr>
[474]51<td valign="top">Description/Name:</td>
[538]52<td><TMPL_VAR ESCAPE=HTML NAME=desc></td>
[474]53</tr>
54
[687]55<tr>
[474]56<td valign="top">Notes:</td>
57<td><TMPL_VAR NAME=notes></td>
58</tr>
59
60<TMPL_IF privdata>
[687]61<tr>
[538]62<td valign="top">Restricted data:</td>
[474]63<td><TMPL_VAR NAME=privdata></td>
64</tr>
65</TMPL_IF>
66
[687]67<tr>
[704]68<td colspan="2" class="delwarning">
[474]69Warning: clicking confirm will remove this record entirely.
70<TMPL_IF delpool><br>Any IPs allocated from this pool will also be removed!</TMPL_IF>
71</td>
72</tr>
73
[687]74<tr>
[474]75<td class="center" colspan="2">
76<input type="button" value="Back" onclick="history.go(-1)"><input type="submit" value="Confirm">
[638]77<input type="hidden" name="block" value="<TMPL_VAR NAME=blockid>">
78<input type="hidden" name="basetype" value="<TMPL_VAR NAME=basetype>">
[474]79<input type="hidden" name="action" value="finaldelete">
80</td>
81</tr>
82
83</table>
[590]84</fieldset>
85</form>
[819]86
87</TMPL_IF>
Note: See TracBrowser for help on using the repository browser.