chiark / gitweb /
More web support for user rights:
[disorder] / templates / choosealpha.html
CommitLineData
460b9539 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2<!--
3This file is part of DisOrder.
4Copyright (C) 2004, 2005, 2006 Richard Kettlewell
5
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful, but
12WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software
18Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
19USA
20-->
21<html>
22 <head>
23@include:stdhead@
24 <title>@label:choose.title@</title>
25 </head>
26 <body>
27@include{@label{menu}@}@
28 <h1 class=title>@label:choose.title@</h1>
29
30 <p class=choosealpha>
31 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?a">A</a> |
32 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?b">B</a> |
33 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?c">C</a> |
34 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?d">D</a> |
35 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?e">E</a> |
36 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?f">F</a> |
37 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?g">G</a> |
38 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?h">H</a> |
39 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?i">I</a> |
40 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?j">J</a> |
41 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?k">K</a> |
42 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?l">L</a> |
43 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?m">M</a> |
44 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?n">N</a> |
45 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?o">O</a> |
46 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?p">P</a> |
47 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?q">Q</a> |
48 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?r">R</a> |
49 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?s">S</a> |
50 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(?!the [^t])t">T</a> |
51 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?u">U</a> |
52 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?v">V</a> |
53 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?w">W</a> |
54 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?x">X</a> |
55 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?y">Y</a> |
56 <a class=choosealpha href="@url@?action=choose&#38;regexp=^(the )?z">Z</a> |
57 <a class=choosealpha href="@url@?action=choose&#38;regexp=^[^a-z]">*</a>
58 </p>
59
60@include{@label{menu}@end}@
61 </body>
62</html>
63@@
64<!--
65Local variables:
66mode:sgml
67sgml-always-quote-attributes:nil
68sgml-indent-step:1
69sgml-indent-data:t
70End:
71-->