aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authornda <nda@3818.com.ar>2015-06-19 17:37:38 -0300
committernda <nda@3818.com.ar>2015-06-19 17:37:38 -0300
commitf30aa976e1c56b33687c59d3de8b3481f58a374d (patch)
tree7d2d6b711e1fa4b97133c35295e827031a13b054 /tpl
parentcbecab773526b0c39f3cffa1d4595b5caa781bda (diff)
downloadShaarli-f30aa976e1c56b33687c59d3de8b3481f58a374d.tar.gz
Shaarli-f30aa976e1c56b33687c59d3de8b3481f58a374d.tar.zst
Shaarli-f30aa976e1c56b33687c59d3de8b3481f58a374d.zip
login enhance for mobile
Diffstat (limited to 'tpl')
-rw-r--r--tpl/loginform.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/tpl/loginform.html b/tpl/loginform.html
index 954f6f1f..91b948dd 100644
--- a/tpl/loginform.html
+++ b/tpl/loginform.html
@@ -10,10 +10,12 @@
10 You have been banned from login after too many failed attempts. Try later. 10 You have been banned from login after too many failed attempts. Try later.
11{else} 11{else}
12 <form method="post" name="loginform"> 12 <form method="post" name="loginform">
13 Login: <input type="text" name="login" tabindex="1">&nbsp;&nbsp;&nbsp; 13 <label for="login">Login: <input type="text" id="login" name="login" tabindex="1"></label>
14 Password : <input type="password" name="password" tabindex="2"> 14 <label for="password">Password: <input type="password" id="password" name="password" tabindex="2"></label>
15 <input type="submit" value="Login" class="bigbutton" tabindex="4"><br> 15 <input type="submit" value="Login" class="bigbutton" tabindex="4">
16 <input type="checkbox" name="longlastingsession" id="longlastingsession" tabindex="3"><label for="longlastingsession">&nbsp;Stay signed in (Do not check on public computers)</label> 16 <label for="longlastingsession">
17 <input type="checkbox" name="longlastingsession" id="longlastingsession" tabindex="3">
18 Stay signed in (Do not check on public computers)</label>
17 <input type="hidden" name="token" value="{$token}"> 19 <input type="hidden" name="token" value="{$token}">
18 {if="$returnurl"}<input type="hidden" name="returnurl" value="{$returnurl|htmlspecialchars}">{/if} 20 {if="$returnurl"}<input type="hidden" name="returnurl" value="{$returnurl|htmlspecialchars}">{/if}
19 </form> 21 </form>