<!--- expects caller.set --->
<var set = caller.set>
<var C = GLOBAL.Def.Style.color>
<var _upw = 40>
<setcrawl>
<var _name = "/user-#set.id#">
<if set.name NEQ "">
<var _name = escapeMarkup(set.name)>
</if>
<var _balloon = set.balloon>
<var _color = "blue">
<if listLen(set.balloon,'/') EQ 2>
<var _balloon = listFirst(set.balloon,'/')>
<var _color = listLast(set.balloon,'/')>
</if>
<var _href = "http://#this_domain#/#set.id#">
<a class="buttonish buttonish_small" href="#_href#" style="clear:both; display:block; color:#C.text#;">
<div style="float:left; width:#_upw#px; padding-bottom:3px;">
<tag.balloon picwidth="#_upw#"
bg="#_balloon#" color="#_color#">
</div>
<div style="margin-left:#_upw+8#px; padding-bottom:3px;">
<b>#_name#</b>
</div>
<small><small><small><small><div style="clear:both; height:1px;"> </div></small></small></small></small>
</a>
<small><small><div style="clear:both;"> </div></small></small>
</setcrawl>