equal
deleted
inserted
replaced
65 <table border="0" cellspacing="1" cellpadding="4" style="width: 100%;"> |
65 <table border="0" cellspacing="1" cellpadding="4" style="width: 100%;"> |
66 <tr> |
66 <tr> |
67 <th>Track</th> |
67 <th>Track</th> |
68 </tr> |
68 </tr> |
69 {foreach key=tid item=track from=$playlist} |
69 {foreach key=tid item=track from=$playlist} |
70 {* strip *} |
70 {strip} |
71 <tr class="{cycle values="row1,row2"}{if $active == $tid} current{/if}" id="track_{$tid}" amarok:length_sec="{$track.length_int}"> |
71 <tr class="{cycle values="row1,row2"}{if $active == $tid} current{/if}" id="track_{$tid}" amarok:length_sec="{$track.length_int}"> |
72 <td> |
72 <td> |
73 <a class="tracklink" href="#action:jump;tid:{$tid}" onclick="expand_track({$tid}); return false;"> |
73 <a class="tracklink" href="#action:jump;tid:{$tid}" onclick="expand_track({$tid}); return false;"> |
74 {$track.title|escape} |
74 {$track.title|escape} |
75 </a> |
75 </a> |
84 </small> |
84 </small> |
85 <a class="tracklink" href="#action:jump;tid:{$tid}" onclick="jump_to_song({$tid}); return false;">» Play track</a> |
85 <a class="tracklink" href="#action:jump;tid:{$tid}" onclick="jump_to_song({$tid}); return false;">» Play track</a> |
86 </div> |
86 </div> |
87 </td> |
87 </td> |
88 </tr> |
88 </tr> |
89 {* /strip *} |
89 {/strip} |
90 {/foreach} |
90 {/foreach} |
91 </table> |
91 </table> |
92 </div> |
92 </div> |
93 <div id="footer"> |
93 <div id="footer"> |
94 <img alt="AmaroK web control" src="/themes/{$theme|escape}/images/amarok.gif" /><br /> |
94 <img alt="AmaroK web control" src="/themes/{$theme|escape}/images/amarok.gif" /><br /> |
95 <div class="poweredby"> |
95 <div class="poweredby"> |
96 Powered by <a onclick="window.open(this.href); return false;" href="http://greyhound.enanocms.org/">Greyhound</a> |
96 Powered by <a onclick="window.open(this.href); return false;" href="http://greyhound.enanocms.org/">Greyhound</a> v{$greyhound_version} |
|
97 {if $use_auth} |
|
98 – |
|
99 <a href="/logout">log out</a> |
|
100 {/if} |
97 </div> |
101 </div> |
98 </div> |
102 </div> |
99 <script type="text/javascript"> |
103 <script type="text/javascript"> |
100 setTimeout('fix_scroll();', 2000); |
104 setTimeout('fix_scroll();', 2000); |
101 </script> |
105 </script> |