aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/follow.tpl
blob: f643a3597a85e265f94424dc7176f5155b6263db (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                        

                                              
                                              

                                                                                                                         
               


                                                                                          
      
 
<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" class="btn btn-default" value="{{$follow}}" />
	</form>
	{{if $abook_usage_message}}
	<div class="usage-message" id="abook-usage-message">{{$abook_usage_message}}</div>
	{{/if}}
</div>