diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-02-23 11:22:32 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-02-23 11:22:32 +0100 |
commit | cbc60d525e9140169c3b2d03998c53907b2fa3a7 (patch) | |
tree | 00a6166c3882cfc1f87aa6a4fb2663ef5b20be65 /view/contacts-template.tpl | |
parent | d9e9fd0359cb89416b486cbe9cb65f586abe6cd9 (diff) | |
download | volse-hubzilla-cbc60d525e9140169c3b2d03998c53907b2fa3a7.tar.gz volse-hubzilla-cbc60d525e9140169c3b2d03998c53907b2fa3a7.tar.bz2 volse-hubzilla-cbc60d525e9140169c3b2d03998c53907b2fa3a7.zip |
quattro post preview, style contacts pages, style for "shiny" class, fix contacts list in profile aside.
remove html from viewcontacts.php and contacts.php
use contact_template.tpl to print contacts also in viewcontacts
Diffstat (limited to 'view/contacts-template.tpl')
-rwxr-xr-x | view/contacts-template.tpl | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/view/contacts-template.tpl b/view/contacts-template.tpl new file mode 100755 index 000000000..ecb342bf4 --- /dev/null +++ b/view/contacts-template.tpl @@ -0,0 +1,26 @@ +<h1>$header{{ if $total }} ($total){{ endif }}</h1> + +{{ if $finding }}<h4>$finding</h4>{{ endif }} + +<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 + + +{{ for $contacts as $contact }} + {{ inc contact_template.tpl }}{{ endinc }} +{{ endfor }} +<div id="contact-edit-end"></div> + +$paginate + + + + |