src/templates/player.html
author hamidouk
Mon, 21 Nov 2011 11:56:10 +0100
branchpopcorn-port
changeset 289 c0e399fbf3fb
parent 255 af3adcf7cb20
child 295 be44f374549e
permissions -rw-r--r--
due to a np++ crash, some files where created in with windows line endings. this commit fixes that.

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