2014-09-05 22:14:25 +00:00
|
|
|
|
2013-04-23 11:47:57 +00:00
|
|
|
<div id="follow-sidebar" class="widget">
|
|
|
|
<h3>{{$connect}}</h3>
|
|
|
|
<div id="connect-desc">{{$desc}}</div>
|
2015-04-08 22:10:21 +00:00
|
|
|
<form action="follow" method="get" >
|
2015-02-16 08:30:12 +00:00
|
|
|
<input id="side-follow-url" type="text" name="url" value="{{$value|escape:'html'}}" size="24" placeholder="{{$hint|escape:'html'}}" title="{{$hint|escape:'html'}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow|escape:'html'}}" />
|
2013-04-23 11:47:57 +00:00
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|