File: error.tt

package info (click to toggle)
openguides 0.76-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,656 kB
  • ctags: 155
  • sloc: perl: 4,791; sh: 59; makefile: 19
file content (10 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
[%- USE CGI -%]
[% INCLUDE header.tt %]

<h1>ERROR</h1>

[% CGI.escapeHTML(message) | html_para %]

<a href="[% return_url %]">Click here to return and try again.</a>

[% INCLUDE footer.tt %]