| author | veltr |
| Fri, 09 Mar 2012 18:11:42 +0100 | |
| branch | popcorn-port |
| changeset 832 | 6397a2ca3a67 |
| parent 831 | 0dd21c298380 |
| child 834 | 573c7ca752e0 |
| 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> |
|
12 |
{{/disable_search_btn}} |
|
13 |
<div class='Ldt-Ctrl-spacer'></div> |
|
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> |