chiark / gitweb /
Merge fixes up to 3.0.1
[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-2008 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>@label:choose.title@</h1>
29
30    <p class=choosealpha>
31     <a title="Directories starting with 'a'"
32     href="@url@?action=choose&#38;regexp=^(the )?a">A</a> |
33     <a title="Directories starting with 'b'"
34     href="@url@?action=choose&#38;regexp=^(the )?b">B</a> |
35     <a title="Directories starting with 'c'"
36     href="@url@?action=choose&#38;regexp=^(the )?c">C</a> |
37     <a title="Directories starting with 'd'"
38     href="@url@?action=choose&#38;regexp=^(the )?d">D</a> |
39     <a title="Directories starting with 'e'"
40     href="@url@?action=choose&#38;regexp=^(the )?e">E</a> |
41     <a title="Directories starting with 'f'"
42     href="@url@?action=choose&#38;regexp=^(the )?f">F</a> |
43     <a title="Directories starting with 'g'"
44     href="@url@?action=choose&#38;regexp=^(the )?g">G</a> |
45     <a title="Directories starting with 'h'"
46     href="@url@?action=choose&#38;regexp=^(the )?h">H</a> |
47     <a title="Directories starting with 'i'"
48     href="@url@?action=choose&#38;regexp=^(the )?i">I</a> |
49     <a title="Directories starting with 'j'"
50     href="@url@?action=choose&#38;regexp=^(the )?j">J</a> |
51     <a title="Directories starting with 'k'"
52     href="@url@?action=choose&#38;regexp=^(the )?k">K</a> |
53     <a title="Directories starting with 'l'"
54     href="@url@?action=choose&#38;regexp=^(the )?l">L</a> |
55     <a title="Directories starting with 'm'"
56     href="@url@?action=choose&#38;regexp=^(the )?m">M</a> |
57     <a title="Directories starting with 'n'"
58     href="@url@?action=choose&#38;regexp=^(the )?n">N</a> |
59     <a title="Directories starting with 'o'"
60     href="@url@?action=choose&#38;regexp=^(the )?o">O</a> |
61     <a title="Directories starting with 'p'"
62     href="@url@?action=choose&#38;regexp=^(the )?p">P</a> |
63     <a title="Directories starting with 'q'"
64     href="@url@?action=choose&#38;regexp=^(the )?q">Q</a> |
65     <a title="Directories starting with 'r'"
66     href="@url@?action=choose&#38;regexp=^(the )?r">R</a> |
67     <a title="Directories starting with 's'"
68     href="@url@?action=choose&#38;regexp=^(the )?s">S</a> |
69     <a title="Directories starting with 't'"
70     href="@url@?action=choose&#38;regexp=^(?!the [^t])t">T</a> |
71     <a title="Directories starting with 'u'"
72     href="@url@?action=choose&#38;regexp=^(the )?u">U</a> |
73     <a title="Directories starting with 'v'"
74     href="@url@?action=choose&#38;regexp=^(the )?v">V</a> |
75     <a title="Directories starting with 'w'"
76     href="@url@?action=choose&#38;regexp=^(the )?w">W</a> |
77     <a title="Directories starting with 'x'"
78     href="@url@?action=choose&#38;regexp=^(the )?x">X</a> |
79     <a title="Directories starting with 'y'"
80     href="@url@?action=choose&#38;regexp=^(the )?y">Y</a> |
81     <a title="Directories starting with 'z'"
82     href="@url@?action=choose&#38;regexp=^(the )?z">Z</a> |
83     <a title="Directories starting with anything else"
84     href="@url@?action=choose&#38;regexp=^[^a-z]">*</a>
85    </p>
86
87 @include{topbarend}@
88  </body>
89 </html>
90 @@
91 <!--
92 Local variables:
93 mode:sgml
94 sgml-always-quote-attributes:nil
95 sgml-indent-step:1
96 sgml-indent-data:t
97 End:
98 -->