src/templates/radio.html
author hamidouk
Wed, 16 Nov 2011 10:47:00 +0100
branchpopcorn-port
changeset 249 064e84e526de
parent 221 2a83d308dba6
permissions -rw-r--r--
updated the player template to follow samuel's guidelines.

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