source: branches/stable/templates/finaldelete.tmpl@ 593

Last change on this file since 593 was 593, checked in by Kris Deugau, 11 years ago

/branches/stable

Merge /trunk r517 (merge /branches/htmlform)
Conflicts all resolved towards /trunk.
Fix a minor syntax error with "while (@data..." -> "while (my @data..."
(may cause merge conflicts later)

File size: 362 bytes
Line 
1<TMPL_IF webpath></TMPL_IF>
2<div class="center">
3<TMPL_IF failmsg>
4<p>Could not deallocate <TMPL_IF netblock>netblock<TMPL_ELSE>static IP</TMPL_IF> <TMPL_VAR NAME=block>: <TMPL_VAR NAME=failmsg></p>
5<input type="button" value="Back" onclick="history.go(-1)">
6<TMPL_ELSE>
7<div class="heading">Success! <TMPL_VAR NAME=block> deallocated.</div>
8</TMPL_IF>
9</div>
10
Note: See TracBrowser for help on using the repository browser.