src/templates/player.html
author hamidouk
Wed, 16 Nov 2011 11:20:52 +0100
branchpopcorn-port
changeset 252 fd84e0fb26d8
parent 251 116c86db7e17
child 255 af3adcf7cb20
permissions -rw-r--r--
added a function to convert a number of seconds to an hour, minutes, seconds.
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'>
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
    12
		<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
    13
	</div>
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
    14
	<div class='cleaner'>&nbsp;</div>
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
    15
</div>