src/templates/player.html
author hamidouk
Thu, 22 Dec 2011 16:06:25 +0100
branchcalage-segmentsWidget
changeset 510 c7f18d6be7a1
parent 447 52aad2da881b
child 559 04e73ddebfa7
permissions -rw-r--r--
added integration test for jsonp
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
251
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
     1
{{! template for the radio player }}
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
     2
<div class='Ldt-controler demo'>
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
     3
	<div class='Ldt-LeftPlayerControls'>
345
8a088f7daa66 rollover over the interface buttons now works as expected.
hamidouk
parents: 344
diff changeset
     4
    <div class='Ldt-button Ldt-CtrlPlay'></div>
8a088f7daa66 rollover over the interface buttons now works as expected.
hamidouk
parents: 344
diff changeset
     5
		<div class='Ldt-button Ldt-CtrlAnnotate'></div>
344
9799f50b7ac5 WIP - integrating sprites for the play button.
hamidouk
parents: 339
diff changeset
     6
    <div class='Ldt-button Ldt-CtrlSearch'></div>
251
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
     7
	</div>	
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
     8
	<div class='Ldt-RightPlayerControls'>
335
54c0686efd85 various css fixes and cleanups.
hamidouk
parents: 311
diff changeset
     9
    <div class='Ldt-Time'>
339
a7e288ce7957 fixed time indicator positioning issues.
hamidouk
parents: 338
diff changeset
    10
      <div class='Ldt-ElapsedTime'></div>
a7e288ce7957 fixed time indicator positioning issues.
hamidouk
parents: 338
diff changeset
    11
      <div class='Ldt-TimeSeparator'>/</div>
338
3ff4499f79bb WIP - graphical integration.
hamidouk
parents: 335
diff changeset
    12
      <div class='Ldt-TotalTime'></div>
335
54c0686efd85 various css fixes and cleanups.
hamidouk
parents: 311
diff changeset
    13
    </div>
447
52aad2da881b removed sound label for mute button.
hamidouk
parents: 345
diff changeset
    14
		<div class='Ldt-button Ldt-CtrlSound'></div>
251
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
    15
	</div>
311
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 295
diff changeset
    16
</div>