aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/diabook-blue/login.tpl
diff options
context:
space:
mode:
authorTobias Hößl <tobias@hoessl.eu>2012-04-22 13:31:07 +0000
committerTobias Hößl <tobias@hoessl.eu>2012-04-22 13:31:07 +0000
commit27c23229c4d22d4f477cb8665725ec681e70666a (patch)
tree7a11db6df7ebb8906a68ce1e53be360b8df9c5fd /view/theme/diabook/diabook-blue/login.tpl
parent3116db1a74657f1f9f87ef91181104819d01fd95 (diff)
parent9434b447f3302a7f3223fb01f3c71378b8764e92 (diff)
downloadvolse-hubzilla-27c23229c4d22d4f477cb8665725ec681e70666a.tar.gz
volse-hubzilla-27c23229c4d22d4f477cb8665725ec681e70666a.tar.bz2
volse-hubzilla-27c23229c4d22d4f477cb8665725ec681e70666a.zip
Merge branch 'master' of git://github.com/friendica/friendica
Diffstat (limited to 'view/theme/diabook/diabook-blue/login.tpl')
-rw-r--r--view/theme/diabook/diabook-blue/login.tpl33
1 files changed, 33 insertions, 0 deletions
diff --git a/view/theme/diabook/diabook-blue/login.tpl b/view/theme/diabook/diabook-blue/login.tpl
new file mode 100644
index 000000000..efa7c2d6d
--- /dev/null
+++ b/view/theme/diabook/diabook-blue/login.tpl
@@ -0,0 +1,33 @@
+
+<form action="$dest_url" method="post" >
+ <input type="hidden" name="auth-params" value="login" />
+
+ <div id="login_standard">
+ {{ inc field_input.tpl with $field=$lname }}{{ endinc }}
+ {{ inc field_password.tpl with $field=$lpassword }}{{ endinc }}
+ </div>
+
+ {{ if $openid }}
+ <div id="login_openid">
+ {{ inc field_openid.tpl with $field=$lopenid }}{{ endinc }}
+ </div>
+ {{ endif }}
+
+ <div id="login-submit-wrapper" >
+ <input type="submit" name="submit" id="login-submit-button" value="$login" />
+ </div>
+
+ <div id="login-extra-links">
+ {{ if $register }}<a href="register" title="$register.title" id="register-link">$register.desc</a>{{ endif }}
+ <a href="lostpass" title="$lostpass" id="lost-password-link" >$lostlink</a>
+ </div>
+
+ {{ for $hiddens as $k=>$v }}
+ <input type="hidden" name="$k" value="$v" />
+ {{ endfor }}
+
+
+</form>
+
+
+<script type="text/javascript"> $(document).ready(function() { $("#id_$lname.0").focus();} );</script>