[Slim-Checkins] r10543 -
/branches/6.5/server/HTML/Nokia770/status.html
kdf at svn.slimdevices.com
kdf at svn.slimdevices.com
Wed Nov 1 08:47:31 PST 2006
Author: kdf
Date: Wed Nov 1 08:47:29 2006
New Revision: 10543
URL: http://svn.slimdevices.com?rev=10543&view=rev
Log:
Bug: 4447
Description: mrege -r10541:10542 from trunk
Modified:
branches/6.5/server/HTML/Nokia770/status.html
Modified: branches/6.5/server/HTML/Nokia770/status.html
URL: http://svn.slimdevices.com/branches/6.5/server/HTML/Nokia770/status.html?rev=10543&r1=10542&r2=10543&view=diff
==============================================================================
--- branches/6.5/server/HTML/Nokia770/status.html (original)
+++ branches/6.5/server/HTML/Nokia770/status.html Wed Nov 1 08:47:29 2006
@@ -108,9 +108,9 @@
<tr>
<td width="100"><img src="html/images/repeat_symbol.gif" title = 'Repeat settings'></td>
[% FOREACH type= ['off','song','playlist'] %]
- <td align="center" onclick="playerButtonControl('repeat', '[% type %]','p0=playlist&p1=repeat&p2=[% loop.index %]&player=[% playerURI %]&start=[% start %]&ajaxRequest=1');" title = '[% 'REPEAT' | string | ucfirst %] [% type %]'>
- <img id = 'repeatcontrol_active_[% type %]' src="html/images/[% type %]_symbol_active.gif" border="0" style = 'display:[% IF repeat==loop.index %]block[% ELSE %]none[% END %];'></a>
- <img id = 'repeatcontrol_[% type %]' src="html/images/[% type %]_symbol.gif" border="0" style = 'display:[% IF repeat==loop.index %]none[% ELSE %]block[% END %];'></a>
+ <td align="center" onclick="playerButtonControl('repeat', '[% type %]','p0=playlist&p1=repeat&p2=[% loop.index %]&player=[% playerURI %]&start=[% start %]&ajaxRequest=1');" title = '[% "REPEAT" | string | ucfirst %] [% type %]'>
+ <img id = 'repeatcontrol_active_[% type %]' src="html/images/[% type %]_symbol_active.gif" border="0" alt = '[% "REPEAT" | string | ucfirst %] [% type %]' style = 'display:[% IF repeat==loop.index %]block[% ELSE %]none[% END %];'></a>
+ <img id = 'repeatcontrol_[% type %]' src="html/images/[% type %]_symbol.gif" border="0" alt = '[% "REPEAT" | string | ucfirst %] [% type %]' style = 'display:[% IF repeat==loop.index %]none[% ELSE %]block[% END %];'></a>
</td>
[% END %]
</tr>
@@ -124,9 +124,9 @@
<tr>
<td width = '100'><img src="html/images/shuffle_symbol.gif" title = 'Shuffle settings'></td>
[% FOREACH type = ['off','song','album'] %]
- <td align="center" onclick="playerButtonControl('shuffle', '[% type %]','p0=playlist&p1=shuffle&p2=[% loop.index %]&player=[% playerURI %]&ajaxRequest=1');" title = '[% 'SHUFFLE' | string | ucfirst %] [% type %]'>
- <img id = 'shufflecontrol_active_[% type %]' src="html/images/[% type %]_symbol_active.gif" border="0" alt = 'shuffle [% type %]' style = 'display:[% IF shuffle == loop.index %]block[% ELSE %]none[% END %];'></a>
- <img id = 'shufflecontrol_[% type %]' src="html/images/[% type %]_symbol.gif" border="0" alt = 'shuffle [% type %]' style = 'display:[% IF shuffle == loop.index %]none[% ELSE %]block[% END %];'></a>
+ <td align="center" onclick="playerButtonControl('shuffle', '[% type %]','p0=playlist&p1=shuffle&p2=[% loop.index %]&player=[% playerURI %]&ajaxRequest=1');" title = '[% "SHUFFLE" | string | ucfirst %] [% type %]'>
+ <img id = 'shufflecontrol_active_[% type %]' src="html/images/[% type %]_symbol_active.gif" border="0" alt = '[% "SHUFFLE" | string | ucfirst %] [% type %]' style = 'display:[% IF shuffle == loop.index %]block[% ELSE %]none[% END %];'></a>
+ <img id = 'shufflecontrol_[% type %]' src="html/images/[% type %]_symbol.gif" border="0" alt = '[% "SHUFFLE" | string | ucfirst %] [% type %]' style = 'display:[% IF shuffle == loop.index %]none[% ELSE %]block[% END %];'></a>
</td>
[% END %]
</tr>
@@ -280,11 +280,11 @@
[% IF isplayer %]
<table class = 'thinborder' width = '100%' cellpadding = '3' bgcolor = 'white'>
<tr>
- <td valign="bottom" width="100"><img src="html/images/vol_symbol.gif" title = 'volume settings'></td>
+ <td valign="bottom" width="100"><img src="html/images/vol_symbol.gif" title = 'Volume settings'></td>
<td width="25" onclick='volumeControl("0","p0=mixer&p1=volume&p2=0&player=[% playerURI %]&start=[% start %]&ajaxRequest=1");' valign="bottom">
- <img src="html/images/off_symbol.gif" id = 'bar_active_0' border="0" width="20" style="display:[% IF volume == 0 %]block[% ELSE %]none[% END %];" title = 'muted'>
- <img src="html/images/off_symbol_gray.gif" id = 'bar_0' border="0" width="20" style="display:[% IF volume == 0 %]none[% ELSE %]block[% END %];" title = 'mute player'>
+ <img src="html/images/off_symbol.gif" id = 'bar_active_0' border="0" width="20" style="display:[% IF volume == 0 %]block[% ELSE %]none[% END %];" title = 'Muted'>
+ <img src="html/images/off_symbol_gray.gif" id = 'bar_0' border="0" width="20" style="display:[% IF volume == 0 %]none[% ELSE %]block[% END %];" title = 'Mute player'>
</td>
[% vol= [20, 35, 50, 75, 80, 85, 90, 95, 100] %]
[% FOREACH level IN vol %]
More information about the checkins
mailing list