diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-04 01:29:39 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-04 01:29:39 +0200 |
commit | b4e2151a91eb827bc90a44a906f7a7c40fde95c7 (patch) | |
tree | 7eb01feffc46421b0c38e2f42978a1580f06c635 /template/error.html | |
parent | 3c8b9dba04da6d66f7e592c3c1367a2367e1c5a5 (diff) |
List mailboxes, aliases, and lists
Diffstat (limited to 'template/error.html')
-rw-r--r-- | template/error.html | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/template/error.html b/template/error.html index ef454ab..b7f8930 100644 --- a/template/error.html +++ b/template/error.html @@ -2,20 +2,18 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> - <title><TMPL_IF NAME=NAME> <TMPL_VAR NAME=NAME> </TMPL_IF></title> + <title>Error</title> <link href="/css/style.css" media="all" rel="stylesheet" type="text/css" /> </head> <body> - <TMPL_IF NAME=NAME> - <p>This is the <span class="error"><TMPL_VAR NAME=NAME></span> page. - <TMPL_IF NAME=EMAIL> - You are not suppose to see this. If you think it is a bug, please - report it to <a href="mailto:<TMPL_VAR NAME=EMAIL>"><TMPL_VAR NAME=EMAIL></a>. - </TMPL_IF> - </p> - </TMPL_IF> - <TMPL_IF NAME=MESSAGE><p class="error"><b><TMPL_VAR NAME=MESSAGE></b></p></TMPL_IF> + + <p> + <TMPL_IF NAME=EMAIL> + If you think it is a bug, please report it to + <a href="mailto:<TMPL_VAR NAME=EMAIL>"><TMPL_VAR NAME=EMAIL></a>. + </TMPL_IF> + </p> <hr/> <TMPL_IF NAME=URL><p><a href="<TMPL_VAR NAME=URL>">Back</a></p></TMPL_IF> |