460b9539 |
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | <!-- |
3 | This file is part of DisOrder. |
3225872d |
4 | Copyright (C) 2004-2008 Richard Kettlewell |
460b9539 |
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> |
e12da4d9 |
27 | @include{topbar}@ |
3225872d |
28 | <h1>@label:choose.title@</h1> |
460b9539 |
29 | |
30 | <p class=choosealpha> |
3225872d |
31 | <a title="Directories starting with 'a'" |
3effdc30 |
32 | href="@url@?action=choose&regexp=^(the )?a">A</a> | |
3225872d |
33 | <a title="Directories starting with 'b'" |
3effdc30 |
34 | href="@url@?action=choose&regexp=^(the )?b">B</a> | |
3225872d |
35 | <a title="Directories starting with 'c'" |
3effdc30 |
36 | href="@url@?action=choose&regexp=^(the )?c">C</a> | |
3225872d |
37 | <a title="Directories starting with 'd'" |
3effdc30 |
38 | href="@url@?action=choose&regexp=^(the )?d">D</a> | |
3225872d |
39 | <a title="Directories starting with 'e'" |
3effdc30 |
40 | href="@url@?action=choose&regexp=^(the )?e">E</a> | |
3225872d |
41 | <a title="Directories starting with 'f'" |
3effdc30 |
42 | href="@url@?action=choose&regexp=^(the )?f">F</a> | |
3225872d |
43 | <a title="Directories starting with 'g'" |
3effdc30 |
44 | href="@url@?action=choose&regexp=^(the )?g">G</a> | |
3225872d |
45 | <a title="Directories starting with 'h'" |
3effdc30 |
46 | href="@url@?action=choose&regexp=^(the )?h">H</a> | |
3225872d |
47 | <a title="Directories starting with 'i'" |
3effdc30 |
48 | href="@url@?action=choose&regexp=^(the )?i">I</a> | |
3225872d |
49 | <a title="Directories starting with 'j'" |
3effdc30 |
50 | href="@url@?action=choose&regexp=^(the )?j">J</a> | |
3225872d |
51 | <a title="Directories starting with 'k'" |
3effdc30 |
52 | href="@url@?action=choose&regexp=^(the )?k">K</a> | |
3225872d |
53 | <a title="Directories starting with 'l'" |
3effdc30 |
54 | href="@url@?action=choose&regexp=^(the )?l">L</a> | |
3225872d |
55 | <a title="Directories starting with 'm'" |
3effdc30 |
56 | href="@url@?action=choose&regexp=^(the )?m">M</a> | |
3225872d |
57 | <a title="Directories starting with 'n'" |
3effdc30 |
58 | href="@url@?action=choose&regexp=^(the )?n">N</a> | |
3225872d |
59 | <a title="Directories starting with 'o'" |
3effdc30 |
60 | href="@url@?action=choose&regexp=^(the )?o">O</a> | |
3225872d |
61 | <a title="Directories starting with 'p'" |
3effdc30 |
62 | href="@url@?action=choose&regexp=^(the )?p">P</a> | |
3225872d |
63 | <a title="Directories starting with 'q'" |
3effdc30 |
64 | href="@url@?action=choose&regexp=^(the )?q">Q</a> | |
3225872d |
65 | <a title="Directories starting with 'r'" |
3effdc30 |
66 | href="@url@?action=choose&regexp=^(the )?r">R</a> | |
3225872d |
67 | <a title="Directories starting with 's'" |
3effdc30 |
68 | href="@url@?action=choose&regexp=^(the )?s">S</a> | |
3225872d |
69 | <a title="Directories starting with 't'" |
3effdc30 |
70 | href="@url@?action=choose&regexp=^(?!the [^t])t">T</a> | |
3225872d |
71 | <a title="Directories starting with 'u'" |
3effdc30 |
72 | href="@url@?action=choose&regexp=^(the )?u">U</a> | |
3225872d |
73 | <a title="Directories starting with 'v'" |
3effdc30 |
74 | href="@url@?action=choose&regexp=^(the )?v">V</a> | |
3225872d |
75 | <a title="Directories starting with 'w'" |
3effdc30 |
76 | href="@url@?action=choose&regexp=^(the )?w">W</a> | |
3225872d |
77 | <a title="Directories starting with 'x'" |
3effdc30 |
78 | href="@url@?action=choose&regexp=^(the )?x">X</a> | |
3225872d |
79 | <a title="Directories starting with 'y'" |
3effdc30 |
80 | href="@url@?action=choose&regexp=^(the )?y">Y</a> | |
3225872d |
81 | <a title="Directories starting with 'z'" |
3effdc30 |
82 | href="@url@?action=choose&regexp=^(the )?z">Z</a> | |
3225872d |
83 | <a title="Directories starting with anything else" |
3effdc30 |
84 | href="@url@?action=choose&regexp=^[^a-z]">*</a> |
460b9539 |
85 | </p> |
86 | |
e12da4d9 |
87 | @include{topbarend}@ |
460b9539 |
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 | --> |