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

45 lines
1.4 KiB
PHP

<?php /* Smarty version 3.1.27, created on 2016-11-10 19:03:52
compiled from "template/templates/login.tpl" */ ?>
<?php
/*%%SmartyHeaderCode:10727867635824b688f0d3f7_59367922%%*/
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 => 1478800955,
2 => 'file',
),
),
'nocache_hash' => '10727867635824b688f0d3f7_59367922',
'has_nocache_code' => false,
'version' => '3.1.27',
'unifunc' => 'content_5824b688f12022_31098800',
),false);
/*/%%SmartyHeaderCode%%*/
if ($_valid && !is_callable('content_5824b688f12022_31098800')) {
function content_5824b688f12022_31098800 ($_smarty_tpl) {
$_smarty_tpl->properties['nocache_hash'] = '10727867635824b688f0d3f7_59367922';
?>
<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 }
}
?>