src/templates/player.html
branchpopcorn-port
changeset 251 116c86db7e17
child 255 af3adcf7cb20
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/templates/player.html	Wed Nov 16 10:54:13 2011 +0100
@@ -0,0 +1,15 @@
+{{! template for the radio player }}
+<div class='Ldt-controler demo'>
+	<div class='Ldt-LeftPlayerControls'>
+		<button class='ldt-CtrlPlay'>Lecture
+			/ Pause</button>
+		<button class='ldt-CtrlNext'>Suivant</button>
+    <button class='ldt-CtrlSearch'>
+			Rechercher
+    </button>
+	</div>	
+	<div class='Ldt-RightPlayerControls'>
+		<button class='ldt-CtrlSound'>Sound</button>
+	</div>
+	<div class='cleaner'>&nbsp;</div>
+</div>
\ No newline at end of file