chiark / gitweb /
Typo fix.
[disorder] / templates / error.tmpl
CommitLineData
460b9539 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2<!--
3This file is part of DisOrder.
3225872d 4Copyright (C) 2005, 2007, 2008 Richard Kettlewell
460b9539 5
e7eb3a27 6This program is free software: you can redistribute it and/or modify
460b9539 7it under the terms of the GNU General Public License as published by
e7eb3a27 8the Free Software Foundation, either version 3 of the License, or
460b9539 9(at your option) any later version.
10
e7eb3a27
RK
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
460b9539 15
16You should have received a copy of the GNU General Public License
e7eb3a27 17along with this program. If not, see <http://www.gnu.org/licenses/>.
460b9539 18-->
19<html>
20 <head>
0d0253c9 21@stdhead{error}
460b9539 22 </head>
23 <body>
0d0253c9
RK
24@stdmenu{error}
25 <h1>@label{error.title}</h1>
460b9539 26
328248ba 27 <div class=error>
0d0253c9
RK
28 <p class=error>@label{error.@error}</p>
29 <p class=error>@label{error.generic}</p>
328248ba 30 </div>
460b9539 31
0d0253c9 32@credits
460b9539 33 </body>
34</html>
0d0253c9 35@discard{
460b9539 36Local variables:
37mode:sgml
38sgml-always-quote-attributes:nil
39sgml-indent-step:1
40sgml-indent-data:t
41End:
0d0253c9 42}@#