Changeset 503 for branches/htmlform/templates
- Timestamp:
- 09/26/11 18:05:01 (13 years ago)
- Location:
- branches/htmlform/templates
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/htmlform/templates/confirm.tmpl
r463 r503 1 1 <TMPL_IF err> 2 <div class=" err">2 <div class="regular err"> 3 3 <p><TMPL_VAR NAME=err></p> 4 4 <input type="button" value="Back" onclick="history.go(-1)"> -
branches/htmlform/templates/finaldelete.tmpl
r476 r503 1 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 2 <TMPL_IF failmsg> 7 3 <p>Could not deallocate <TMPL_IF netblock>netblock<TMPL_ELSE>static IP</TMPL_IF> <TMPL_VAR NAME=block>: <TMPL_VAR NAME=failmsg></p> … … 10 6 <div class="heading">Success! <TMPL_VAR NAME=block> deallocated.</div> 11 7 </TMPL_IF> 12 </TMPL_IF>13 8 </div> 14 9
Note:
See TracChangeset
for help on using the changeset viewer.