root/tags/rel0_62/templates/error.tt

Revision 154, 192 bytes (checked in by kake, 6 years ago)

Added newpage.cgi

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1[%- USE CGI -%]
2[% INCLUDE header.tt %]
3
4<h1>ERROR</h1>
5
6[% CGI.escapeHTML(message) | html_para %]
7
8<a href="[% return_url %]">Click here to return and try again.</a>
9
10[% INCLUDE footer.tt %]
Note: See TracBrowser for help on using the browser.