src/templates/player.html
author hamidouk
Thu, 12 Jan 2012 17:26:18 +0100
branchpopcorn-port
changeset 623 d8f107938feb
parent 564 a560a162f444
child 802 c74de6ba5d11
permissions -rw-r--r--
WIP - create custom-sized segments in "normal" (non-cinecast) mode.
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'>
564
a560a162f444 changed the position of the search textfield.
hamidouk
parents: 559
diff changeset
     4
    <div class='Ldt-button Ldt-CtrlPlay' title='Play/Pause'></div>
a560a162f444 changed the position of the search textfield.
hamidouk
parents: 559
diff changeset
     5
		<div class='Ldt-button Ldt-CtrlAnnotate' title='Annotate'></div>
a560a162f444 changed the position of the search textfield.
hamidouk
parents: 559
diff changeset
     6
    <div class='Ldt-button Ldt-CtrlSearch' title='Search'></div>
a560a162f444 changed the position of the search textfield.
hamidouk
parents: 559
diff changeset
     7
    <div class='LdtSearch'>
a560a162f444 changed the position of the search textfield.
hamidouk
parents: 559
diff changeset
     8
      <input class='LdtSearchInput' style='margin-top: 2px; margin-bottom: 2px;'></input>
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>
564
a560a162f444 changed the position of the search textfield.
hamidouk
parents: 559
diff changeset
    18
		<div class='Ldt-button Ldt-CtrlSound' 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>