chiark / gitweb /
disobedience more robust against server restart
[disorder] / templates / sidebar.html
1 <div id=sidebar>
2  <p class=sidebarlink>
3   <a class=sidebarlink href="@url@">@label:sidebar.playing@</a>
4  </p>
5  <p class=sidebarlink>
6   <a class=sidebarlink href="@url@?action=recent&amp;nonce=@nonce@">@label:sidebar.recent@</a>
7  </p>
8  <p class=sidebarlink>
9   <a class=sidebarlink href="@url@?action=@label:sidebar.choosewhich@&amp;nonce=@nonce@">@label:sidebar.choose@</a>
10  </p>
11  <p class=sidebarlink>
12   <a class=sidebarlink href="@url@?action=search&amp;nonce=@nonce@">@label:sidebar.search@</a>
13  </p>
14  <p class=sidebarlink>
15   <a class=sidebarlink href="@url@?action=volume&amp;nonce=@nonce@">@label:sidebar.volume@</a>
16  </p>
17  <p class=sidebarlink>
18   <a class=sidebarlink href="@url@?mgmt=true">@label:sidebar.manage@</a>
19  </p>
20  <p class=sidebarlink>
21   <a class=sidebarlink href="@url@?action=help&amp;nonce=@nonce@">@label:sidebar.help@</a>
22  </p>
23  <p class=sidebarlink>
24   <a class=sidebarlink href="@url@?action=about&amp;nonce=@nonce@">@label:sidebar.about@</a>
25  </p>
26 </div>
27 <div id=content>
28 @@
29 <!--
30 This file is part of DisOrder.
31 Copyright (C) 2004, 2005 Richard Kettlewell
32
33 This program is free software; you can redistribute it and/or modify
34 it under the terms of the GNU General Public License as published by
35 the Free Software Foundation; either version 2 of the License, or
36 (at your option) any later version.
37
38 This program is distributed in the hope that it will be useful, but
39 WITHOUT ANY WARRANTY; without even the implied warranty of
40 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
41 General Public License for more details.
42
43 You should have received a copy of the GNU General Public License
44 along with this program; if not, write to the Free Software
45 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
46 USA
47 -->