Files
code-cegled/template/templates_c/6ac17b1be319bf40fa4468753e2ae33bef15a1ff_0.file.login.tpl.php
2016-11-10 08:19:53 +00:00

45 lines
1.4 KiB
PHP

<?php /* Smarty version 3.1.27, created on 2016-10-02 12:01:25
compiled from "template/templates/login.tpl" */ ?>
<?php
/*%%SmartyHeaderCode:35901086457f0daf55d57a5_65875821%%*/
if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'6ac17b1be319bf40fa4468753e2ae33bef15a1ff' =>
array (
0 => 'template/templates/login.tpl',
1 => 1475401057,
2 => 'file',
),
),
'nocache_hash' => '35901086457f0daf55d57a5_65875821',
'has_nocache_code' => false,
'version' => '3.1.27',
'unifunc' => 'content_57f0daf55fb5a7_03083285',
),false);
/*/%%SmartyHeaderCode%%*/
if ($_valid && !is_callable('content_57f0daf55fb5a7_03083285')) {
function content_57f0daf55fb5a7_03083285 ($_smarty_tpl) {
$_smarty_tpl->properties['nocache_hash'] = '35901086457f0daf55d57a5_65875821';
?>
<form method="post">
<input type="hidden" name="action" id="action" value="login">
<input type="hidden" name="user_type" id="user_type" value="1">
<table>
<tr>
<td>Felhasználónév:</td>
<td><input type="text" name="user_name" id="user_name"></td>
</tr>
<tr>
<td>Jelszó:</td>
<td><input type="password" name="user_password" id="user_password"></td>
</tr>
<tr>
<td colspan="2"><input type="submit" value="Belépés"></td>
</tr>
</table>
</form><?php }
}
?>