src/templates/player.html
author hamidouk
Fri, 25 Nov 2011 10:24:20 +0100
branchpopcorn-port
changeset 327 f20d0807a5ea
parent 311 43a1b7d95317
child 335 54c0686efd85
permissions -rw-r--r--
deactivated a non-passing test while looking for a way to make it work (involves maybe mocking a popcorn object).
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'>
311
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 295
diff changeset
     4
		<div class='Ldt-CtrlPlay'></div>
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 295
diff changeset
     5
		<div class='Ldt-CtrlNext'></div>
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 295
diff changeset
     6
    <div class='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'>
295
be44f374549e the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents: 255
diff changeset
     9
    <span class='ldt-Time'>
be44f374549e the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents: 255
diff changeset
    10
      <span class='Ldt-ElapsedTime'></span>
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 251
diff changeset
    11
      /
295
be44f374549e the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents: 255
diff changeset
    12
      <span class='Ldt-TotalTime'></span>
be44f374549e the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents: 255
diff changeset
    13
    </span>
311
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 295
diff changeset
    14
		<button class='Ldt-CtrlSound'>Sound</button>
251
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
    15
	</div>
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
    16
	<div class='cleaner'>&nbsp;</div>
311
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 295
diff changeset
    17
</div>