[Slim-Checkins] r9378 -
/trunk/server/HTML/Fishbone/status_header.html
kdf at svn.slimdevices.com
kdf at svn.slimdevices.com
Sun Sep 3 11:31:47 PDT 2006
Author: kdf
Date: Sun Sep 3 11:31:46 2006
New Revision: 9378
URL: http://svn.slimdevices.com?rev=9378&view=rev
Log:
Bug: n/a
Description: removal of more conditionals, must either be gone, or INSIDE the spans that ajax might be using. If they aren't there, ajax simply stops, no warnings, no debugs, no errors, just a pathetic untraceable end of processing.
Modified:
trunk/server/HTML/Fishbone/status_header.html
Modified: trunk/server/HTML/Fishbone/status_header.html
URL: http://svn.slimdevices.com/trunk/server/HTML/Fishbone/status_header.html?rev=9378&r1=9377&r2=9378&view=diff
==============================================================================
--- trunk/server/HTML/Fishbone/status_header.html (original)
+++ trunk/server/HTML/Fishbone/status_header.html Sun Sep 3 11:31:46 2006
@@ -68,6 +68,7 @@
-->
</script>[% END %]
</head>
+
<body bgcolor="#FFFFFF" style="margin: 0" topmargin="0" leftmargin="0" rightmargin="0" [% IF NOT undock %]onload="refreshPlaylist('[% playerURI %]');doRefresh();"[% END %]>
<div ID="header">
<div id="mastHead">
@@ -77,10 +78,9 @@
</div>
<div id="playerlinks">
[% IF undock %]<span id="inc"></span> [% END %]
- [% IF sync %]
- <span id="unsync"><a href="[% statusroot %]?p0=sync&p1=-&player=[% playerURI %]">[% "UNSYNC" | string %]</a>
- / </span>
- [% END %]
+
+ <span id="unsync">[% IF sync %]<a href="[% statusroot %]?p0=sync&p1=-&player=[% playerURI %]">[% "UNSYNC" | string %]</a>
+ / [% END %]</span>
<span id="sleeplink"><A href="javascript:processSleepLink('p0=button&p1=sleep');"><span id='sleeptime'>[% IF sleeptime %][% sleep %][% ELSE %][% "SLEEP" | string %][% END %]</span></a>
/ </span>
More information about the checkins
mailing list