source: branches/stable/templates/badpage.tmpl@ 548

Last change on this file since 548 was 548, checked in by Kris Deugau, 10 years ago

/branches/stable

Merge reverse DNS work and object conversion from /trunk, part 5

Includes changes through r543 with a few more minor conflicts.

File size: 286 bytes
Line 
1<div id="badpage">
2<TMPL_IF badpage>
3Bad page requested:
4<div class="errmsg">
5<TMPL_VAR NAME=badpage>
6</div>
7Press the 'Back' button on your browser to continue.
8</TMPL_IF>
9<TMPL_IF badtemplate>
10Template error:
11<div class="warnmsg">
12<TMPL_VAR NAME=badtemplate>
13</div>
14</TMPL_IF>
15</div>
Note: See TracBrowser for help on using the repository browser.