[Slim-Checkins] r12623 - in /trunk/server/HTML: Nokia770/browsedb_artwork.html Nokia770/slimserver.css Touch/browsedb_artwork.html Touch/slimserver.css

bklaas at svn.slimdevices.com bklaas at svn.slimdevices.com
Mon Aug 20 12:58:19 PDT 2007


Author: bklaas
Date: Mon Aug 20 12:58:19 2007
New Revision: 12623

URL: http://svn.slimdevices.com?rev=12623&view=rev
Log:
Layout shifts for gallery browse, particularly to better support MusicIP; Diverge Touch from Nokia770 here by making larger thumbnails on Touch

Added:
    trunk/server/HTML/Touch/browsedb_artwork.html
Modified:
    trunk/server/HTML/Nokia770/browsedb_artwork.html
    trunk/server/HTML/Nokia770/slimserver.css
    trunk/server/HTML/Touch/slimserver.css

Modified: trunk/server/HTML/Nokia770/browsedb_artwork.html
URL: http://svn.slimdevices.com/trunk/server/HTML/Nokia770/browsedb_artwork.html?rev=12623&r1=12622&r2=12623&view=diff
==============================================================================
--- trunk/server/HTML/Nokia770/browsedb_artwork.html (original)
+++ trunk/server/HTML/Nokia770/browsedb_artwork.html Mon Aug 20 12:58:19 2007
@@ -1,14 +1,14 @@
 <!--browsedb_artwork.html-->
 
-	<table class = 'floater' height = '200' width = '105' class = 'noborder'>
+	<table class = 'floater noborder' height = '200' width = '130'>
 	<tr>
 		<td width="100">
 		[% IF item.coverThumb %]
-			<a onClick = 'popUpAlbumInfo("[% item.album %]", 1)'>
-			[% PROCESS thumbnailItemImg height="100" width="100" style='STYLE="border: 1px solid black"' %]</a>
+			<a onClick = 'popUpAlbumInfo("[% item.itemobj.id %]", 1)'>
+			[% PROCESS thumbnailItemImg height="125" width="125" style='STYLE="border: 1px solid black"' %]</a>
 		[% ELSE %]
-			<a onClick = 'popUpAlbumInfo("[% item.album %]", 1)'>
-			[% PROCESS dummyItemImg height="100" width="100" style='STYLE="border: 1px solid black"' %]</a>
+			<a onClick = 'popUpAlbumInfo("[% item.itemobj.id %]", 1)'>
+			[% PROCESS dummyItemImg height="125" width="125" style='STYLE="border: 1px solid black"' %]</a>
 		[% END %]
 		</td>
 	</tr>

Modified: trunk/server/HTML/Nokia770/slimserver.css
URL: http://svn.slimdevices.com/trunk/server/HTML/Nokia770/slimserver.css?rev=12623&r1=12622&r2=12623&view=diff
==============================================================================
--- trunk/server/HTML/Nokia770/slimserver.css (original)
+++ trunk/server/HTML/Nokia770/slimserver.css Mon Aug 20 12:58:19 2007
@@ -340,7 +340,7 @@
 
 
 span.buttonControls {
-	padding: 8 8 8 8;
+	padding: 5 5 5 5;
 }
 
 

Added: trunk/server/HTML/Touch/browsedb_artwork.html
URL: http://svn.slimdevices.com/trunk/server/HTML/Touch/browsedb_artwork.html?rev=12623&view=auto
==============================================================================
--- trunk/server/HTML/Touch/browsedb_artwork.html (added)
+++ trunk/server/HTML/Touch/browsedb_artwork.html Mon Aug 20 12:58:19 2007
@@ -1,0 +1,32 @@
+<!--browsedb_artwork.html-->
+
+	<table class = 'floater noborder' height = '300' width = '250'>
+	<tr>
+		<td width="100" valign = 'bottom'>
+		[% IF item.coverThumb %]
+			<a onClick = 'popUpAlbumInfo("[% item.itemobj.id %]", 1)'>
+			[% PROCESS thumbnailItemImg height="225" width="225" style='STYLE="border: 1px solid black"' %]</a>
+		[% ELSE %]
+			<a onClick = 'popUpAlbumInfo("[% item.itemobj.id %]", 1)'>
+			[% PROCESS dummyItemImg height="225" width="225" style='STYLE="border: 1px solid black"' %]</a>
+		[% END %]
+		</td>
+	</tr>
+	<tr>
+		<td align = 'center' valign = 'bottom'>
+		<table cellspacing = '0' cellpadding = '0' border = '0' width = 100%>
+			<tr>
+			[% IF item.item %]<tr><td nowrap class = 'supertinytext'>[% item.item | truncate(30) %]</td></tr>[% END %]
+			[% IF item.artist %][% itemobj = item.itemobj %]<tr><td nowrap class = 'supertinytext'>[%- artistlist = PROCESS artistsAsText.html %][% artistlist | truncate(30)%]</td></tr>[% END %]
+			<td><table width = '100%'><tr>
+       			 [% PROCESS browsecontrols_abbr
+       	         itemobj = item.itemobj
+       	         attributes = item.attributes
+       	         odd = item.odd
+       	         mixerlinks = item.mixerlinks %]
+			</tr></table></td>
+			</tr>
+		</table>
+		</td>
+	</tr>
+	</table>

Modified: trunk/server/HTML/Touch/slimserver.css
URL: http://svn.slimdevices.com/trunk/server/HTML/Touch/slimserver.css?rev=12623&r1=12622&r2=12623&view=diff
==============================================================================
--- trunk/server/HTML/Touch/slimserver.css (original)
+++ trunk/server/HTML/Touch/slimserver.css Mon Aug 20 12:58:19 2007
@@ -451,10 +451,10 @@
 div#albumInfo {
         position: absolute;
         z-index: 99;
-        top: 10;
+        top: 50;
         left: 200;
-	width: 500;
-	bottom: 10;
+	width: 700;
+	bottom: 50;
         background-color: white;
         color: black;
         padding: 5px;



More information about the checkins mailing list