X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..8f9616f198b617214724183e32d598339c3bbbc4:/templates/playing.html diff --git a/templates/playing.html b/templates/playing.html index 8aff7fb..19e0861 100644 --- a/templates/playing.html +++ b/templates/playing.html @@ -1,7 +1,7 @@ @@ -47,7 +47,7 @@ USA title="@label:playing.pauseverbose@">@label:playing.pause@ - + }@ @if{@random-enabled@}{ @@ -57,7 +57,7 @@ USA title="@label:playing.randomdisableverbose@">@label:playing.random@ - + }{ @@ -66,7 +66,7 @@ USA title="@label:playing.randomenableverbose@">@label:playing.random@ - + }@ @if{@enabled@}{ @@ -76,7 +76,7 @@ USA title="@label:playing.disableverbose@">@label:playing.playing@ - + }{ @@ -85,29 +85,29 @@ USA title="@label:playing.enableverbose@">@label:playing.playing@ - + }@
@label:playing.volume@ - - @label:volume.reduce@ - + }{}@ @label:volume.left@ @label:volume.right@ - - }@ + @right{volume}{ - @label:volume.increase@ - + }{}@
}@ @@ -138,20 +138,27 @@ USA @when@ @if{@eq{@who@}{}@}{@if{@eq{@state@}{random}@}{@label:playing.randomtrack@}{ }@}{@who@}@ - @right{play}{@part:artist@ - @part{short}{artist}@}{@part{short}{artist}@}@ + @right{play}{@part:album@ - @part:title@ + title="@label:playing.albumverbose@" + >@part{short}{album}@}{@part{short}{album}@}@ + @part{short}{title}@ @length@ @if{@scratchable@}{@label:playing.scratch@}{@label:playing.scratch@}@ @if{@arg:mgmt@}{ @@ -170,62 +177,90 @@ USA @when@ @if{@eq{@who@}{}@}{@if{@eq{@state@}{random}@}{@label:queue.randomtrack@}{ }@}{@who@}@ - @part:artist@ - @part:album@ - @part:title@ + @right{play}{@part{short}{artist}@}{@part{short}{artist}@}@ + @right{play}{@part{short}{album}@}{@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@}@}@}{ + + } - { + class=button src="@image:noup@" + title="@label:playing.upverbose@" alt=""> + }{ + + @label:playing.upall@ @label:playing.up@}@ - @if{@islast@} - { + class=button src="@image:up@" + title="@label:playing.upverbose@" alt="@label:playing.up@"> + }@ + + @if{@or{@islast@} + {@not{@movable@}@}@}{ + + + class=button src="@image:nodownall@" + title="@label:playing.downallverbose@" alt=""> - } - { - @label:playing.down@ + + }{ + - @label:playing.downall@}@ + alt="@label:playing.downall@"> + + @label:playing.down@ + }@ + }@ }@}@ }@ -@include{@label{menu}@end}@ +@include{topbarend}@ @@