2015-07-04 00:36:37 +02:00
|
|
|
<h2 class="title"><?php $Language->p('Login') ?></h2>
|
2015-03-27 02:00:01 +01:00
|
|
|
|
2015-05-15 00:07:45 +02:00
|
|
|
<form method="post" action="<?php echo HTML_PATH_ADMIN_ROOT.'login' ?>" class="forms" autocomplete="off">
|
2015-09-08 02:51:48 +02:00
|
|
|
|
|
|
|
<input type="hidden" id="jstoken" name="token" value="<?php $Security->printToken() ?>">
|
|
|
|
|
|
|
|
<label>
|
|
|
|
<input type="text" name="username" placeholder="<?php $Language->p('Username') ?>" class="width-100" autocomplete="off">
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<label>
|
|
|
|
<input type="password" name="password" placeholder="<?php $Language->p('Password') ?>" class="width-100" autocomplete="off">
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<button class="btn btn-blue width-100"><?php $Language->p('Login') ?></button>
|
|
|
|
</p>
|
2015-07-04 00:36:37 +02:00
|
|
|
</form>
|