src/templates/player.html
author hamidouk
Wed, 16 Nov 2011 10:54:13 +0100
branchpopcorn-port
changeset 251 116c86db7e17
child 255 af3adcf7cb20
permissions -rw-r--r--
got rid of the radio and video templates - replaced them with the player.htm template.
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>