source: trunk/templates/dberr.tmpl@ 750

Last change on this file since 750 was 589, checked in by Kris Deugau, 10 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: 191 bytes
Line 
1<body>
2<div id="main">
3
4<br />
5<div class="loccenter errmsg">Database error:<br>
6<TMPL_VAR NAME=errmsg>
7<br /><br />
8<input type="button" value="Back" onclick="history.go(-1)">
9</div>
10<br />
Note: See TracBrowser for help on using the repository browser.