src/templates/player.html
author hamidouk
Tue, 29 Nov 2011 11:09:08 +0100
branchpopcorn-port
changeset 345 8a088f7daa66
parent 344 9799f50b7ac5
child 447 52aad2da881b
permissions -rw-r--r--
rollover over the interface buttons now works as expected. Also changed the width of the buttons to the correct size. Resized the width and height of the sprites to be the same as the boxes we display them in.
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'>
345
8a088f7daa66 rollover over the interface buttons now works as expected.
hamidouk
parents: 344
diff changeset
     4
    <div class='Ldt-button Ldt-CtrlPlay'></div>
8a088f7daa66 rollover over the interface buttons now works as expected.
hamidouk
parents: 344
diff changeset
     5
		<div class='Ldt-button Ldt-CtrlAnnotate'></div>
344
9799f50b7ac5 WIP - integrating sprites for the play button.
hamidouk
parents: 339
diff changeset
     6
    <div class='Ldt-button 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'>
339
a7e288ce7957 fixed time indicator positioning issues.
hamidouk
parents: 338
diff changeset
    10
      <div class='Ldt-ElapsedTime'></div>
a7e288ce7957 fixed time indicator positioning issues.
hamidouk
parents: 338
diff changeset
    11
      <div class='Ldt-TimeSeparator'>/</div>
338
3ff4499f79bb WIP - graphical integration.
hamidouk
parents: 335
diff changeset
    12
      <div class='Ldt-TotalTime'></div>
335
54c0686efd85 various css fixes and cleanups.
hamidouk
parents: 311
diff changeset
    13
    </div>
344
9799f50b7ac5 WIP - integrating sprites for the play button.
hamidouk
parents: 339
diff changeset
    14
		<div class='Ldt-button Ldt-CtrlSound'>Sound</div>
251
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
    15
	</div>
311
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 295
diff changeset
    16
</div>