chiark / gitweb /
Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/disorder
[disorder] / templates / prefs.tmpl
CommitLineData
460b9539 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2<!--
3This file is part of DisOrder.
5aff007d 4Copyright (C) 2004-2008 Richard Kettlewell
460b9539 5
e7eb3a27 6This program is free software: you can redistribute it and/or modify
460b9539 7it under the terms of the GNU General Public License as published by
e7eb3a27 8the Free Software Foundation, either version 3 of the License, or
460b9539 9(at your option) any later version.
10
e7eb3a27
RK
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
460b9539 15
16You should have received a copy of the GNU General Public License
e7eb3a27 17along with this program. If not, see <http://www.gnu.org/licenses/>.
460b9539 18-->
19<html>
20 <head>
0d0253c9 21@stdhead{prefs}
460b9539 22 </head>
23 <body>
0d0253c9 24@stdmenu{prefs}
02eaa49d 25 <h1>@label{prefs.title}</h1>
460b9539 26
02eaa49d
RK
27 <form class=prefs method=POST
28 action="@url"
29 enctype="multipart/form-data"
30 accept-charset="utf-8">
31 <input type=hidden name=parts value="artist album title">
32 <input type=hidden name=context value="display">
33 <input name=action type=hidden value=set>
34 <input name=back type=hidden value="@quote{@thisurl}">
35 @if{@eq{@arg{dir}}{}}
36 {@mprefs{0}{@arg{track}}}
37 {@tracks{@arg{dir}}
38 {@mprefs{@index}{@track}}}
39 <p>
8b15f02d 40 @submit{@label{prefs.set}}
02eaa49d
RK
41 </p>
42 </form>
460b9539 43
0d0253c9 44@credits
460b9539 45 </body>
46</html>
0d0253c9 47@discard{
460b9539 48Local variables:
49mode:sgml
50sgml-always-quote-attributes:nil
51sgml-indent-step:1
52sgml-indent-data:t
0d0253c9
RK
53indent-tabs-mode:nil
54fill-column:79
460b9539 55End:
0d0253c9 56}@#