src/templates/player.html
author hamidouk
Thu, 24 Nov 2011 17:20:00 +0100
branchpopcorn-port
changeset 325 caa276ab3430
parent 311 43a1b7d95317
child 335 54c0686efd85
permissions -rw-r--r--
got a minimized version of the segmentWidget which looks like the one in the spec. The maximized version is not implemented though.

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