| 
            Last change
 on this file since 670 was             589, checked in by Kris Deugau, 12 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
           | 
        
      
      
| Rev | Line |   | 
|---|
| [589] | 1 | <body>
 | 
|---|
 | 2 | <div id="main">
 | 
|---|
 | 3 | 
 | 
|---|
| [173] | 4 | <div id="badpage">
 | 
|---|
| [238] | 5 | <TMPL_IF badpage>
 | 
|---|
| [173] | 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.
 | 
|---|
| [238] | 11 | </TMPL_IF>
 | 
|---|
 | 12 | <TMPL_IF badtemplate>
 | 
|---|
 | 13 | Template error:
 | 
|---|
 | 14 | <div class="warnmsg">
 | 
|---|
 | 15 | <TMPL_VAR NAME=badtemplate>
 | 
|---|
| [173] | 16 | </div>
 | 
|---|
| [238] | 17 | </TMPL_IF>
 | 
|---|
 | 18 | </div>
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.