[% IF item.heading %]
[% "$item.heading" _ "SMATCHING" | string %] "[% query %]"[% "COLON" | string %][% item.numresults %]
[% ELSE %] [% IF darkBG %] [% truncateAt = 40 %] [% ELSE %] [% truncateAt = 26 %] [% linkAreaClass = ' class = "linkAreaRowToPlus"' %] [% END %] [%# PROCESS browsecontrols_abbr itemobj = item.itemobj attributes = item.attributes odd = item.odd mixerlinks = item.mixerlinks anchor = item.anchor showdescend = item.showdescend showplay = item.showplay showplayall = item.showplayall playallhref = item.playallhref addallhref = item.addallhref href = item.href %] [% IF !noLink && (levelName == 'album' || levelName == 'age') %] [% IF item.coverThumb %] [% PROCESS thumbnailItemImg bgcolor='FFFFFF' height="46" width="46" style='STYLE="border: none"' %] [% ELSE %] [% PROCESS dummyItemImg bgcolor='FFFFFF' height="46" width="46" style='STYLE="border: none"' %] [% END %] [% linkAreaClass = ' class = "linkAreaRowFromImg"' %] [% END %] [%- IF noLink %] [% item.text | html | truncate(truncateAt) %] [%- ELSE %] [% PROCESS iteminfo %] [%- END %] [% IF darkBG; useImg = webroot _ 'html/images/grey_plus_add.png'; ELSE; useImg = webroot _ 'html/images/blue_plus_trans.png'; END; PROCESS AjaxBrowseCtrlAdd itemobj = item.itemobj attributes = item.attributes odd = item.odd mixerlinks = item.mixerlinks anchor = item.anchor showdescend = item.showdescend showplay = item.showplay showplayall = item.showplayall playallhref = item.playallhref addallhref = item.addallhref href = item.href %] [% END %]