X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..4a4c673c7705370b080f225d959293b845168a0c:/templates/playing.html diff --git a/templates/playing.html b/templates/playing.html index 8aff7fb..30346ac 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}@ @@ -140,11 +140,12 @@ USA @if{@eq{@who@}{}@}{@if{@eq{@state@}{random}@}{@label:playing.randomtrack@}{ }@}{@who@}@ @part:artist@ + title="@label:playing.artistverbose@">@part{short}{artist}@ @part:album@ - @part:title@ + title="@label:playing.albumverbose@">@part{short}{album}@ + @part{short}{title}@ @length@ @if{@scratchable@}{ @when@ @if{@eq{@who@}{}@}{@if{@eq{@state@}{random}@}{@label:queue.randomtrack@}{ }@}{@who@}@ - @part:artist@ - @part:album@ - @part:title@ + @part{short}{artist}@ + @part{short}{album}@ + @part{short}{title}@ @length@ @if{@removable@}{@label:playing.remove@}{ }@ + alt="@label:playing.remove@">}{@label:playing.remove@}@ + @if{@arg:mgmt@}{ - @if{@isfirst@} - { + @if{@or{@isfirst@} + {@not{@movable@}@}@}{ + + } - { + title="@label:playing.upverbose@" alt=""> + }{ + + @label:playing.up@}@ - @if{@islast@} - { + title="@label:playing.upverbose@" alt="@label:playing.up@"> + }@ + + @if{@or{@islast@} + {@not{@movable@}@}@}{ + + + + + }{ + - } - { - @label:playing.down@ - - @label:playing.downall@}@ + alt="@label:playing.downall@"> + + @label:playing.down@ + }@ + }@ }@}@ }@ -@include{@label{menu}@end}@ +@include{topbarend}@ @@