diff options
author | Friendika <info@friendika.com> | 2010-11-16 23:26:14 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-16 23:26:14 -0800 |
commit | c2086ec50ed339fb864c8f0a93fbc40ff530c666 (patch) | |
tree | ed7a655b355d289216678dac6b7a57364d83b41c /view/contacts-top.tpl | |
parent | f9d5aafe9c2559a65aeb0aafeec5bfd5c76f1311 (diff) | |
download | volse-hubzilla-c2086ec50ed339fb864c8f0a93fbc40ff530c666.tar.gz volse-hubzilla-c2086ec50ed339fb864c8f0a93fbc40ff530c666.tar.bz2 volse-hubzilla-c2086ec50ed339fb864c8f0a93fbc40ff530c666.zip |
pull some template strings
Diffstat (limited to 'view/contacts-top.tpl')
-rw-r--r-- | view/contacts-top.tpl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/view/contacts-top.tpl b/view/contacts-top.tpl new file mode 100644 index 000000000..324980093 --- /dev/null +++ b/view/contacts-top.tpl @@ -0,0 +1,17 @@ +<h1>$header</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> |