src/templates/player.html
author hamidouk
Wed, 23 Nov 2011 11:14:01 +0100
branchpopcorn-port
changeset 305 e8d05c3f77ed
parent 295 be44f374549e
child 311 43a1b7d95317
permissions -rw-r--r--
created an arrow widget.
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'>
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
     4
		<button class='ldt-CtrlPlay'>Lecture
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
     5
			/ Pause</button>
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
     6
		<button class='ldt-CtrlNext'>Suivant</button>
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
     7
    <button class='ldt-CtrlSearch'>
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
     8
			Rechercher
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
     9
    </button>
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
    10
	</div>	
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
    11
	<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
    12
    <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
    13
      <span class='Ldt-ElapsedTime'></span>
255
af3adcf7cb20 added an elapsed time display to the player widget.
hamidouk
parents: 251
diff changeset
    14
      /
295
be44f374549e the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents: 255
diff changeset
    15
      <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
    16
    </span>
251
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
    17
		<button class='ldt-CtrlSound'>Sound</button>
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
    18
	</div>
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
    19
	<div class='cleaner'>&nbsp;</div>
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
    20
</div>