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