Index: songinfo.html
===================================================================
--- songinfo.html (revision 11207)
+++ songinfo.html (revision 12145)
@@ -56,7 +56,7 @@
[% FOREACH contributor = contributors %]
- [% contributorHTMLFrag = "$contributor.name" %]
+ [% contributorHTMLFrag = "$contributor.name" %]
[% contributorsHTML.push(contributorHTMLFrag) %]
@@ -73,7 +73,7 @@
[% "ALBUM" | string %][% "COLON" | string %]
|
- [% itemobj.album.title %]
+ [% itemobj.album.title %]
|
[% END %]
@@ -119,7 +119,7 @@
[% "YEAR" | string %][% "COLON" | string %]
- [% itemobj.year %]
+ [% itemobj.year| html %]
|
[% END %] [% IF itemobj.replay_gain.defined %]
Index: cmdwrappers
===================================================================
--- cmdwrappers (revision 11207)
+++ cmdwrappers (revision 12145)
@@ -2,7 +2,11 @@
[% statusroot = 'status.html' %]
[% noHomeLink = 1 %]
[% controlGraphics = 1 %]
+[% notarget = 1 %]
+[%# Default to no targets for links %]
+[% notarget = 1 %]
+
[% BLOCK cmdlink %]
@@ -175,7 +179,7 @@
[% item.text | html %][% IF showYear && item.year %] ([% item.year %])[% END %]
[% IF verbose %]
[% "FROM" | string %]
- [% item.album.title | html %]
+ [% item.itemobj.album.title | html %]
[% PROCESS artistsAsHTML.html %]
[% END %]
[%# IF includeArtist && artist; PROCESS artistsAsHTML.html; END %]
Index: status.js
===================================================================
--- status.js (revision 11207)
+++ status.js (revision 12145)
@@ -7,6 +7,7 @@
var intervalID = false;
[% PROCESS html/global.js %]
+[% PROCESS skin_global.js %]
var args = 'player='+player+'&ajaxRequest=1';
// Update the progress dialog with the current state
@@ -288,7 +289,6 @@
//songinfoArray[songinfoArray.length] = {name: 'artist', stub:'browsedb.html?hierarchy=album,track&level=1&contributor.id='};
songinfoArray[songinfoArray.length] = {name: 'album', stub:'browsedb.html?hierarchy=album,track&level=2&album.id='};
songinfoArray[songinfoArray.length] = {name: 'genre', stub:'browsedb.html?hierarchy=genre,contributor,album,track&level=1&genre.id='};
- refreshElement('artist',parsedData['artisthtml'])
refreshElement('artist',parsedData['artisthtml']);
songinfoArray.each(function(key) {
Index: galleryselect.html
===================================================================
--- galleryselect.html (revision 11207)
+++ galleryselect.html (revision 12145)
@@ -19,7 +19,7 @@
[% IF NOT noLabel %][% END %]
-
|