streams/view/tpl/smarty3/follow.tpl

9 lines
326 B
Smarty
Raw Normal View History

2013-01-06 21:42:51 +00:00
<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>
</div>