2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
<div class="contact-wrapper" id="contact-entry-wrapper-{{$id}}" >
|
2018-12-14 04:28:12 +01:00
|
|
|
{{if $contact.ignlnk}}<a href="{{$contact.ignlnk}}" title="{{$contact.ignore}}" class="icon drophide profile-match-ignore" onmouseout="imgdull(this);" onmouseover="imgbright(this);" onclick="return confirmDelete();" ></a>{{/if}}
|
2013-04-23 13:47:57 +02:00
|
|
|
<div class="contact-photo-wrapper" >
|
|
|
|
<div class="contact-photo mframe" id="contact-entry-photo-{{$contact.id}}"
|
|
|
|
onmouseover="if (typeof t{{$contact.id}} != 'undefined') clearTimeout(t{{$contact.id}}); openMenu('contact-photo-menu-button-{{$contact.id}}')"
|
|
|
|
onmouseout="t{{$contact.id}}=setTimeout('closeMenu(\'contact-photo-menu-button-{{$contact.id}}\'); closeMenu(\'contact-photo-menu-{{$contact.id}}\');',200)" >
|
|
|
|
|
2018-12-14 04:28:12 +01:00
|
|
|
<a href="{{$contact.url}}" title="{{$contact.img_hover}}" /><img src="{{$contact.thumb}}" {{$contact.sparkle}} alt="{{$contact.name}}" /></a>
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2015-10-18 17:12:48 +02:00
|
|
|
{{if $multiselect}}
|
2013-12-17 11:19:06 +01:00
|
|
|
<input type="checkbox" class="contact-select" name="contact_batch[]" value="{{$contact.id}}">
|
2015-06-23 10:09:27 +02:00
|
|
|
{{/if}}
|
2013-04-23 13:47:57 +02:00
|
|
|
{{if $contact.photo_menu}}
|
|
|
|
<a href="#" rel="#contact-photo-menu-{{$contact.id}}" class="contact-photo-menu-button icon s16 menu" id="contact-photo-menu-button-{{$contact.id}}">menu</a>
|
|
|
|
<ul class="contact-photo-menu menu-popup" id="contact-photo-menu-{{$contact.id}}">
|
|
|
|
{{foreach $contact.photo_menu as $c}}
|
|
|
|
{{if $c.2}}
|
|
|
|
<li><a target="redir" href="{{$c.1}}">{{$c.0}}</a></li>
|
|
|
|
{{else}}
|
|
|
|
<li><a href="{{$c.1}}">{{$c.0}}</a></li>
|
|
|
|
{{/if}}
|
|
|
|
{{/foreach}}
|
|
|
|
</ul>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
2015-11-03 14:31:15 +01:00
|
|
|
<div class="contact-name" id="contact-entry-name-{{$contact.id}}" >
|
2018-12-14 04:28:12 +01:00
|
|
|
{{$contact.name}}
|
2015-11-03 14:31:15 +01:00
|
|
|
{{if $contact.account_type}} <span class="contact-entry-details" id="contact-entry-accounttype-{{$contact.id}}">({{$contact.account_type}})</span>{{/if}}
|
|
|
|
</div>
|
2013-04-23 13:47:57 +02:00
|
|
|
{{if $contact.alt_text}}<div class="contact-details" id="contact-entry-rel-{{$contact.id}}" >{{$contact.alt_text}}</div>{{/if}}
|
2015-10-23 01:32:03 +02:00
|
|
|
{{if $contact.itemurl}}<div class="contact-details" id="contact-entry-url-{{$contact.id}}" >{{$contact.itemurl}}</div>{{/if}}
|
2015-11-03 14:31:15 +01:00
|
|
|
{{if $contact.tags}}<div class="contact-details" id="contact-entry-tags-{{$contact.id}}" >{{$contact.tags}}</div>{{/if}}
|
2015-10-23 01:32:03 +02:00
|
|
|
{{if $contact.details}}<div class="contact-details" id="contact-entry-details-{{$contact.id}}" >{{$contact.details}}</div>{{/if}}
|
2015-11-03 14:31:15 +01:00
|
|
|
{{if $contact.network}}<div class="contact-details" id="contact-entry-network-{{$contact.id}}" >{{$contact.network}}</div>{{/if}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2015-10-18 17:12:48 +02:00
|
|
|
{{if $contact.connlnk}}
|
2018-12-14 04:28:12 +01:00
|
|
|
<div class="contact-entry-connect"><a href="{{$contact.connlnk}}" title="{{$contact.conntxt}}">{{$contact.conntxt}}</a></div>
|
2015-10-18 17:12:48 +02:00
|
|
|
{{/if}}
|
|
|
|
|
2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|