]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/smarty3/login.tpl
cf15345478324f438136e84ea0fe4b3563414186
[friendica.git] / view / theme / frost / smarty3 / login.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div class="login-form">
7 <form action="{{$dest_url}}" method="post" >
8         <input type="hidden" name="auth-params" value="login" />
9
10         <div id="login_standard">
11         {{include file="field_input.tpl" field=$lname}}
12         {{include file="field_password.tpl" field=$lpassword}}
13         </div>
14         
15         {{if $openid}}
16                         <br /><br />
17                         <div id="login_openid">
18                         {{include file="field_openid.tpl" field=$lopenid}}
19                         </div>
20         {{/if}}
21
22 <!--    <br /><br />
23         <div class="login-extra-links">
24         By signing in you agree to the latest <a href="tos.html" title="{{$tostitle}}" id="terms-of-service-link" >{{$toslink}}</a> and <a href="privacy.html" title="{{$privacytitle}}" id="privacy-link" >{{$privacylink}}</a>
25         </div>-->
26
27         <br /><br />
28         {{include file="field_checkbox.tpl" field=$lremember}}
29
30         <div id="login-submit-wrapper" >
31                 <input type="submit" name="submit" id="login-submit-button" value="{{$login}}" />
32         </div>
33
34         <br /><br />
35
36         <div class="login-extra-links">
37                 {{if $register}}<a href="register" title="{{$register.title}}" id="register-link">{{$register.desc}}</a>{{/if}}
38         <a href="lostpass" title="{{$lostpass}}" id="lost-password-link" >{{$lostlink}}</a>
39         </div>
40         
41         {{foreach $hiddens as $k=>$v}}
42                 <input type="hidden" name="{{$k}}" value="{{$v}}" />
43         {{/foreach}}
44         
45         
46 </form>
47 </div>
48
49 <script type="text/javascript">window.loginName = "{{$lname.0}}";</script>