OpenSencillo  2016.106
Long live the simplicity of PHP
 All Data Structures Namespaces Files Functions Pages
ereg.default.screen.php
1 <?$t=$translate;?>
2 <body>
3 <!--------------------------------------------------------------------------.
4 | Software: Sencillo Default Theme |
5 | Version: 2015.001 |
6 | Contact: ph@mastery.sk |
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) |
12 | http://www.gnu.org/licenses/gpl-3.0.html |
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>
24  <?endif;?>
25  <p><a href="<?='http://'.$_SERVER['SERVER_NAME'].'/login';?>"><?=$t->translate('Login');?></a></p>
26  </form>
27  </div>
28 </body>
29 </html>