<div class="{cycle values='listrow1, listrow2'}" onClick="ldapted_select_row(this,'{$DN}');">
<input name="selection[]" type="hidden" value="">
<div>
<a href="formular.php?dn={$DN}&form={$FORMULAR}&mode={$MODE}" target="_blank">
<img class="attrib_image" height="25" width="25" src="templates/std/images/attributes/{$TYPE}.png" title="{$DN}">
</a>
</div>
<div style="padding: 3px 0px 0px 8px;">
<a href="formular.php?dn={$DN}&form={$FORMULAR}&mode={$MODE}" target="_blank">
{foreach key=schluessel item=value from=$attribute}
{$value}
{/foreach}
</a>
</div>
</div>
<div style="clear: both"></div>