]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/follow.tpl
Merge branch 'master' of github.com:annando/friendica
[friendica.git] / view / theme / frio / templates / follow.tpl
1
2 <div id="follow-sidebar" class="widget">
3         <h3>{{$connect}}</h3>
4
5         <div id="connect-desc">{{$desc}}</div> {{* The description *}}
6         <form action="follow" method="get" >
7                 {{* The input field - For visual consistence we are using a search input field*}}
8                 <div class="form-group form-group-search">
9                         <input id="side-follow-url" class="search-input form-control form-search" type="text" name="url" value="{{$value|escape:'html'}}" placeholder="{{$hint|escape:'html'}}" data-toggle="tooltip" title="{{$hint|escape:'html'}}" />
10                         <button id="side-follow-submit" class="btn btn-default btn-sm form-button-search" type="submit">{{$follow}}</button>
11                 </div>
12         </form>
13 </div>
14