[Slim-Checkins] r10994 -
/trunk/server/HTML/ExBrowse3/artistsAsHTML.html
adrian at svn.slimdevices.com
adrian at svn.slimdevices.com
Sun Dec 17 14:00:44 PST 2006
Author: adrian
Date: Sun Dec 17 14:00:43 2006
New Revision: 10994
URL: http://svn.slimdevices.com?rev=10994&view=rev
Log:
Bug: N/A
Description: update ExBrowse3 to follow 10993 changes to EN
Modified:
trunk/server/HTML/ExBrowse3/artistsAsHTML.html
Modified: trunk/server/HTML/ExBrowse3/artistsAsHTML.html
URL: http://svn.slimdevices.com/trunk/server/HTML/ExBrowse3/artistsAsHTML.html?rev=10994&r1=10993&r2=10994&view=diff
==============================================================================
--- trunk/server/HTML/ExBrowse3/artistsAsHTML.html (original)
+++ trunk/server/HTML/ExBrowse3/artistsAsHTML.html Sun Dec 17 14:00:43 2006
@@ -2,11 +2,12 @@
[%- FILTER null %]
[% contributorsHTML = [] %]
-[% FOREACH contributorTuple IN itemobj.artistsWithAttributes %]
+[% contributors = item.artistsWithAttributes || itemobj.artistsWithAttributes %]
- [% contributor = contributorTuple.artist %]
+[% FOREACH contributorTuple IN contributors %]
+
[% attrs = contributorTuple.attributes | html %]
- [% contributorHTMLFrag = "<a onclick=\"parent.browseurl("browsedb.html?hierarchy=contributor,album,track&$attrs&level=1")\">$contributor.name</a>" %]
+ [% contributorHTMLFrag = "<a onclick=\"parent.browseurl("browsedb.html?hierarchy=contributor,album,track&$attrs&level=1")\">$contributorTuple.name</a>" %]
[% contributorsHTML.push(contributorHTMLFrag) %]
[% END %]
More information about the checkins
mailing list