Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
669 B
28 lines
669 B
|
|
<h1>{{$header}}{{if $total}} ({{$total}}){{/if}}</h1> |
|
|
|
{{if $finding}}<h4>{{$finding}}</h4>{{/if}} |
|
|
|
<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> |
|
|
|
{{$tabs}} |
|
|
|
|
|
|
|
{{foreach $contacts as $contact}} |
|
{{include file="contact_template.tpl"}} |
|
{{/foreach}} |
|
<div id="contact-edit-end"></div> |
|
|
|
{{$paginate}} |
|
|
|
|
|
|
|
|
|
|