chiark / gitweb /
Bodge version number for test installs
[disorder] / templates / choosealpha.html
CommitLineData
460b9539 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2<!--
3This file is part of DisOrder.
3225872d 4Copyright (C) 2004-2008 Richard Kettlewell
460b9539 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>
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&#38;regexp=^(the )?a">A</a> |
3225872d 33 <a title="Directories starting with 'b'"
3effdc30 34 href="@url@?action=choose&#38;regexp=^(the )?b">B</a> |
3225872d 35 <a title="Directories starting with 'c'"
3effdc30 36 href="@url@?action=choose&#38;regexp=^(the )?c">C</a> |
3225872d 37 <a title="Directories starting with 'd'"
3effdc30 38 href="@url@?action=choose&#38;regexp=^(the )?d">D</a> |
3225872d 39 <a title="Directories starting with 'e'"
3effdc30 40 href="@url@?action=choose&#38;regexp=^(the )?e">E</a> |
3225872d 41 <a title="Directories starting with 'f'"
3effdc30 42 href="@url@?action=choose&#38;regexp=^(the )?f">F</a> |
3225872d 43 <a title="Directories starting with 'g'"
3effdc30 44 href="@url@?action=choose&#38;regexp=^(the )?g">G</a> |
3225872d 45 <a title="Directories starting with 'h'"
3effdc30 46 href="@url@?action=choose&#38;regexp=^(the )?h">H</a> |
3225872d 47 <a title="Directories starting with 'i'"
3effdc30 48 href="@url@?action=choose&#38;regexp=^(the )?i">I</a> |
3225872d 49 <a title="Directories starting with 'j'"
3effdc30 50 href="@url@?action=choose&#38;regexp=^(the )?j">J</a> |
3225872d 51 <a title="Directories starting with 'k'"
3effdc30 52 href="@url@?action=choose&#38;regexp=^(the )?k">K</a> |
3225872d 53 <a title="Directories starting with 'l'"
3effdc30 54 href="@url@?action=choose&#38;regexp=^(the )?l">L</a> |
3225872d 55 <a title="Directories starting with 'm'"
3effdc30 56 href="@url@?action=choose&#38;regexp=^(the )?m">M</a> |
3225872d 57 <a title="Directories starting with 'n'"
3effdc30 58 href="@url@?action=choose&#38;regexp=^(the )?n">N</a> |
3225872d 59 <a title="Directories starting with 'o'"
3effdc30 60 href="@url@?action=choose&#38;regexp=^(the )?o">O</a> |
3225872d 61 <a title="Directories starting with 'p'"
3effdc30 62 href="@url@?action=choose&#38;regexp=^(the )?p">P</a> |
3225872d 63 <a title="Directories starting with 'q'"
3effdc30 64 href="@url@?action=choose&#38;regexp=^(the )?q">Q</a> |
3225872d 65 <a title="Directories starting with 'r'"
3effdc30 66 href="@url@?action=choose&#38;regexp=^(the )?r">R</a> |
3225872d 67 <a title="Directories starting with 's'"
3effdc30 68 href="@url@?action=choose&#38;regexp=^(the )?s">S</a> |
3225872d 69 <a title="Directories starting with 't'"
3effdc30 70 href="@url@?action=choose&#38;regexp=^(?!the [^t])t">T</a> |
3225872d 71 <a title="Directories starting with 'u'"
3effdc30 72 href="@url@?action=choose&#38;regexp=^(the )?u">U</a> |
3225872d 73 <a title="Directories starting with 'v'"
3effdc30 74 href="@url@?action=choose&#38;regexp=^(the )?v">V</a> |
3225872d 75 <a title="Directories starting with 'w'"
3effdc30 76 href="@url@?action=choose&#38;regexp=^(the )?w">W</a> |
3225872d 77 <a title="Directories starting with 'x'"
3effdc30 78 href="@url@?action=choose&#38;regexp=^(the )?x">X</a> |
3225872d 79 <a title="Directories starting with 'y'"
3effdc30 80 href="@url@?action=choose&#38;regexp=^(the )?y">Y</a> |
3225872d 81 <a title="Directories starting with 'z'"
3effdc30 82 href="@url@?action=choose&#38;regexp=^(the )?z">Z</a> |
3225872d 83 <a title="Directories starting with anything else"
3effdc30 84 href="@url@?action=choose&#38;regexp=^[^a-z]">*</a>
460b9539 85 </p>
86
e12da4d9 87@include{topbarend}@
460b9539 88 </body>
89</html>
90@@
91<!--
92Local variables:
93mode:sgml
94sgml-always-quote-attributes:nil
95sgml-indent-step:1
96sgml-indent-data:t
97End:
98-->