[Slim-Checkins] r10780 - in /trunk/server/HTML:
Nokia770/browsedb.html Nokia770/menu.html
Nokia770/pagefooter.html Touch/browsedb.html Touch/searchinput.html
Touch/slimserver.css
bklaas at svn.slimdevices.com
bklaas at svn.slimdevices.com
Mon Nov 27 14:49:57 PST 2006
Author: bklaas
Date: Mon Nov 27 14:49:57 2006
New Revision: 10780
URL: http://svn.slimdevices.com?rev=10780&view=rev
Log:
Bug #4507: IE support through massive css hacking
Modified:
trunk/server/HTML/Nokia770/browsedb.html
trunk/server/HTML/Nokia770/menu.html
trunk/server/HTML/Nokia770/pagefooter.html
trunk/server/HTML/Touch/browsedb.html
trunk/server/HTML/Touch/searchinput.html
trunk/server/HTML/Touch/slimserver.css
Modified: trunk/server/HTML/Nokia770/browsedb.html
URL: http://svn.slimdevices.com/trunk/server/HTML/Nokia770/browsedb.html?rev=10780&r1=10779&r2=10780&view=diff
==============================================================================
--- trunk/server/HTML/Nokia770/browsedb.html (original)
+++ trunk/server/HTML/Nokia770/browsedb.html Mon Nov 27 14:49:57 2006
@@ -51,6 +51,8 @@
</tr>
</table>
</div>
+
+<div id = 'pagecontainer'>
<!-- need about 40px of space to deal with fixed crumblist-->
<table><tr><td height = '40'> </td></tr></table>
Modified: trunk/server/HTML/Nokia770/menu.html
URL: http://svn.slimdevices.com/trunk/server/HTML/Nokia770/menu.html?rev=10780&r1=10779&r2=10780&view=diff
==============================================================================
--- trunk/server/HTML/Nokia770/menu.html (original)
+++ trunk/server/HTML/Nokia770/menu.html Mon Nov 27 14:49:57 2006
@@ -34,4 +34,4 @@
</table>
</div>
<!-- /Menu -->
-<div id = 'pagecontainer'>
+[% IF thispage != 'browse' && thispage != 'artwork' %]<div id = 'pagecontainer'>[% END %]
Modified: trunk/server/HTML/Nokia770/pagefooter.html
URL: http://svn.slimdevices.com/trunk/server/HTML/Nokia770/pagefooter.html?rev=10780&r1=10779&r2=10780&view=diff
==============================================================================
--- trunk/server/HTML/Nokia770/pagefooter.html (original)
+++ trunk/server/HTML/Nokia770/pagefooter.html Mon Nov 27 14:49:57 2006
@@ -3,6 +3,11 @@
[% UNLESS noBuffer %]
[% PROCESS heightSpacer buffer = '25' %]
[% END %]
+<!-- end pagecontainer div -->
+</div>
+<!-- end page div-->
+</div>
+
<div id = '[% footer || 'footer' %]'>
<table width="100%" bgcolor="#666666">
<tr>
@@ -23,12 +28,5 @@
<!-- end footer div -->
</div>
-<!-- end pagecontainer div -->
-</div>
-
-<!-- end page div-->
-</div>
-
-
</body>
</html>
Modified: trunk/server/HTML/Touch/browsedb.html
URL: http://svn.slimdevices.com/trunk/server/HTML/Touch/browsedb.html?rev=10780&r1=10779&r2=10780&view=diff
==============================================================================
--- trunk/server/HTML/Touch/browsedb.html (original)
+++ trunk/server/HTML/Touch/browsedb.html Mon Nov 27 14:49:57 2006
@@ -51,6 +51,8 @@
</tr>
</table>
</div>
+
+<div id = 'pagecontainer'>
<!-- need about 40px of space to deal with fixed crumblist-->
<table><tr><td height = '40'> </td></tr></table>
Modified: trunk/server/HTML/Touch/searchinput.html
URL: http://svn.slimdevices.com/trunk/server/HTML/Touch/searchinput.html?rev=10780&r1=10779&r2=10780&view=diff
==============================================================================
--- trunk/server/HTML/Touch/searchinput.html (original)
+++ trunk/server/HTML/Touch/searchinput.html Mon Nov 27 14:49:57 2006
@@ -1,6 +1,6 @@
<!-- searchinput.html -->
-<SCRIPT LANGUAGE="Javascript">
+<script language="Javascript">
function Change(Key)
{
@@ -45,10 +45,9 @@
mode='';
return true;
}
-</SCRIPT>
+</script>
-<center>
<table width = '100%' bgcolor = '#EEEEEE'>
<tr><td>
<!--
@@ -84,7 +83,7 @@
<tr><td height="10"></td></tr>
<tr><td colspan="8" align="center">
-<br><center>
+<br>
<input type=submit value="[% "SEARCH" | string %]" name="Go" style="
FONT-SIZE:12pt;
FONT-FAMILY: Verdana;
@@ -133,12 +132,14 @@
</tr>
<tr><td height="10"></td></tr>
-<tr><td></td><td>
-<center><input type=button value="[% "SONGS" | string %]" name="Song" onclick="Activate('Song');Mode('track')" style="FONT-SIZE:12pt;FONT-FAMILY: Verdana;COLOR: #666666;background-image:url(html/images/button.gif);BORDER-LEFT: black 0pt none;BORDER-RIGHT: black 0pt none;BORDER-TOP: black 0pt none;BORDER-BOTTOM: black 0pt none;WIDTH: 132;HEIGHT: 44;">
-</td><td>
-<center><input type=button value="[% "ARTISTS" | string %]" name="Artist" onclick="Activate('Artist');Mode('contributor')" style="FONT-SIZE:12pt;FONT-FAMILY: Verdana;COLOR: #666666;background-image:url(html/images/button.gif);BORDER-LEFT: black 0pt none;BORDER-RIGHT: black 0pt none;BORDER-TOP: black 0pt none;BORDER-BOTTOM: black 0pt none;WIDTH: 132;HEIGHT: 44;">
-</td><td>
-<center><input type=button value="[% "ALBUMS" | string %]" name="Album" onclick="Activate('Album');Mode('album')" style="FONT-SIZE:12pt;FONT-FAMILY: Verdana;COLOR: #666666;background-image:url(html/images/button.gif);BORDER-LEFT: black 0pt none;BORDER-RIGHT: black 0pt none;BORDER-TOP: black 0pt none;BORDER-BOTTOM: black 0pt none;WIDTH: 132;HEIGHT: 44;">
+<tr>
+ <td></td>
+ <td align = 'center'>
+ <input type=button value="[% "SONGS" | string %]" name="Song" onclick="Activate('Song');Mode('track')" style="FONT-SIZE:12pt;FONT-FAMILY: Verdana;COLOR: #666666;background-image:url(html/images/button.gif);BORDER-LEFT: black 0pt none;BORDER-RIGHT: black 0pt none;BORDER-TOP: black 0pt none;BORDER-BOTTOM: black 0pt none;WIDTH: 132;HEIGHT: 44;">
+ </td><td align = 'center'>
+<input type=button value="[% "ARTISTS" | string %]" name="Artist" onclick="Activate('Artist');Mode('contributor')" style="FONT-SIZE:12pt;FONT-FAMILY: Verdana;COLOR: #666666;background-image:url(html/images/button.gif);BORDER-LEFT: black 0pt none;BORDER-RIGHT: black 0pt none;BORDER-TOP: black 0pt none;BORDER-BOTTOM: black 0pt none;WIDTH: 132;HEIGHT: 44;">
+ </td><td align = 'center'>
+ <input type=button value="[% "ALBUMS" | string %]" name="Album" onclick="Activate('Album');Mode('album')" style="FONT-SIZE:12pt;FONT-FAMILY: Verdana;COLOR: #666666;background-image:url(html/images/button.gif);BORDER-LEFT: black 0pt none;BORDER-RIGHT: black 0pt none;BORDER-TOP: black 0pt none;BORDER-BOTTOM: black 0pt none;WIDTH: 132;HEIGHT: 44;">
</td></tr>
<tr><td height="15"></td></tr>
</table>
Modified: trunk/server/HTML/Touch/slimserver.css
URL: http://svn.slimdevices.com/trunk/server/HTML/Touch/slimserver.css?rev=10780&r1=10779&r2=10780&view=diff
==============================================================================
--- trunk/server/HTML/Touch/slimserver.css (original)
+++ trunk/server/HTML/Touch/slimserver.css Mon Nov 27 14:49:57 2006
@@ -4,8 +4,7 @@
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
- height: 480px;
- overflow: visible;
+ overflow-y: hidden;
}
body.default {
@@ -160,25 +159,19 @@
}
div#pagecontainer {
- position: absolute;
- top: 80;
- height: 364px;
- width: 100%;
- overflow: visible;
+ top: 80; height: 85%; overflow-y: auto; width: 100%; position: absolute; z-index: 2;
}
div#innerSanctum {
position: absolute;
- width: 100%;
}
div#hidden {
display: none;
}
div#footer {
- position: fixed;
+ position: absolute;
bottom: 0;
- width: 100%;
clear: both;
z-index: 10;
}
@@ -195,19 +188,19 @@
}
div#page {
- width: 100%;
+ width: auto;
z-index: -100;
overflow: visible;
}
div#page_with_bar {
- width: 100%;
+ width: auto;
z-index: -100;
overflow: visible;
}
div#miniControls {
- position: fixed;
+ position: absolute;
padding-top: 3px;
padding-left: 5px;
top: 0;
@@ -220,18 +213,17 @@
}
div#topbar {
- position: fixed;
+ position: absolute;
top: 0;
left: 0;
height: 20;
overflow: visible;
z-index: 10;
- width: 100%;
}
div#playerSelect {
z-index: 11;
- position: fixed;
+ position: absolute;
right: 0;
top: 0;
height: 20;
@@ -239,18 +231,16 @@
}
div#menu {
- position: fixed;
+ position: absolute;
top: 25;
left: 0;
overflow: visible;
z-index: 10;
- width: 100%;
}
div#emptyplayer {
position: absolute;
left: 180;
- width: 100%;
top: 70;
overflow: visible;
z-index: 1;
@@ -316,7 +306,6 @@
position: absolute;
top:241;
left: 0;
- width: 100%;
}
div#progressbar {
@@ -375,7 +364,7 @@
}
div#systemWorking{
- position: fixed;
+ position: absolute;
left: 0;
top: 25;
width: 1;
@@ -384,33 +373,33 @@
z-index: 12;
}
div#systemNotWorking{
- position: fixed;
+ position: absolute;
left: 0;
top: 25;
z-index: 12;
}
div#galleryToggle {
- position: fixed;
+ position: absolute;
left: 20;
top: 40;
z-index: 12;
}
div#gallerySelect {
- position: fixed;
+ position: absolute;
right: 10;
top: 85;
z-index: 12;
}
div#crumblist {
- position: fixed;
+ position: absolute;
left: 0;
top: 80;
z-index: 11;
}
div#OSD{
- position: fixed;
+ position: absolute;
z-index: 100;
top: 240;
left: 500;
@@ -422,7 +411,7 @@
}
div#volumeOSD{
- position: fixed;
+ position: absolute;
z-index: 100;
top: 240;
left: 500;
@@ -434,7 +423,7 @@
}
div#albumInfo {
- position: fixed;
+ position: absolute;
z-index: 99;
top: 140;
left: 300;
More information about the checkins
mailing list