diff options
Diffstat (limited to 'view/follow.tpl')
-rw-r--r-- | view/follow.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/follow.tpl b/view/follow.tpl new file mode 100644 index 000000000..49bebee8b --- /dev/null +++ b/view/follow.tpl @@ -0,0 +1,10 @@ +<div class="side-follow-wrapper" id="side-follow-wrapper" > +<form action="follow" method="post" /> +<label id="side-follow-label" for="side-follow-url" >$label</label> +<input id="side-follow-url" type="text" name="url" size="24" title="$hint" /> +<div class="side-follow-input-end"></div> +<input id="side-follow-submit" type="submit" name="submit" value="$follow" /> +</form> +</div> +<div class="side-follow-end"></div> + |