{* File: abb_students_view.html -------------------------------------------------------- Description: Display list of student names and link. Only if visitor is a registered user a link 'info' to display the address is added *}>
<{$lbl_name}> | <{$lbl_title}> | <{if $isContactAllowed eq 1 }><{$lbl_contact}> | <{/if}><{$lbl_homepage}> |
---|---|---|---|
<{$students[s].stud_lastname}>, <{$students[s].stud_firstname}> | <{$students[s].stud_title}> | <{if $isContactAllowed eq 1 }>info | <{/if}><{if $students[s].stud_homepage eq ""}> <{else}> Link <{/if}> |