src/templates/player.html
author hamidouk
Fri, 25 Nov 2011 17:30:23 +0100
branchpopcorn-port
changeset 338 3ff4499f79bb
parent 335 54c0686efd85
child 339 a7e288ce7957
permissions -rw-r--r--
WIP - graphical integration.
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'>
335
54c0686efd85 various css fixes and cleanups.
hamidouk
parents: 311
diff changeset
     9
    <div class='Ldt-Time'>
338
3ff4499f79bb WIP - graphical integration.
hamidouk
parents: 335
diff changeset
    10
      <div class='Ldt-ElapsedTime'></div> /
3ff4499f79bb WIP - graphical integration.
hamidouk
parents: 335
diff changeset
    11
      <div class='Ldt-TotalTime'></div>
335
54c0686efd85 various css fixes and cleanups.
hamidouk
parents: 311
diff changeset
    12
    </div>
54c0686efd85 various css fixes and cleanups.
hamidouk
parents: 311
diff changeset
    13
		<div class='Ldt-CtrlSound'>Sound</div>
251
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
    14
	</div>
311
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 295
diff changeset
    15
</div>