| author | veltr |
| Fri, 06 Apr 2012 19:12:39 +0200 | |
| branch | new-model |
| changeset 853 | 3406e876a42e |
| parent 839 | 4357aac4eb19 |
| child 870 | 2c025db10a10 |
| 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> |
|
| 839 | 26 |
<div class='Ldt-Ctrl-button Ldt-CtrlSound Ldt-CtrlSound-Full Ldt-TraceMe' title='{{l10n.mute_unmute}}'></div> |
27 |
</div> |
|
28 |
<div class='Ldt-Ctrl-Volume-Control' title='{{l10n.volume_control}}'> |
|
29 |
<div class='Ldt-Ctrl-Volume-Bar'></div> |
|
30 |
<div class='Ldt-Ctrl-Volume-Cursor'></div> |
|
|
251
116c86db7e17
got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff
changeset
|
31 |
</div> |
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
295
diff
changeset
|
32 |
</div> |