Last change
on this file since 802 was 589, checked in by Kris Deugau, 11 years ago |
/trunk
Le sigh. Move a small fragment of HTML from the header back to all the
individual pages that need it, so we can selectively load and use
Javascript, and do some initial tweaking with body.onload.
|
File size:
310 bytes
|
Line | |
---|
1 | <body>
|
---|
2 | <div id="main">
|
---|
3 |
|
---|
4 | <div id="badpage">
|
---|
5 | <TMPL_IF badpage>
|
---|
6 | Bad page requested:
|
---|
7 | <div class="errmsg">
|
---|
8 | <TMPL_VAR NAME=badpage>
|
---|
9 | </div>
|
---|
10 | Press the 'Back' button on your browser to continue.
|
---|
11 | </TMPL_IF>
|
---|
12 | <TMPL_IF badtemplate>
|
---|
13 | Template error:
|
---|
14 | <div class="warnmsg">
|
---|
15 | <TMPL_VAR NAME=badtemplate>
|
---|
16 | </div>
|
---|
17 | </TMPL_IF>
|
---|
18 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.