]> git.mxchange.org Git - friendica.git/blob - view/smarty3/dfrn_req_confirm.tpl
Merge pull request #658 from annando/master
[friendica.git] / view / smarty3 / dfrn_req_confirm.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6
7 <p id="dfrn-request-homecoming" >
8 {{$welcome}}
9 <br />
10 {{$please}}
11
12 </p>
13 <form id="dfrn-request-homecoming-form" action="dfrn_request/{{$nickname}}" method="post"> 
14 <input type="hidden" name="dfrn_url" value="{{$dfrn_url}}" />
15 <input type="hidden" name="confirm_key" value="{{$confirm_key}}" />
16 <input type="hidden" name="localconfirm" value="1" />
17 {{$aes_allow}}
18
19 <label id="dfrn-request-homecoming-hide-label" for="dfrn-request-homecoming-hide">{{$hidethem}}</label>
20 <input type="checkbox" name="hidden-contact" value="1" {{if $hidechecked}}checked="checked" {{/if}} />
21
22
23 <div id="dfrn-request-homecoming-submit-wrapper" >
24 <input id="dfrn-request-homecoming-submit" type="submit" name="submit" value="{{$submit}}" />
25 </div>
26 </form>