source: trunk/templates/finaldelete.tmpl@ 517

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

/trunk

Finally merge conversion to HTML::Template from /branches/htmlform

  • Node "hack" showed conflict due to having been added to all branches in parallel
  • editDisplay.html was apparently changed enough that the merged delete caused an irrelevant conflict

Closes #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.