aboutsummaryrefslogtreecommitdiffstats
path: root/view/en/login.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-16 20:13:18 -0800
committerFriendika <info@friendika.com>2010-11-16 20:13:18 -0800
commitf9d5aafe9c2559a65aeb0aafeec5bfd5c76f1311 (patch)
tree5f4bebec0387932becfb2415dd3c8045a7e5418d /view/en/login.tpl
parent22f7ffc2d71576acf16b71c2018cf92a39a73e78 (diff)
downloadvolse-hubzilla-f9d5aafe9c2559a65aeb0aafeec5bfd5c76f1311.tar.gz
volse-hubzilla-f9d5aafe9c2559a65aeb0aafeec5bfd5c76f1311.tar.bz2
volse-hubzilla-f9d5aafe9c2559a65aeb0aafeec5bfd5c76f1311.zip
finish moving english files
Diffstat (limited to 'view/en/login.tpl')
-rw-r--r--view/en/login.tpl25
1 files changed, 25 insertions, 0 deletions
diff --git a/view/en/login.tpl b/view/en/login.tpl
new file mode 100644
index 000000000..8fe09e7d3
--- /dev/null
+++ b/view/en/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">Nickname or Email: </label>
+ <input type="text" maxlength="60" name="login-name" id="login-name" value="" />
+</div>
+<div id="login-name-end" ></div>
+<div id="login-password-wrapper">
+ <label for="login-password" id="label-login-password">Password: </label>
+ <input type="password" maxlength="60" name="password" id="login-password" value="" />
+</div>
+<div id="login-password-end"></div>
+<div id="login-extra-links">
+ <div id="login-extra-filler">&nbsp;</div>
+ $register_html
+ <a href="lostpass" title="Lost your password?" id="lost-password-link" >Password Reset</a>
+</div>
+<div id="login-extra-end"></div>
+<div id="login-submit-wrapper" >
+ <input type="submit" name="submit" id="login-submit-button" value="Login" />
+</div>
+<div id="login-submit-end"></div>
+</form>
+