src/templates/radio.html
author hamidouk
Wed, 16 Nov 2011 10:47:00 +0100
branchpopcorn-port
changeset 249 064e84e526de
parent 221 2a83d308dba6
permissions -rw-r--r--
updated the player template to follow samuel's guidelines.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
221
2a83d308dba6 added short descriptions to all the template files.
hamidouk
parents: 206
diff changeset
     1
{{! template for the radio player }}
249
064e84e526de updated the player template to follow samuel's guidelines.
hamidouk
parents: 221
diff changeset
     2
<div class='Ldt-controler demo'>
064e84e526de updated the player template to follow samuel's guidelines.
hamidouk
parents: 221
diff changeset
     3
	<div class='Ldt-LeftPlayerControls'>
064e84e526de updated the player template to follow samuel's guidelines.
hamidouk
parents: 221
diff changeset
     4
		<button class='ldt-CtrlPlay'>Lecture
167
c520c565abb9 some light changes to accomodate multiple players.
hamidouk
parents: 144
diff changeset
     5
			/ Pause</button>
249
064e84e526de updated the player template to follow samuel's guidelines.
hamidouk
parents: 221
diff changeset
     6
		<button class='ldt-CtrlNext'>Suivant</button>
064e84e526de updated the player template to follow samuel's guidelines.
hamidouk
parents: 221
diff changeset
     7
    <button class='ldt-CtrlSearch'>
064e84e526de updated the player template to follow samuel's guidelines.
hamidouk
parents: 221
diff changeset
     8
			Rechercher
064e84e526de updated the player template to follow samuel's guidelines.
hamidouk
parents: 221
diff changeset
     9
    </button>
064e84e526de updated the player template to follow samuel's guidelines.
hamidouk
parents: 221
diff changeset
    10
	</div>	
064e84e526de updated the player template to follow samuel's guidelines.
hamidouk
parents: 221
diff changeset
    11
	<div class='Ldt-RightPlayerControls'>
064e84e526de updated the player template to follow samuel's guidelines.
hamidouk
parents: 221
diff changeset
    12
		<button class='ldt-CtrlSound'>Sound</button>
34
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
    13
	</div>
167
c520c565abb9 some light changes to accomodate multiple players.
hamidouk
parents: 144
diff changeset
    14
	<div class='cleaner'>&nbsp;</div>
249
064e84e526de updated the player template to follow samuel's guidelines.
hamidouk
parents: 221
diff changeset
    15
</div>