source: trunk/templates/finaldelete.tmpl@ 638

Last change on this file since 638 was 638, checked in by Kris Deugau, 10 years ago

/trunk

Commit 10/mumble for work done intermittently over the past ~year.
See #5, comment 25:

  • Update block delete. Includes a little current work to fix outstanding edge case issues
File size: 1.6 KB
Line 
1<div class="center">
2<TMPL_IF failmsg>
3<p>Could not deallocate <TMPL_IF netblock>netblock<TMPL_ELSE>static IP</TMPL_IF> <TMPL_VAR NAME=block>: <TMPL_VAR NAME=failmsg></p>
4<input type="button" value="Back" onclick="history.go(-1)">
5<TMPL_ELSE>
6<div class="heading">Success! <TMPL_VAR NAME=block> deallocated.</div>
7<TMPL_IF genwarn><br><div><TMPL_VAR NAME=genwarn></div></TMPL_IF>
8<TMPL_IF parent_id><br><div>
9Warning:
10<TMPL_IF mergeip>IPs in <TMPL_VAR NAME=block> were released as available static IPs in <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=listpool&amp;pool=<TMPL_VAR NAME=parent_id>"><TMPL_VAR NAME=parent></a>,<br>
11not released for general netblock assignment under
12<a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs&amp;parent=<TMPL_VAR NAME=delparent_id>"><TMPL_VAR NAME=delparent></a>.
13<TMPL_ELSE>
14<TMPL_VAR NAME=block> was released as free and merged with blocks under <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs&amp;parent=<TMPL_VAR NAME=parent_id>"><TMPL_VAR NAME=parent></a>,
15not <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs&amp;parent=<TMPL_VAR NAME=delparent_id>"><TMPL_VAR NAME=delparent></a>.
16</TMPL_IF>
17</div>
18<TMPL_ELSE>
19<TMPL_IF delparent_id>
20<TMPL_IF returnpool>
21<div>Return to <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=listpool&amp;pool=<TMPL_VAR NAME=delparent_id>"><TMPL_VAR NAME=delparent></a></div>
22<TMPL_ELSE>
23<div>Return to <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs&amp;parent=<TMPL_VAR NAME=delparent_id>"><TMPL_VAR NAME=delparent></a></div>
24</TMPL_IF>
25</TMPL_IF>
26</TMPL_IF>
27</TMPL_IF>
28</div>
29
Note: See TracBrowser for help on using the repository browser.