aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/direntry.tpl
blob: 85696098b0633386277b1d0fcd755df51003c215 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}
<div class="directory-item lframe" id="directory-item-{{$entry.id}}" >
	<div class="contact-photo-wrapper" id="directory-photo-wrapper-{{$entry.id}}" > 
		<div class="contact-photo" id="directory-photo-{{$entry.id}}" >
			<a href="{{$entry.profile_link}}" class="directory-profile-link" id="directory-profile-link-{{$entry.id}}" ><img class="directory-photo-img" src="{{$entry.photo}}" alt="{{$entry.alttext}}" title="{{$entry.alttext}}" /></a>
		</div>
	</div>

	<div class="contact-name" id="directory-name-{{$entry.id}}">{{$entry.name}}</div>
	<div class="contact-details">{{$entry.details}}</div>
</div>