3 <!--------------------------------------------------------------------------.
4 | Software: Sencillo Default Theme |
7 | ------------------------------------------------------------------------- |
8 | Author: Bc. Peter Horváth (original founder) |
9 | Copyright (c) 2014, 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="registration">
18 <form action="<?=LOGIN_ACTION;?>" method="POST">
19 <h1><?=$t->translate('Registration
');?></h1>
20 <?if($status['code
']!==200):?>
21 <p><input type="text" name="email" value="<?=$t->translate('User
');?>" required></p>
22 <p><input type="password" name="pass" value="<?=$t->translate('Password
');?>" required></p>
23 <p><input type="submit" value="<?=$t->translate('Send
');?>"></p>