1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
3 This file is part of DisOrder.
4 Copyright (C) 2004, 2005 Richard Kettlewell
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.
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.
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
24 <title>@label:choose.title@</title>
28 <h1 class=title>@label:choose.title@</h1>
30 @if{@ne{@arg:directory@}{}@}{
31 <p class=directoryname>@navigate{@arg:directory@}{/<a
33 href="@url@?action=choose&directory=@urlquote{@fullname@}@&nonce=@nonce@">@basename@</a>}@:</p>
37 <div class=directories>
39 @label:choose.directories@
43 <a class=directory href="@url@?action=choose&directory=@urlquote{@file@}@&nonce=@nonce@">
44 @transform{@file@}{dir}{display}@
57 @right{prefs}{<a class=imgprefs
58 href="@url@?action=prefs&0_file=@urlquote{@resolve{@file@}@}@&nonce=@nonce@"
60 src="@label:images.edit@"
61 title="@label:choose.prefsverbose@"
62 alt="@label:choose.prefs@"></a>}@
64 href="@url@?action=play&file=@urlquote{@file@}@&back=@urlquote{@thisurl@}@&nonce=@nonce@"
65 title="@label:choose.play@">@transform{@file@}{track}{display}@</a>
66 @if{@eq{@trackstate{@file@}@}{playing}@}{[<b>playing</b>]}@
67 @if{@eq{@trackstate{@file@}@}{queued}@}{[<b>queued</b>]}@
72 @right{prefs}{<a class=imgprefs
73 href="@url@?action=prefs&directory=@urlquote{@arg:directory@}@&nonce=@nonce@&back=@urlquote{@thisurl@}@"
75 src="@label:images.edit@"
76 title="@label:choose.allprefsverbose@"
77 alt="@label:choose.allprefs@"></a>}@
78 <a class=allfiles href="@url@?action=play&directory=@urlquote{@arg:directory@}@&nonce=@nonce@&back=@urlquote{@thisurl@}@">
79 @label:choose.playall@
91 sgml-always-quote-attributes:nil