[Slim-Checkins] r10779 - in /branches/6.5/server/HTML:
Nokia770/browsedb.html
Nokia770/menu.html Nokia770/pagefooter.html Nokia770/searchinput.html
Touch/slimserver.css
bklaas at svn.slimdevices.com
bklaas at svn.slimdevices.com
Mon Nov 27 14:48:02 PST 2006
Author: bklaas
Date: Mon Nov 27 14:48:01 2006
New Revision: 10779
URL: http://svn.slimdevices.com?rev=10779&view=rev
Log:
Bug #4507: IE support through massive css hacking
Modified:
branches/6.5/server/HTML/Nokia770/browsedb.html
branches/6.5/server/HTML/Nokia770/menu.html
branches/6.5/server/HTML/Nokia770/pagefooter.html
branches/6.5/server/HTML/Nokia770/searchinput.html
branches/6.5/server/HTML/Touch/slimserver.css
Modified: branches/6.5/server/HTML/Nokia770/browsedb.html
URL: http://svn.slimdevices.com/branches/6.5/server/HTML/Nokia770/browsedb.html?rev=10779&r1=10778&r2=10779&view=diff
==============================================================================
--- branches/6.5/server/HTML/Nokia770/browsedb.html (original)
+++ branches/6.5/server/HTML/Nokia770/browsedb.html Mon Nov 27 14:48:01 2006
@@ -42,6 +42,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: branches/6.5/server/HTML/Nokia770/menu.html
URL: http://svn.slimdevices.com/branches/6.5/server/HTML/Nokia770/menu.html?rev=10779&r1=10778&r2=10779&view=diff
==============================================================================
--- branches/6.5/server/HTML/Nokia770/menu.html (original)
+++ branches/6.5/server/HTML/Nokia770/menu.html Mon Nov 27 14:48:01 2006
@@ -34,4 +34,4 @@
</table>
</div>
<!-- /Menu -->
-<div id = 'pagecontainer'>
+[% IF thispage != 'browse' && thispage != 'artwork' %]<div id = 'pagecontainer'>[% END %]
Modified: branches/6.5/server/HTML/Nokia770/pagefooter.html
URL: http://svn.slimdevices.com/branches/6.5/server/HTML/Nokia770/pagefooter.html?rev=10779&r1=10778&r2=10779&view=diff
==============================================================================
--- branches/6.5/server/HTML/Nokia770/pagefooter.html (original)
+++ branches/6.5/server/HTML/Nokia770/pagefooter.html Mon Nov 27 14:48:01 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,6 @@
<!-- end footer div -->
</div>
-<!-- end pagecontainer div -->
-</div>
-
-<!-- end page div-->
-</div>
-
</body>
</html>
Modified: branches/6.5/server/HTML/Nokia770/searchinput.html
URL: http://svn.slimdevices.com/branches/6.5/server/HTML/Nokia770/searchinput.html?rev=10779&r1=10778&r2=10779&view=diff
==============================================================================
--- branches/6.5/server/HTML/Nokia770/searchinput.html (original)
+++ branches/6.5/server/HTML/Nokia770/searchinput.html Mon Nov 27 14:48:01 2006
@@ -1,6 +1,6 @@
<!-- searchinput.html -->
-<SCRIPT LANGUAGE="Javascript">
+<script language="Javascript">
function Change(Key)
{
@@ -40,10 +40,9 @@
mode='';
return true;
}
-</SCRIPT>
+</script>
-<center>
<table width = '100%' bgcolor = '#EEEEEE'>
<tr><td>
<!--
@@ -79,7 +78,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;
@@ -128,13 +127,15 @@
</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;">
-</td></tr>
+<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>
</td></tr>
Modified: branches/6.5/server/HTML/Touch/slimserver.css
URL: http://svn.slimdevices.com/branches/6.5/server/HTML/Touch/slimserver.css?rev=10779&r1=10778&r2=10779&view=diff
==============================================================================
--- branches/6.5/server/HTML/Touch/slimserver.css (original)
+++ branches/6.5/server/HTML/Touch/slimserver.css Mon Nov 27 14:48:01 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,18 @@
}
div#page {
- width: 100%;
+ width: auto;
z-index: -100;
overflow: visible;
}
div#page_with_bar {
- width: 100%;
z-index: -100;
overflow: visible;
}
div#miniControls {
- position: fixed;
+ position: absolute;
padding-top: 3px;
padding-left: 5px;
top: 0;
@@ -220,18 +212,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,12 +230,11 @@
}
div#menu {
- position: fixed;
+ position: absolute;
top: 25;
left: 0;
overflow: visible;
z-index: 10;
- width: 100%;
}
div#emptyplayer {
@@ -316,7 +306,6 @@
position: absolute;
top:241;
left: 0;
- width: 100%;
}
div#progressbar {
@@ -368,7 +357,7 @@
}
div#systemWorking{
- position: fixed;
+ position: absolute;
left: 0;
top: 25;
width: 1;
@@ -377,33 +366,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#addedToPlaylist{
- position: fixed;
+ position: absolute;
z-index: 100;
top: 240;
left: 500;
More information about the checkins
mailing list