X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/d7ce365eca55a962425e2f4cbaee241ef5c90f96..a31780f61a0ed0916fca6bb88acb0edfc751c53a:/templates/playing.html diff --git a/templates/playing.html b/templates/playing.html index 43811ae..f49c7dd 100644 --- a/templates/playing.html +++ b/templates/playing.html @@ -24,7 +24,7 @@ USA @if{@isplaying@}{@playing{@part:title@}@}{@label:playing.title@}@ -@include{@label{menu}@}@ +@include{topbar}@

@label:playing.title@

@#{extra control buttons for the management page}@ @@ -138,12 +138,18 @@ USA @when@ @if{@eq{@who@}{}@}{@if{@eq{@state@}{random}@}{@label:playing.randomtrack@}{ }@}{@who@}@ - @right{play}{@part{short}{artist}@ - @part{short}{artist}@}{@part{short}{artist}@}@ + @right{play}{@part{short}{album}@ + title="@label:playing.albumverbose@" + >@part{short}{album}@}{@part{short}{album}@}@ @part{short}{title}@ @length@ @@ -171,14 +177,18 @@ USA @when@ @if{@eq{@who@}{}@}{@if{@eq{@state@}{random}@}{@label:queue.randomtrack@}{ }@}{@who@}@ - @right{play}{@part{short}{artist}@}{@part{short}{artist}@ - @part{short}{artist}@}@ + @right{play}{@part{short}{album}@}{@part{short}{album}@ + >@part{short}{album}@}@ @part{short}{title}@ @length@ @@ -250,7 +260,7 @@ USA }@ -@include{@label{menu}@end}@ +@include{topbarend}@ @@