2015-10-19 00:45:58 +02:00
|
|
|
<div class="login-form">
|
2015-03-27 02:00:01 +01:00
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
<form method="post" action="<?php echo HTML_PATH_ADMIN_ROOT.'login' ?>" class="uk-form" autocomplete="off">
|
2015-09-08 02:51:48 +02:00
|
|
|
|
|
|
|
<input type="hidden" id="jstoken" name="token" value="<?php $Security->printToken() ?>">
|
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
<div class="uk-form-row">
|
|
|
|
<input name="username" class="uk-width-1-1 uk-form-large" placeholder="<?php $L->p('Username') ?>" type="text">
|
|
|
|
</div>
|
2015-09-08 02:51:48 +02:00
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
<div class="uk-form-row">
|
|
|
|
<input name="password" class="uk-width-1-1 uk-form-large" placeholder="<?php $L->p('Password') ?>" type="text">
|
|
|
|
</div>
|
2015-09-08 02:51:48 +02:00
|
|
|
|
2015-10-19 00:45:58 +02:00
|
|
|
<div class="uk-form-row">
|
|
|
|
<button type="submit" class="uk-width-1-1 uk-button uk-button-primary uk-button-large"><?php $Language->p('Login') ?></button>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<a class="login-email" href="<?php echo HTML_PATH_ADMIN_ROOT.'login-email' ?>"><i class="uk-icon-envelope-o"></i> Log in with email</a>
|