[% BLOCK cbfooter %]
[% PROCESS cbpagebarfooter %]
[% PROCESS plugins/CustomBrowse/menuheader.html items=pluginCustomBrowseFooterItems %]
([% "PLUGIN_CUSTOMBROWSE" | string %] [% pluginCustomBrowseVersion %])
[% IF pluginCustomBrowseError %]
Error:
[% pluginCustomBrowseError %]
[% END %]
[% END %]
[% BLOCK cbpagebar %]
[% IF pluginCustomBrowsePageInfo && pluginCustomBrowsePageInfo.totalpages > 1 %]
[% END %]
[% END %]
[% BLOCK cbcontextfooter %]
[% PROCESS cbpagebarfooter %]
[% PROCESS plugins/CustomBrowse/menuheader.html items=pluginCustomBrowseFooterItems %]
([% "PLUGIN_CUSTOMBROWSE" | string %] [% pluginCustomBrowseVersion %])
[% IF pluginCustomBrowseError %]
Error:
[% pluginCustomBrowseError %]
[% END %]
[% END %]
[% BLOCK cbpagebarfooter %]
[% END %]
[% BLOCK cbitemcount %]
[% "ITEMS" | string %] [% pluginCustomBrowsePageInfo.startitem + 1 %] [% "TO" | string %] [% pluginCustomBrowsePageInfo.enditem + 1 %] [% "OF" | string %] [% pluginCustomBrowsePageInfo.totalitems %]
[% END %]
[% BLOCK galleryitem %]
[%- itemImg = item.coverThumb ? "thumbnailItemImg" : "dummyItemImg" %]
[%- content | indent(4) %]
[%- END %]
[% BLOCK cbcontentitemlist %]
[%- WRAPPER $contentwrapper controls='controls' %]
[% count = count + 1 %]
[% PROCESS cbcontentitem %]
[% END %]
[% END %]
[% BLOCK cbcontentitemheader %]
[% END %]
[% BLOCK cbcontentitemallsongs %]
[%- WRAPPER contentitem controls='allsongscontrols' %]
[% "ALL_SONGS" | string %]
[% END %]
[% END %]
[% BLOCK cbcontentitem %]
[% IF item.itemobj %]
[% PROCESS trackinfo %]
[% ELSE %]
[% IF !artwork && pluginCustomBrowseArtworkSupported %]
[% IF item.slimserverurl %]
[% IF item.coverThumb; hreftype = "thumbnail"; ELSE; hreftype = "dummy"; END; PROCESS "${hreftype}ItemImg" height="50" noby=0 %]
[% ELSIF item.url %]
[% IF item.coverThumb; hreftype = "thumbnail"; ELSE; hreftype = "dummy"; END; PROCESS "${hreftype}ItemImg" height="50" noby=0 %]
[% END %]
[% ELSE %]
[% IF item.slimserverurl %]
[% PROCESS $CustomBrowseItemText %]
[% ELSIF item.url %]
[% PROCESS $CustomBrowseItemText %]
[% ELSE %]
[% PROCESS $CustomBrowseItemText %]
[% END %]
[% END %]
[% END %]
[% END %]
[% BLOCK cbcontainer %]
[% content %]
[% END %]