| author | veltr |
| Thu, 22 Mar 2012 18:42:31 +0100 | |
| branch | popcorn-port |
| changeset 837 | 353a78021ebc |
| parent 834 | 573c7ca752e0 |
| child 839 | 4357aac4eb19 |
| 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'> |
| 837 | 4 |
<div class='Ldt-Ctrl-button Ldt-CtrlPlay Ldt-CtrlPlay-PlayState Ldt-TraceMe' title='{{l10n.play_pause}}'></div> |
| 831 | 5 |
<div class='Ldt-Ctrl-spacer'></div> |
6 |
{{^disable_annotate_btn}} |
|
| 837 | 7 |
<div class='Ldt-Ctrl-button Ldt-CtrlAnnotate Ldt-TraceMe' title='{{l10n.annotate}}'></div> |
| 831 | 8 |
<div class='Ldt-Ctrl-spacer'></div> |
9 |
{{/disable_annotate_btn}} |
|
10 |
{{^disable_search_btn}} |
|
| 837 | 11 |
<div class='Ldt-Ctrl-button Ldt-CtrlSearch Ldt-TraceMe' title='{{l10n.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'> |
|
| 837 | 21 |
<div class='Ldt-ElapsedTime' title='{{l10n.elapsed_time}}'>00:00</div> |
| 831 | 22 |
<div class='Ldt-TimeSeparator'>/</div> |
| 837 | 23 |
<div class='Ldt-TotalTime' title='{{l10n.total_time}}'>00:00</div> |
| 831 | 24 |
</div> |
25 |
<div class='Ldt-Ctrl-spacer'></div> |
|
| 837 | 26 |
<div class='Ldt-Ctrl-button Ldt-CtrlSound Ldt-CtrlSound-MuteState Ldt-TraceMe' title='{{l10n.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> |