X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/61507e3ceb97b0b99e8283ef2573ca738001a930..a767291ce9d525f0077463643efc896d79428fcf:/templates/new.html diff --git a/templates/new.html b/templates/new.html index abf97a6..e73164f 100644 --- a/templates/new.html +++ b/templates/new.html @@ -24,7 +24,7 @@ USA @label:new.title@ -@include{@label{menu}@}@ +@include{topbar}@

@label:new.title@

@#{only display the table if there is something to put in it}@ @@ -35,34 +35,42 @@ USA @label:heading.album@ @label:heading.title@ @label:heading.length@ -   +@right{prefs}{ +  }@ @new{ - @right{play}{@part{short}{artist}@ - @part{short}{artist}@}{@part{short}{artist}@}@ + @right{play}{@part{short}{album}@}{@part{short}{album}@ - @part{short}{album}@}@ + @right{play}{@part{short}{title}@ + href="@url@?action=play&file=@urlquote{@file@}@&back=@urlquote{@thisurl@}@&nonce=@nonce@" + >@part{short}{title}@}{@part{short}{title}@}@ @length@ +@right{prefs}{ @label:choose.prefs@ - + }@ }@ }@ -@include{@label{menu}@end}@ +@include{topbarend}@ @@