2013-01-11 17:57:11 +01:00
|
|
|
{{*
|
|
|
|
* AUTOMATICALLY GENERATED TEMPLATE
|
|
|
|
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
|
|
|
*
|
|
|
|
*}}<h1>{{$header}}{{if $total}} ({{$total}}){{/if}}</h1>
|
2012-12-22 20:57:29 +01:00
|
|
|
|
|
|
|
{{if $finding}}<h4>{{$finding}}</h4>{{/if}}
|
|
|
|
|
2012-12-27 20:23:37 +01:00
|
|
|
{{$tabs}}
|
|
|
|
|
2012-12-22 20:57:29 +01:00
|
|
|
<div id="contacts-search-wrapper">
|
|
|
|
<form id="contacts-search-form" action="{{$cmd}}" method="get" >
|
|
|
|
<span class="contacts-search-desc">{{$desc}}</span>
|
|
|
|
<input type="text" name="search" id="contacts-search" class="search-input" onfocus="this.select();" value="{{$search}}" />
|
|
|
|
<input type="submit" name="submit" id="contacts-search-submit" value="{{$submit}}" />
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<div id="contacts-search-end"></div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="contacts-display-wrapper">
|
|
|
|
{{foreach $contacts as $c}}
|
2012-12-25 20:05:46 +01:00
|
|
|
{{include file="contact_template.tpl" contact=$c}}
|
2012-12-22 20:57:29 +01:00
|
|
|
{{/foreach}}
|
|
|
|
</div>
|
|
|
|
<div id="contact-edit-end"></div>
|
|
|
|
|
|
|
|
{{$paginate}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|