@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{ }{} @if{@isplaying}{ } @playing{ @ifmanage{ }{} } @if{@isqueue@}{ } @queue{ @ifmanage{ } }
@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}@mmove{@id}{upall}{2147483647} @mmove{@id}{up}{1} @mmove{@id}{down}{-1} @mmove{@id}{downall}{-2147483647}
} @include{topbarend.tmpl}@# @discard{ Local variables: mode:sgml sgml-always-quote-attributes:nil sgml-indent-step:1 sgml-indent-data:t End: }@