Changeset 577 for trunk/templates
- Timestamp:
- 12/21/12 17:55:49 (12 years ago)
- Location:
- trunk/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/delete.tmpl
r538 r577 60 60 <input type="button" value="Back" onclick="history.go(-1)"><input type="submit" value="Confirm"> 61 61 <input type="hidden" name="block" value="<TMPL_VAR NAME=block>"> 62 <input type="hidden" name=" alloctype" value="<TMPL_VAR NAME=type>">62 <input type="hidden" name="rdepth" value="<TMPL_VAR NAME=rdepth>"> 63 63 <input type="hidden" name="action" value="finaldelete"> 64 64 </fieldset> -
trunk/templates/finaldelete.tmpl
r517 r577 1 <TMPL_IF webpath></TMPL_IF>2 1 <div class="center"> 3 2 <TMPL_IF failmsg> … … 6 5 <TMPL_ELSE> 7 6 <div class="heading">Success! <TMPL_VAR NAME=block> deallocated.</div> 7 <TMPL_IF bparent><br><div> 8 Warning: 9 <TMPL_IF mergeip>IPs in <TMPL_VAR NAME=block> were released as available static IPs in <TMPL_VAR NAME=bparent> 10 <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=listpool&pool=<TMPL_VAR NAME=bparent>&rdepth=<TMPL_VAR NAME=brdepth>"><TMPL_VAR NAME=bparent></a>,<br> 11 not released for general netblock assignment under 12 <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs&block=<TMPL_VAR NAME=delparent>&rdepth=<TMPL_VAR NAME=prdepth>"><TMPL_VAR NAME=delparent></a>. 13 <TMPL_ELSE> 14 <TMPL_VAR NAME=block> was released as free and merged with blocks under 15 <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs&block=<TMPL_VAR NAME=bparent>&rdepth=<TMPL_VAR NAME=brdepth>"><TMPL_VAR NAME=bparent></a>, 16 not <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs&block=<TMPL_VAR NAME=delparent>&rdepth=<TMPL_VAR NAME=prdepth>"><TMPL_VAR NAME=delparent></a>. 17 </TMPL_IF> 18 </div> 19 <TMPL_ELSE> 20 <TMPL_IF delparent><div>Return to <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=showsubs&block=<TMPL_VAR NAME=delparent>&rdepth=<TMPL_VAR NAME=prdepth>"><TMPL_VAR NAME=delparent></a></div></TMPL_IF> 21 </TMPL_IF> 8 22 </TMPL_IF> 9 23 </div>
Note:
See TracChangeset
for help on using the changeset viewer.