2016-06-06 22:38:39 +00:00
|
|
|
|
|
|
|
<div id="follow-sidebar" class="widget">
|
|
|
|
<h3>{{$connect}}</h3>
|
2016-06-06 23:28:38 +00:00
|
|
|
|
2022-11-01 13:41:39 +00:00
|
|
|
<form action="contact/follow" method="get">
|
2016-06-06 23:28:38 +00:00
|
|
|
{{* The input field - For visual consistence we are using a search input field*}}
|
2016-06-06 22:38:39 +00:00
|
|
|
<div class="form-group form-group-search">
|
2018-12-14 03:28:12 +00:00
|
|
|
<input id="side-follow-url" class="search-input form-control form-search" type="text" name="url" value="{{$value}}" placeholder="{{$hint}}" data-toggle="tooltip" title="{{$hint}}" />
|
2016-12-10 20:25:40 +00:00
|
|
|
<button id="side-follow-submit" class="btn btn-default btn-sm form-button-search" type="submit">{{$follow}}</button>
|
2016-06-06 22:38:39 +00:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|