@include{macros.tmpl}@# @include{stdhead.tmpl} @if{@isplaying} {@part{@playing}{title}@label{playing.title}} @include{topbar.tmpl}

@label{playing.title}

@# Extra control buttons for the management page @if{@arg{mgmt}}{

@if{@paused}{ @# Paused @label{playing.pause} }{ @# Not paused @label{playing.pause} } @if{@random-enabled}{ @# Random play enabled @label{playing.random} }{ @# Random play disabled @label{playing.random} } @if{@enabled}{ @# Play enabled @label{playing.playing} }{ @# Play disbaled @label{playing.playing} } @3 Volume form

@label{playing.volume} @# Volume up button @right{volume}{ @label{volume.reduce} }{ } @# Volume value widgets @label{volume.left} @label{volume.right} @# Volume set button @right{volume}{ } @# Volume down button @right{volume}{ @label{volume.increase} }{ }

} @# Only display the table if there is something to put in it @if{@or{@isplaying}{@isqueue}}{ @if{@arg{mgmt}}{ }@ @if{@isplaying}{ @playing{ @if{@arg{mgmt}}{ }@ }@}@ @if{@isqueue@}{ @queue{ @if{@arg{mgmt}}{ @if{@or{@isfirst@} {@not{@movable@}@}@}{ }@}@
@label{heading.when} @label{heading.who} @label{heading.artist} @label{heading.album} @label{heading.title} @label{heading.length}         
@label{playing.now}
@when@ @if{@eq{@who@}{}@}{@if{@eq{@state@}{random}@}{@label{playing.randomtrack}}{ }@}{@who@}@ @right{play}{@part{short}{artist}@}{@part{short}{artist}@}@ @right{play}{@part{short}{album}@}{@part{short}{album}@}@ @part{short}{title}@ @length@ @if{@scratchable@}{@label{playing.scratch}}{@label{playing.scratch}}@       
@label{playing.next}
@when@ @if{@eq{@who@}{}@}{@if{@eq{@state@}{random}@}{@label{queue.randomtrack}}{ }@}{@who@}@ @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}}{@label{playing.remove}}@ }{ @label{playing.upall} @label{playing.up} }@ @if{@or{@islast@} {@not{@movable@}@}@}{ }{ @label{playing.downall} @label{playing.down} }@ }@
}@ @include{topbarend}@ @@