src/templates/player.html
author hamidouk
Thu, 24 Nov 2011 12:40:54 +0100
branchpopcorn-port
changeset 321 21d840371c6b
parent 311 43a1b7d95317
child 335 54c0686efd85
permissions -rw-r--r--
Arrow Positioning that Just Works (tm) cleaned up the code, removed useless signal IriSP.SegmentClick. The arrowWidget now watches time changes and updates itself accordingly.

{{! template for the radio player }}
<div class='Ldt-controler demo'>
	<div class='Ldt-LeftPlayerControls'>
		<div class='Ldt-CtrlPlay'></div>
		<div class='Ldt-CtrlNext'></div>
    <div class='Ldt-CtrlSearch'></div>
	</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>