]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/login.tpl
Merge branch 'master' into blog-like
[friendica.git] / view / theme / frost / 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                         <br /><br />
13                         <div id="login_openid">
14                         {{ inc field_openid.tpl with $field=$lopenid }}{{ endinc }}
15                         </div>
16         {{ endif }}
17
18 <!--    <br /><br />
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 /><br />
24         <div id="login-submit-wrapper" >
25                 <input type="submit" name="submit" id="login-submit-button" value="$login" />
26         </div>
27
28         <br /><br /><br /><br />
29         <div class="login-extra-links">
30                 {{ if $register }}<a href="register" title="$register.title" id="register-link">$register.desc</a>{{ endif }}
31         <a href="lostpass" title="$lostpass" id="lost-password-link" >$lostlink</a>
32         </div>
33         
34         {{ for $hiddens as $k=>$v }}
35                 <input type="hidden" name="$k" value="$v" />
36         {{ endfor }}
37         
38         
39 </form>
40 </div>
41
42 <script type="text/javascript">window.loginName = "$lname.0";</script>