X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/0d0253c93a64d2b5206e902c648e1e2c6bc5d510..7e9608832e6d7f5be6dc176295b3a4c0507444e6:/templates/new.tmpl diff --git a/templates/new.tmpl b/templates/new.tmpl index 2185c4b..624d421 100644 --- a/templates/new.tmpl +++ b/templates/new.tmpl @@ -3,20 +3,18 @@ This file is part of DisOrder. Copyright (C) 2004-2008 Richard Kettlewell -This program is free software; you can redistribute it and/or modify +This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or +the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -USA +along with this program. If not, see . --> @@ -24,50 +22,38 @@ USA @stdmenu{new} -

@label:new.title@

+

@label{new.title}

-@#{only display the table if there is something to put in it}@ -@if{@isnew@}{ +@# Only display the table if there is something to put in it +@if{@isnew}{ - - - - + + + + @right{prefs}{ - }@ + } @new{ - - - - - -@right{prefs}{ - - }@ - }@ + + + + + + @right{prefs}{ + + } + }
@label:heading.artist@@label:heading.album@@label:heading.title@@label:heading.length@@label{heading.artist}@label{heading.album}@label{heading.title}@label{heading.length}  
@right{play}{@part{short}{artist}@}{@part{short}{artist}@}@@right{play}{@part{short}{album}@}{@part{short}{album}@}@@right{play}{@part{short}{title}@}{@part{short}{title}@}@@length@@label:choose.prefs@
@martist{new}{@track}@malbum{new}{@track}@mtitleplay{new}{@track}@length{@track} + + @label{choose.prefs} + +
-}@ +} @credits