]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/smarty3/login.tpl
086088ccaf97154f0037e2a32ce71f1d5f3c64e3
[friendica.git] / view / theme / frost-mobile / 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                         <div id="login_openid">
17                         {{include file="field_openid.tpl" field=$lopenid}}
18                         </div>
19         {{/if}}
20
21         <br />
22         <div id='login-footer'>
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 />
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         <div class="login-extra-links">
36                 {{if $register}}<a href="register" title="{{$register.title}}" id="register-link">{{$register.desc}}</a>{{/if}}
37         <a href="lostpass" title="{{$lostpass}}" id="lost-password-link" >{{$lostlink}}</a>
38         </div>
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>