]> git.mxchange.org Git - friendica.git/blob - view/theme/smoothly/login.tpl
modified: view/theme/smoothly/comment_item.tpl
[friendica.git] / view / theme / smoothly / login.tpl
1 <div class="login-form">
2 <form action="$dest_url" method="post" >
3         <input type="hidden" name="auth-params" value="login" />
4
5         <div id="login_standard">
6         {{ inc field_input.tpl with $field=$lname }}{{ endinc }}
7         {{ inc field_password.tpl with $field=$lpassword }}{{ endinc }}
8         </div>
9         
10         {{ if $openid }}
11                         <br />
12                         <div id="login_openid">
13                         {{ inc field_openid.tpl with $field=$lopenid }}{{ endinc }}
14                         </div>
15         {{ endif }}
16
17 <!--    <br />
18         <div class="login-extra-links">
19         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>
20         </div>
21 -->
22
23         <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 />
29         <div class="login-extra-links">
30                 {{ if $register }}      <a href="register" title="$register.title" id="register-link">$register.desc</a><br />
31                 {{ endif }}             <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>