aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/connections.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-06 21:40:23 -0700
committerfriendica <info@friendica.com>2014-04-06 21:40:23 -0700
commit75b6aa235e18e9491bc953f43d6d95cf00453406 (patch)
tree1860be309e4b3dac035d5605128f78fb139ff4bc /view/tpl/connections.tpl
parent28b7eedc45695021e96af6112dab20195b118873 (diff)
downloadvolse-hubzilla-75b6aa235e18e9491bc953f43d6d95cf00453406.tar.gz
volse-hubzilla-75b6aa235e18e9491bc953f43d6d95cf00453406.tar.bz2
volse-hubzilla-75b6aa235e18e9491bc953f43d6d95cf00453406.zip
more work on #395
Diffstat (limited to 'view/tpl/connections.tpl')
-rwxr-xr-xview/tpl/connections.tpl26
1 files changed, 26 insertions, 0 deletions
diff --git a/view/tpl/connections.tpl b/view/tpl/connections.tpl
new file mode 100755
index 000000000..f254ce8c2
--- /dev/null
+++ b/view/tpl/connections.tpl
@@ -0,0 +1,26 @@
+<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="connection_template.tpl"}}
+{{/foreach}}
+<div id="contact-edit-end"></div>
+
+{{$paginate}}
+
+
+
+