chiark / gitweb /
put the newline in the right place
[disorder] / templates / sidebar.html
CommitLineData
460b9539 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<!--
30This file is part of DisOrder.
31Copyright (C) 2004, 2005 Richard Kettlewell
32
33This program is free software; you can redistribute it and/or modify
34it under the terms of the GNU General Public License as published by
35the Free Software Foundation; either version 2 of the License, or
36(at your option) any later version.
37
38This program is distributed in the hope that it will be useful, but
39WITHOUT ANY WARRANTY; without even the implied warranty of
40MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
41General Public License for more details.
42
43You should have received a copy of the GNU General Public License
44along with this program; if not, write to the Free Software
45Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
46USA
47-->