3 <!--------------------------------------------------------------------------.
4 | Software: Sencillo Default Theme |
7 | ------------------------------------------------------------------------- |
8 | Author: Bc. Peter Horváth (original founder) |
9 | Copyright (c) 2014-<?=date(
'Y');?>, Bc. Peter Horváth. All Rights Reserved. |
10 | ------------------------------------------------------------------------- |
11 | License: Distributed under the General Public License (GPL) |
13 | This program is distributed in the hope that it will be useful - WITHOUT |
14 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
15 | FITNESS FOR A PARTICULAR PURPOSE. |
16 '--------------------------------------------------------------------------->
17 <div id="login" class="container">
19 <div class="col-sm-4"></div>
20 <div class="col-sm-4">
21 <h1><?=$t->translate('Login
')?></h1>
22 <form action="<?=LOGIN_ACTION;?>" method="POST">
23 <fieldset class="clearfix">
25 <p><input type="text" name="email" placeholder="<?=$t->translate('User
');?>" required></p>
28 <p><input type="password" name="pass" placeholder="<?=$t->translate('Password
');?>" required></p>
31 <p><input type="submit" value="<?=$t->translate('Login
');?>"></p>
36 <p><?=LOGIN_ERRMSG;?></p>
38 <div
class=
"col-sm-4"></div>