X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/9faa7a88b7419b2d6151ac2c3fa52261c876ee8d..d9af6e214c3e20093cdabe69b4c6882ade733868:/templates/recent.tmpl diff --git a/templates/recent.tmpl b/templates/recent.tmpl index 787b514..b43d01a 100644 --- a/templates/recent.tmpl +++ b/templates/recent.tmpl @@ -20,65 +20,56 @@ USA --> -@include:stdhead@ - @label:recent.title@ +@stdhead{recent} -@include{topbar}@ -

@label:recent.title@

+@stdmenu{recent} +

@label{recent.title}

-@#{only display the table if there is something to put in it}@ -@if{@isrecent@}{ +@# Only display the table if there is something to put in it +@if{@isrecent}{ - - - - - - -@right{prefs}{ - }@ + + + + + + + @right{prefs}{} @recent{ - - - - - - - -@right{prefs}{ - - }@ - }@ + + + + + + + + @right{prefs}{ + + } + }
@label:heading.when@@label:heading.who@@label:heading.artist@@label:heading.album@@label:heading.title@@label:heading.length@ @label{heading.when}@label{heading.who}@label{heading.artist}@label{heading.album}@label{heading.title}@label{heading.length} 
@when@@who@@right{play}{@part{short}{artist}@}{@part{short}{artist}@}@@right{play}{@part{short}{album}@}{@part{short}{album}@}@@part{short}{title}@@length@@label:choose.prefs@
@mwhen{recent}{@id}@mwho{recent}{@id}@martist{recent}{@track}@malbum{recent}{@track}@mtitle{recent}{@track}@length{@id} + + @label{choose.prefs} + +
-}@ +} -@include{topbarend}@ +@credits -@@ - +}@#