source: branches/htmlform/templates/newmaster.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: 285 bytes
Line 
1<TMPL_IF webpath></TMPL_IF>
2<div class="center">
3<div class="heading">Adding <TMPL_VAR NAME=cidr> as master block....</div>
4<TMPL_IF err>
5Could not add master block <TMPL_VAR NAME=cidr> to database: <TMPL_VAR NAME=err>
6<TMPL_ELSE>
7<div class="heading">Success!</div>
8</TMPL_IF>
9</div>
Note: See TracBrowser for help on using the repository browser.