]> git.mxchange.org Git - friendica.git/blob - view/smarty3/login.tpl
add warning message about automatically generated templates
[friendica.git] / view / smarty3 / login.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <form action="{{$dest_url}}" method="post" >
7         <input type="hidden" name="auth-params" value="login" />
8
9         <div id="login_standard">
10         {{include file="field_input.tpl" field=$lname}}
11         {{include file="field_password.tpl" field=$lpassword}}
12         </div>
13         
14         {{if $openid}}
15                         <div id="login_openid">
16                         {{include file="field_openid.tpl" field=$lopenid}}
17                         </div>
18         {{/if}}
19
20         {{include file="field_checkbox.tpl" field=$lremember}}
21
22         <div id="login-extra-links">
23                 {{if $register}}<a href="register" title="{{$register.title}}" id="register-link">{{$register.desc}}</a>{{/if}}
24         <a href="lostpass" title="{{$lostpass}}" id="lost-password-link" >{{$lostlink}}</a>
25         </div>
26         
27         <div id="login-submit-wrapper" >
28                 <input type="submit" name="submit" id="login-submit-button" value="{{$login}}" />
29         </div>
30         
31         {{foreach $hiddens as $k=>$v}}
32                 <input type="hidden" name="{{$k}}" value="{{$v}}" />
33         {{/foreach}}
34         
35         
36 </form>
37
38
39 <script type="text/javascript"> $(document).ready(function() { $("#id_{{$lname.0}}").focus();} );</script>