src/templates/player.html
author hamidouk
Wed, 16 Nov 2011 11:40:57 +0100
branchpopcorn-port
changeset 253 95c6b77f005e
parent 251 116c86db7e17
child 255 af3adcf7cb20
permissions -rw-r--r--
added more test for utility functions.

{{! 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>