[% 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 %]
[% csval = 1 %]
[% 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"' %]
|
[% ELSIF ((item.itemobj.album.id && !item.descend) || item.album) && !noLink && (item.item || !item.defined('level') && item.itemobj) %]
|
[% ELSE; csval = 2; 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 %]