[% IF query %]
[%# Add the search query to each link if available %]
[% searchquery = 'query=' _ query _ '&' %]
[% END %]
[% FILTER null %]
[% pageicon = 'RADIO'; noSpacer = NOT streaminfo; %]
[% pwd_list = [];
FOREACH crumb IN crumb;
crumbItem = BLOCK %]
[% crumb.name %]
[% END %]
[% pwd_list.push(crumbItem) %]
[% END %]
[% END # filter -%]
[% IF useAJAX %][% pageHeaderScripts = BLOCK %]
[% END %][% END %]
[% IF NOT ajaxUpdate %][% PROCESS pageheader.html %]
[% END %]
[% IF msg %][% WRAPPER contentcontainer %]
[% msg %]
[% END %][% END %]
[% IF streaminfo %]
[% IF streaminfo.item.enclosure || streaminfo.item.url %]
[% END %]
[% PROCESS xmlbrowser_details.html %]
[% END %]
[% IF search %]
[% END %]
[%- odd = 1 %]
[%- IF items.size -%]
[% IF hasPagebar %]
[% "ITEMS" | string %] [% pageinfo.startitem + 1 %] [% "TO" | string %] [% pageinfo.enditem + 1 %] [% "OF" | string %] [% pageinfo.totalitems %]
[% PROCESS pagebar %]
[% END %]
[% BLOCK favoritescontrol %]
[% IF item.favorites == 1 %]
[% WRAPPER favaddlink noTarget=1 %]
[%- IF useAJAX -%]href="javascript:void(0);" onClick="ajaxUpdate('[% path %]', 'action=favadd&index=[% index _ (start + loop.index) %]&start=[% pageinfo.startitem %]')"
[%- ELSE -%]href="[% path %]?action=favadd&index=[% index _ (start + loop.index) %]&start=[% pageinfo.startitem %]&player=[% player | uri %]"
[%- END -%]
[% END %]
[% ELSIF item.favorites == 2 %]
[% WRAPPER favdellink noTarget=1 %]
[%- IF useAJAX -%]href="javascript:void(0);" onClick="ajaxUpdate('[% path %]', 'action=favdel&index=[% index _ (start + loop.index) %]&start=[% pageinfo.startitem %]')"
[%- ELSE -%]href="[% path %]?action=favdel&index=[% index _ (start + loop.index) %]&start=[% pageinfo.startitem %]&player=[% player | uri %]"
[%- END -%]
[% END %]
[% END %]
[% END %]
[%- WRAPPER contentcontainer %]
[% IF image %]
[% END %]
[% IF itemsHaveAudio %]
[%- BLOCK allcontrol -%]
[% WRAPPER playlink %]href="[% path %]?[% searchquery %]action=playall&index=[% currentIndex %]&player=[% player | uri %]"[% END %]
[% WRAPPER addlink %]href="[% path %]?[% searchquery %]action=addall&index=[% currentIndex %]&player=[% player | uri %]"[% END %]
[%- END %]
[%- WRAPPER contentitem leftcontrols = 'allcontrol' %]
[% "ALL_SONGS" | string %]
[%- END %]
[%- odd = (not odd) %]
[% END %]
[%- FOREACH item = items %]
[%- BLOCK gencontrol -%]
[% IF item.type == 'audio' || item.type == 'playlist' || item.enclosure || item.play %]
[% WRAPPER playlink %]href="[% path %]?[% searchquery %]action=play[% IF item.type == 'playlist' %]all[% END %]&index=[% index _ (start + loop.index) %]&player=[% player | uri %]"[% END %]
[% WRAPPER addlink %]href="[% path %]?[% searchquery %]action=add[% IF item.type == 'playlist' %]all[% END %]&index=[% index _ (start + loop.index) %]&player=[% player | uri %]"[% END %]
[% ELSE %]
[% PROCESS dummylink %]
[% PROCESS dummylink %]
[% END %]
[%- END %]
[% IF item.type == 'search' %]
[% ELSE %]
[% IF useAJAX %]
[% END %]
[%- WRAPPER contentitem leftcontrols = 'gencontrol' rightcontrols = 'favoritescontrol' %]
[% IF item.weblink %]
[% ELSIF item.type != 'text' %]
[% END %]
[% item.name || item.title %]
[% IF item.weblink || item.type != 'text' %]
[% END %]
[%- END %]
[% IF useAJAX %][% END %]
[%- END %]
[%- odd = (not odd) %]
[%- END %]
[%- END %]
[% IF hasPagebar %]
[% "ITEMS" | string %] [% pageinfo.startitem + 1 %] [% "TO" | string %] [% pageinfo.enditem + 1 %] [% "OF" | string %] [% pageinfo.totalitems %]
[% PROCESS pagebar %]
[% END %]
[%- END %]
[% IF NOT ajaxUpdate %]
[% PROCESS pagefooter.html %][% END %]