aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/darkbubble/login.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-09-30 14:31:20 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-09-30 14:31:20 +0200
commit60e0f79b9f9e94b19cc412eac41e5d8f8fec2383 (patch)
tree6a42698623f3c065851f2266acd9434b4c9776ff /view/theme/darkbubble/login.tpl
parentdfb3ee6e29b6943f86ec75af12db5a1422a7e1dd (diff)
parent30b7c689292b3a5d06fb9c52a369b53ecb05e57f (diff)
downloadvolse-hubzilla-60e0f79b9f9e94b19cc412eac41e5d8f8fec2383.tar.gz
volse-hubzilla-60e0f79b9f9e94b19cc412eac41e5d8f8fec2383.tar.bz2
volse-hubzilla-60e0f79b9f9e94b19cc412eac41e5d8f8fec2383.zip
Merge remote-tracking branch 'friendika/master'
Diffstat (limited to 'view/theme/darkbubble/login.tpl')
-rw-r--r--view/theme/darkbubble/login.tpl25
1 files changed, 25 insertions, 0 deletions
diff --git a/view/theme/darkbubble/login.tpl b/view/theme/darkbubble/login.tpl
new file mode 100644
index 000000000..2c879d69a
--- /dev/null
+++ b/view/theme/darkbubble/login.tpl
@@ -0,0 +1,25 @@
+
+<form action="" method="post" >
+ <input type="hidden" name="auth-params" value="login" />
+ <div id="login-name-wrapper">
+ <label for="login-name" id="label-login-name">$namelabel</label>
+ <input type="text" maxlength="60" name="openid_url" class="$classname" id="login-name" value="" />
+ </div>
+ <div id="login-name-end" ></div>
+ <div id="login-password-wrapper">
+ <label for="login-password" id="label-login-password">$passlabel</label>
+ <input type="password" maxlength="60" name="password" id="login-password" value="" />
+ </div>
+ <div id="login-password-end"></div>
+ <div id="login-submit-wrapper" >
+ <input type="submit" name="submit" id="login-submit-button" value="$login" />
+ <a href="lostpass" title="$lostpass" id="lost-password-link" >$lostlink</a>
+ </div>
+ <div id="login-submit-end"></div>
+ <div id="login-extra-links">
+ <div id="login-extra-filler">&nbsp;</div>
+ $register_html
+ </div>
+ <div id="login-extra-end"></div>
+</form>
+