equal
deleted
inserted
replaced
1 {** |
1 {** |
2 * Template file for default Funky Monkey theme |
2 * Template file for default Funky Monkey theme |
3 * Web control interface script for Amarok |
3 * Web control interface script for Amarok |
4 * Written by Dan Fuhry - 2008 |
4 * Written by Dan Fuhry - 2008 |
5 * |
5 * |
6 * This script is in the public domain. Use it for good, not evil. |
6 * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License |
|
7 * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
|
8 * |
|
9 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied |
|
10 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. |
7 *} |
11 *} |
8 |
12 |
9 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
13 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
10 <html> |
14 <html> |
11 <head> |
15 <head> |
22 </script> |
26 </script> |
23 {foreach from=$scripts item=script} |
27 {foreach from=$scripts item=script} |
24 <script type="text/javascript" src="/scripts/{$script}"></script> |
28 <script type="text/javascript" src="/scripts/{$script}"></script> |
25 {/foreach} |
29 {/foreach} |
26 </head> |
30 </head> |
27 <body> |
31 <body class="playlist"> |
28 <div id="playbar"> |
32 <div id="playbar"> |
29 <div class="playbar-inner"> |
33 <div class="playbar-inner"> |
30 <div id="playhead"><div id="playhead-filler"> </div></div> |
34 <div id="playhead"><div id="playhead-filler"> </div></div> |
31 <div id="playhead-button"> </div> |
35 <div id="playhead-button"> </div> |
32 <img alt=" " id="ajax_status" style="display: none; float: right; margin: 3px 0;" src="about:blank" /> |
36 <img alt=" " id="ajax_status" style="display: none; float: right; margin: 3px 0;" src="about:blank" /> |
83 {/strip} |
87 {/strip} |
84 {/foreach} |
88 {/foreach} |
85 </table> |
89 </table> |
86 </div> |
90 </div> |
87 <div class="poweredby"> |
91 <div class="poweredby"> |
88 Powered by <a onclick="window.open(this.href); return false;" href="http://greyhound.enanocms.org/">Greyhound</a> v{$greyhound_version} |
92 {include file="footer.tpl"} |
89 {if $use_auth} |
|
90 – |
|
91 <a href="/logout">log out</a> |
|
92 {/if} |
|
93 </div> |
93 </div> |
94 </body> |
94 </body> |
95 </html> |
95 </html> |
96 |
96 |