src/templates/player.html
author hamidouk
Wed, 16 Nov 2011 12:30:04 +0100
branchpopcorn-port
changeset 255 af3adcf7cb20
parent 251 116c86db7e17
child 295 be44f374549e
permissions -rw-r--r--
added an elapsed time display to the player widget. Note: ldtplayer.css seems to have totally changed because I replaced tab with spaces.

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