source: branches/htmlform/templates/finaldelete.tmpl@ 512

Last change on this file since 512 was 512, checked in by Kris Deugau, 12 years ago

/branches/htmlform

Catch nuisance issue with templates that didn't previously include
the web path; now with it being set we need to put a placeholder
in so we don't spit HTML::Template errors.
See #3.

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.