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