source: trunk/templates/finaldelete.tmpl@ 645

Last change on this file since 645 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
RevLine 
[476]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>
[591]7<TMPL_IF genwarn><br><div><TMPL_VAR NAME=genwarn></div></TMPL_IF>
[638]8<TMPL_IF parent_id><br><div>
[577]9Warning:
[638]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>
[577]11not released for general netblock assignment under
[638]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>.
[577]13<TMPL_ELSE>
[638]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>.
[476]16</TMPL_IF>
17</div>
[577]18<TMPL_ELSE>
[638]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>
[577]24</TMPL_IF>
25</TMPL_IF>
[638]26</TMPL_IF>
27</TMPL_IF>
[577]28</div>
[476]29
Note: See TracBrowser for help on using the repository browser.