src/templates/player.html
author hamidouk
Wed, 23 Nov 2011 11:13:21 +0100
branchpopcorn-port
changeset 304 a938013fc6ea
parent 295 be44f374549e
child 311 43a1b7d95317
permissions -rw-r--r--
updated the segmentsWidget to throw a message whenever it's clicked to indicate where the arrowWidget should position itself.

{{! 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'>
    <span class='ldt-Time'>
      <span class='Ldt-ElapsedTime'></span>
      /
      <span class='Ldt-TotalTime'></span>
    </span>
		<button class='ldt-CtrlSound'>Sound</button>
	</div>
	<div class='cleaner'>&nbsp;</div>
</div>