fix more broken images
[disorder] / templates / choosealpha.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <!--
3 This file is part of DisOrder.
4 Copyright (C) 2004, 2005, 2006 Richard Kettlewell
5
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
10
11 This program is distributed in the hope that it will be useful, but
12 WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
19 USA
20 -->
21 <html>
22 <head>
23 @include:stdhead@
24 <title>@label:choose.title@</title>
25 </head>
26 <body>
27 @include{topbar}@
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{topbarend}@
61 </body>
62 </html>
63 @@
64 <!--
65 Local variables:
66 mode:sgml
67 sgml-always-quote-attributes:nil
68 sgml-indent-step:1
69 sgml-indent-data:t
70 End:
71 -->