Lines 204-210
Link Here
|
204 |
<input class="form-control" type="text" id="userid" name="login_userid" autocomplete="off" /> |
204 |
<input class="form-control" type="text" id="userid" name="login_userid" autocomplete="off" /> |
205 |
<label for="password">Password:</label> |
205 |
<label for="password">Password:</label> |
206 |
<input class="form-control" type="password" id="password" name="login_password" autocomplete="off" /> |
206 |
<input class="form-control" type="password" id="password" name="login_password" autocomplete="off" /> |
207 |
[% INCLUDE 'show-password-toggle.inc' %] |
207 |
[% INCLUDE 'show-password-toggle.inc' checkbox_id_suffix='main' %] |
208 |
<fieldset class="action"> |
208 |
<fieldset class="action"> |
209 |
<input type="hidden" name="op" value="cud-login" /> |
209 |
<input type="hidden" name="op" value="cud-login" /> |
210 |
<input type="submit" value="Log in" class="btn btn-primary" /> |
210 |
<input type="submit" value="Log in" class="btn btn-primary" /> |
211 |
- |
|
|