src/templates/player.html
author hamidouk
Mon, 19 Dec 2011 15:25:22 +0100
branchpopcorn-port
changeset 481 a46cfeee6d77
parent 447 52aad2da881b
child 559 04e73ddebfa7
permissions -rw-r--r--
using jquery ui draggable changes the state of an element from absolute to relative positioning, which breaks the way our seek button expands itself, so we need to force absolute positioning, quite uglily, using jquery.

{{! template for the radio player }}
<div class='Ldt-controler demo'>
	<div class='Ldt-LeftPlayerControls'>
    <div class='Ldt-button Ldt-CtrlPlay'></div>
		<div class='Ldt-button Ldt-CtrlAnnotate'></div>
    <div class='Ldt-button Ldt-CtrlSearch'></div>
	</div>	
	<div class='Ldt-RightPlayerControls'>
    <div class='Ldt-Time'>
      <div class='Ldt-ElapsedTime'></div>
      <div class='Ldt-TimeSeparator'>/</div>
      <div class='Ldt-TotalTime'></div>
    </div>
		<div class='Ldt-button Ldt-CtrlSound'></div>
	</div>
</div>