[Slim-Checkins] r12585 - /trunk/server/HTML/EN/status.html
kdf at svn.slimdevices.com
kdf at svn.slimdevices.com
Thu Aug 16 20:26:28 PDT 2007
Author: kdf
Date: Thu Aug 16 20:26:28 2007
New Revision: 12585
URL: http://svn.slimdevices.com?rev=12585&view=rev
Log:
bug: n/a
Description: fix busted url
Modified:
trunk/server/HTML/EN/status.html
Modified: trunk/server/HTML/EN/status.html
URL: http://svn.slimdevices.com/trunk/server/HTML/EN/status.html?rev=12585&r1=12584&r2=12585&view=diff
==============================================================================
--- trunk/server/HTML/EN/status.html (original)
+++ trunk/server/HTML/EN/status.html Thu Aug 16 20:26:28 2007
@@ -40,7 +40,7 @@
[% IF isplayer %]<br>
[% "PLAYER" | string %][% "COLON" | string %]
- [% IF mode == 'off' %]<a target="_top" href="index.html?player=[% playerURI %]amp;p0=power&p1=1">[% END %][% IF mode != 'off' %]<b>[% END %][% "ON" | string %][% IF mode != 'off' %]</b>[% END %][% IF mode == 'off' %]</a>[% END %]/[% IF mode != 'off' %]<a
+ [% IF mode == 'off' %]<a target="_top" href="index.html?player=[% playerURI %]&p0=power&p1=1">[% END %][% IF mode != 'off' %]<b>[% END %][% "ON" | string %][% IF mode != 'off' %]</b>[% END %][% IF mode == 'off' %]</a>[% END %]/[% IF mode != 'off' %]<a
target="_top" href="index.html?player=[% playerURI %]&p0=power&p1=0">[% END %][% IF mode == 'off' %]<b>[% END %][% "OFF" | string %][% IF mode == 'off' %]</b>[% END %][% IF mode != 'off' %]</a>[% END %]
<br><br>
More information about the checkins
mailing list