| author | veltr |
| Wed, 21 Mar 2012 16:43:25 +0100 | |
| branch | popcorn-port |
| changeset 836 | 526f91f5253e |
| parent 834 | 573c7ca752e0 |
| child 837 | 353a78021ebc |
| permissions | -rw-r--r-- |
|
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 | 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'> |
| 831 | 4 |
<div class='Ldt-Ctrl-button Ldt-CtrlPlay Ldt-CtrlPlay-PlayState Ldt-TraceMe' title='Play/Pause'></div> |
5 |
<div class='Ldt-Ctrl-spacer'></div> |
|
6 |
{{^disable_annotate_btn}} |
|
7 |
<div class='Ldt-Ctrl-button Ldt-CtrlAnnotate Ldt-TraceMe' title='Annotate'></div> |
|
8 |
<div class='Ldt-Ctrl-spacer'></div> |
|
9 |
{{/disable_annotate_btn}} |
|
10 |
{{^disable_search_btn}} |
|
11 |
<div class='Ldt-Ctrl-button Ldt-CtrlSearch Ldt-TraceMe' title='Search'></div> |
|
| 834 | 12 |
<div class='Ldt-Ctrl-spacer'></div> |
| 831 | 13 |
{{/disable_search_btn}} |
14 |
<div class='LdtSearch'> |
|
15 |
<input class='LdtSearchInput Ldt-TraceMe'></input> |
|
16 |
</div> |
|
| 564 | 17 |
</div> |
|
251
116c86db7e17
got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff
changeset
|
18 |
<div class='Ldt-RightPlayerControls'> |
| 831 | 19 |
<div class='Ldt-Ctrl-spacer'></div> |
20 |
<div class='Ldt-Time'> |
|
21 |
<div class='Ldt-ElapsedTime' title='Elapsed time'>00:00</div> |
|
22 |
<div class='Ldt-TimeSeparator'>/</div> |
|
23 |
<div class='Ldt-TotalTime' title='Total time'>00:00</div> |
|
24 |
</div> |
|
25 |
<div class='Ldt-Ctrl-spacer'></div> |
|
26 |
<div class='Ldt-Ctrl-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
|
27 |
</div> |
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
295
diff
changeset
|
28 |
</div> |