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

Last change on this file since 476 was 476, checked in by Kris Deugau, 14 years ago

/branches/htmlform

Convert finalDelete to template
Add missing node info on update page
Fix backlink on update page
Tweak edit page to use the right name for the node dropdown
See #3.

File size: 499 bytes
Line 
1<div class="center">
2<TMPL_IF aclerr>
3<p>You shouldn't have been able to get here. Access denied.</p>
4<input type="button" value="Back" onclick="history.go(-1)">
5<TMPL_ELSE>
6<TMPL_IF failmsg>
7<p>Could not deallocate <TMPL_IF netblock>netblock<TMPL_ELSE>static IP</TMPL_IF> <TMPL_VAR NAME=block>: <TMPL_VAR NAME=failmsg></p>
8<input type="button" value="Back" onclick="history.go(-1)">
9<TMPL_ELSE>
10<div class="heading">Success! <TMPL_VAR NAME=block> deallocated.</div>
11</TMPL_IF>
12</TMPL_IF>
13</div>
14
Note: See TracBrowser for help on using the repository browser.