diff -r 20a36fe254c9 -r c15f6dcc8085 themes/grey/playlist.tpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/themes/grey/playlist.tpl Tue Aug 05 19:13:21 2008 -0400 @@ -0,0 +1,92 @@ +{** + * Template file for default Funky Monkey theme + * Web control interface script for Amarok + * Written by Dan Fuhry - 2008 + * + * This script is in the public domain. Use it for good, not evil. + *} + + + + + AmaroK playlist + + + + + {foreach from=$scripts item=script} + + {/foreach} + + +
+
+
 
+
 
+ + AmaroK web control + {if $allow_control} + « PrevTrk + Play + Stop + NextTrk » + {/if} +   + --:--/--:-- + {if $allow_control} +   + Volume: +             + + {/if} +
+
+
+ + + + + + + + + {foreach key=tid item=track from=$playlist} + {strip} + + + + + + + + {/strip} + {/foreach} +
TrackNoTrackArtistAlbumLength
{$tid+1} + + {$track.title|escape} + + {$track.artist|escape}{$track.album|escape}{$track.length|escape}
+
+
+ Powered by Greyhound +
+ + +