aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/follow.tpl
blob: b0597e9b655c93ea779d71cae87071c5f2de8cc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<div id="follow-sidebar" class="widget">
	<h3>{{$connect}}</h3>
	<div id="connect-desc">{{$desc}}</div>
	<form action="follow" method="post" />
		<input id="side-follow-url" type="text" name="url" size="24" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" />
	</form>
	{{if $abook_usage_message}}
	<div class="usage-message" id="abook-usage-message">{{$abook_usage_message}}</div>
	{{/if}}
</div>