]> git.mxchange.org Git - friendica.git/blob - view/theme/smoothly/login.tpl
Implement Smarty3
[friendica.git] / view / theme / smoothly / login.tpl
1 <img style="float:left; margin:5px 20px 0 0" src="/images/friendica-128.png" title="friendica">
2
3 <div class="login-form">
4 <form action="$dest_url" method="post" >
5         <input type="hidden" name="auth-params" value="login" />
6
7         <div id="login_standard">
8                 {{ inc $field_input with $field=$lname }}{{ endinc }}
9                 {{ inc $field_password with $field=$lpassword }}{{ endinc }}
10         </div>
11
12         {{ if $openid }}
13                 <div id="login_openid">
14                         {{ inc $field_openid with $field=$lopenid }}{{ endinc }}
15                 </div>
16         {{ endif }}
17
18         <div id="login-submit-wrapper" >
19                 <input type="submit" name="submit" id="login-submit-button" value="$login" />
20         </div>
21
22         <br /><br />
23         <div class="login-extra-links">
24                 {{ if $register }}      
25                         <a href="register" title="$register.title" id="register-link">$register.desc</a><br />
26                         <a href="lostpass" title="$lostpass" id="lost-password-link" >$lostlink</a>
27                 {{ endif }}
28         </div>
29         
30         {{ for $hiddens as $k=>$v }}
31                 <input type="hidden" name="$k" value="$v" />
32         {{ endfor }}
33         
34         
35 </form>
36 </div>
37
38 <script type="text/javascript">window.loginName = "$lname.0";</script>