]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/login.tpl
05ae364c00d497f747bb10406d3704f035a7bdf3
[friendica.git] / view / theme / frost-mobile / login.tpl
1
2 <div class="login-form">
3 <form action="$dest_url" method="post" >
4         <input type="hidden" name="auth-params" value="login" />
5
6         <div id="login_standard">
7         {{ inc field_input.tpl with $field=$lname }}{{ endinc }}
8         {{ inc field_password.tpl with $field=$lpassword }}{{ endinc }}
9         </div>
10         
11         {{ if $openid }}
12                         <div id="login_openid">
13                         {{ inc field_openid.tpl with $field=$lopenid }}{{ endinc }}
14                         </div>
15         {{ endif }}
16
17         <br />
18         <div id='login-footer'>
19 <!--    <div class="login-extra-links">
20         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>
21         </div>-->
22
23         <br />
24         {{ inc field_checkbox.tpl with $field=$lremember }}{{ endinc }}
25
26         <div id="login-submit-wrapper" >
27                 <input type="submit" name="submit" id="login-submit-button" value="$login" />
28         </div>
29
30         <br /><br />
31         <div class="login-extra-links">
32                 {{ if $register }}<a href="register" title="$register.title" id="register-link">$register.desc</a>{{ endif }}
33         <a href="lostpass" title="$lostpass" id="lost-password-link" >$lostlink</a>
34         </div>
35         </div>
36         
37         {{ for $hiddens as $k=>$v }}
38                 <input type="hidden" name="$k" value="$v" />
39         {{ endfor }}
40         
41         
42 </form>
43 </div>
44
45 <script type="text/javascript">window.loginName = "$lname.0";</script>