2014-09-06 00:14:25 +02:00
|
|
|
|
2015-10-17 19:45:57 +02:00
|
|
|
{{include file="section_title.tpl"}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2015-10-16 21:44:10 +02:00
|
|
|
{{if $gdirpath}}
|
|
|
|
<ul>
|
|
|
|
<li><div id="global-directory-link"><a href="{{$gdirpath}}">{{$globaldir}}</a></div></li>
|
|
|
|
</ul>
|
|
|
|
{{/if}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
|
|
|
|
<div id="directory-search-wrapper">
|
2015-10-16 21:44:10 +02:00
|
|
|
<form id="directory-search-form" action="directory" method="get" >
|
|
|
|
<span class="dirsearch-desc">{{$desc}}</span>
|
|
|
|
<input type="text" name="search" id="directory-search" class="search-input" onfocus="this.select();" value="{{$search|escape:'html'}}" />
|
|
|
|
<input type="submit" name="submit" id="directory-search-submit" value="{{$submit|escape:'html'}}" class="button" />
|
|
|
|
</form>
|
2013-04-23 13:47:57 +02:00
|
|
|
</div>
|
2015-10-16 21:44:10 +02:00
|
|
|
|
|
|
|
{{if $findterm}}
|
|
|
|
<h4>{{$finding}} '{{$findterm}}'</h4>
|
|
|
|
{{/if}}
|
|
|
|
|
2013-04-23 13:47:57 +02:00
|
|
|
<div id="directory-search-end"></div>
|
|
|
|
|
2015-10-22 22:48:49 +02:00
|
|
|
{{foreach $contacts as $contact}}
|
|
|
|
{{include file="contact_template.tpl"}}
|
2015-10-16 21:44:10 +02:00
|
|
|
{{/foreach}}
|
|
|
|
|
2015-10-17 21:45:55 +02:00
|
|
|
<div class="directory-end" ></div>
|
|
|
|
|
|
|
|
{{$paginate}}
|