diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-18 21:05:05 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-18 21:07:07 +0100 |
commit | bbf7a4b561414d43bedde682c9f7b041c6de88ad (patch) | |
tree | 6cf07611b0cfeca6c2297792347b916a6c0ff5ef /template/error.html | |
parent | 58bf9c43bf20c060a9e0623cb9f032b63889b384 (diff) |
Amavis attributes and templates.
Diffstat (limited to 'template/error.html')
-rw-r--r-- | template/error.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/template/error.html b/template/error.html deleted file mode 100644 index 5c1d0f1..0000000 --- a/template/error.html +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE html> -<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>Error</title> - <link href="/css/style.css" media="all" rel="stylesheet" type="text/css" /> - </head> - <body> - <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> - </body> -</html> |