aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/diabook-red/login.tpl
diff options
context:
space:
mode:
authortomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-04-19 16:55:24 -0700
committertomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-04-19 16:55:24 -0700
commitc88dd1485f31a129f6e00bf92afee241708e7da9 (patch)
treeec970c671a945a6f64543b62ebdd37647abc89d6 /view/theme/diabook/diabook-red/login.tpl
parent4a292e41378df8a89a809a2e1472727ca7b4b5c0 (diff)
parentf5f1956e8b855ab5aeab531fc44a1a773427bf64 (diff)
downloadvolse-hubzilla-c88dd1485f31a129f6e00bf92afee241708e7da9.tar.gz
volse-hubzilla-c88dd1485f31a129f6e00bf92afee241708e7da9.tar.bz2
volse-hubzilla-c88dd1485f31a129f6e00bf92afee241708e7da9.zip
Merge pull request #252 from tomtom84/master
diabook-themes: theme-settings: add "colour scheme"-option, add diabook-pink and some bug/css-fixes
Diffstat (limited to 'view/theme/diabook/diabook-red/login.tpl')
-rw-r--r--view/theme/diabook/diabook-red/login.tpl33
1 files changed, 33 insertions, 0 deletions
diff --git a/view/theme/diabook/diabook-red/login.tpl b/view/theme/diabook/diabook-red/login.tpl
new file mode 100644
index 000000000..efa7c2d6d
--- /dev/null
+++ b/view/theme/diabook/diabook-red/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>