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

@label{playing.title}

@# Extra control buttons for the management page @ifmanage{

@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 disabled @label{playing.playing} } @# 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}}{ @ifmanage{ }{} @playing{ @ifmanage{ }{} } @if{@isqueue@}{ } @queue{ @if{@eq{@arg{action}}{manage}}{ @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}
@mwhen{playing}{@id} @mwho{playing}{@id} @martist{playing}{@track} @malbum{playing}{@track} @mtitle{playing}{@track} @length{@id} @mremove{playing}{@id}       
@label{playing.next}
@mwhen{queue}{@id} @mwho{queue}{@id} @martist{queue}{@track} @malbum{queue}{@track} @mtitle{queue}{@track} @length @mremove{queue}{@id} }{ @label{playing.upall} @label{playing.up} } @if{@or{@islast@} {@not{@movable@}@}@}{ }{ @label{playing.downall} @label{playing.down} } }
} @include{topbarend.tmpl}@# @discard{ Local variables: mode:sgml sgml-always-quote-attributes:nil sgml-indent-step:1 sgml-indent-data:t End: }@