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.
|
<h1>Contacts</h1>
|
|
|
|
$finding
|
|
|
|
<div id="contacts-search-wrapper">
|
|
<form id="contacts-search-form" action="$cmd" method="get" >
|
|
<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-main" >
|
|
<a href="$hide_url" id="contacts-show-hide-link">$hide_text</a>
|
|
</div>
|