src/templates/player.html
author veltr
Thu, 08 Mar 2012 18:38:46 +0100
branchpopcorn-port
changeset 830 18ca612e9ff0
parent 802 c74de6ba5d11
child 831 0dd21c298380
permissions -rw-r--r--
Lots of changes
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 }}
830
18ca612e9ff0 Lots of changes
veltr
parents: 802
diff changeset
     2
<div class='Ldt-controler'>
251
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
     3
	<div class='Ldt-LeftPlayerControls'>
830
18ca612e9ff0 Lots of changes
veltr
parents: 802
diff changeset
     4
    <div class='Ldt-button Ldt-CtrlPlay Ldt-CtrlPlay-PlayState Ldt-TraceMe' title='Play/Pause'></div>
18ca612e9ff0 Lots of changes
veltr
parents: 802
diff changeset
     5
		<div class='Ldt-button Ldt-CtrlAnnotate Ldt-TraceMe' title='Annotate'></div>
18ca612e9ff0 Lots of changes
veltr
parents: 802
diff changeset
     6
    <div class='Ldt-button Ldt-CtrlSearch Ldt-TraceMe' title='Search'></div>
564
a560a162f444 changed the position of the search textfield.
hamidouk
parents: 559
diff changeset
     7
    <div class='LdtSearch'>
830
18ca612e9ff0 Lots of changes
veltr
parents: 802
diff changeset
     8
      <input class='LdtSearchInput Ldt-TraceMe' style='margin-top: 2px; margin-bottom: 2px;'></input>
564
a560a162f444 changed the position of the search textfield.
hamidouk
parents: 559
diff changeset
     9
    </div>
a560a162f444 changed the position of the search textfield.
hamidouk
parents: 559
diff changeset
    10
    
a560a162f444 changed the position of the search textfield.
hamidouk
parents: 559
diff changeset
    11
	</div>
251
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
    12
	<div class='Ldt-RightPlayerControls'>
335
54c0686efd85 various css fixes and cleanups.
hamidouk
parents: 311
diff changeset
    13
    <div class='Ldt-Time'>
564
a560a162f444 changed the position of the search textfield.
hamidouk
parents: 559
diff changeset
    14
      <div class='Ldt-ElapsedTime' title='Elapsed time'>00:00</div>
339
a7e288ce7957 fixed time indicator positioning issues.
hamidouk
parents: 338
diff changeset
    15
      <div class='Ldt-TimeSeparator'>/</div>
564
a560a162f444 changed the position of the search textfield.
hamidouk
parents: 559
diff changeset
    16
      <div class='Ldt-TotalTime' title='Total time'>00:00</div>
335
54c0686efd85 various css fixes and cleanups.
hamidouk
parents: 311
diff changeset
    17
    </div>
830
18ca612e9ff0 Lots of changes
veltr
parents: 802
diff changeset
    18
		<div class='Ldt-button Ldt-CtrlSound Ldt-CtrlSound-MuteState Ldt-TraceMe' title='Mute/Unmute'></div>
251
116c86db7e17 got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff changeset
    19
	</div>
311
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 295
diff changeset
    20
</div>