first commit
This commit is contained in:
103
templates_c/347a4e682ce53e8effd76310ed0169aad045dd46_0.file.logout.html.php
Executable file
103
templates_c/347a4e682ce53e8effd76310ed0169aad045dd46_0.file.logout.html.php
Executable file
@ -0,0 +1,103 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.29, created on 2018-03-16 10:52:07
|
||||
from "D:\xampp\htdocs\kurs\utf8\deputat\templates\modern\logout.html" */
|
||||
|
||||
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
|
||||
'has_nocache_code' => false,
|
||||
'version' => '3.1.29',
|
||||
'unifunc' => 'content_5aab93c72eb0c1_12133556',
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'347a4e682ce53e8effd76310ed0169aad045dd46' =>
|
||||
array (
|
||||
0 => 'D:\\xampp\\htdocs\\kurs\\utf8\\deputat\\templates\\modern\\logout.html',
|
||||
1 => 1520417784,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5aab93c72eb0c1_12133556 ($_smarty_tpl) {
|
||||
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
|
||||
<html>
|
||||
<head>
|
||||
<title><?php echo $_smarty_tpl->tpl_vars['logout_titel']->value;?>
|
||||
</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
||||
/css/styles_refill.css" type="text/css">
|
||||
<style>
|
||||
.squarebutton_blue{
|
||||
width:100px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body onload="if(document.login)document.login.user.focus();return false;">
|
||||
|
||||
<table height="100%" width="100%">
|
||||
<tr>
|
||||
<td width="20%">
|
||||
|
||||
</td>
|
||||
<td width="60%">
|
||||
<div class="Header">
|
||||
<div>
|
||||
<div align="center"><?php echo $_smarty_tpl->tpl_vars['logout_titel']->value;?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pat_list_box">
|
||||
<p>
|
||||
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
|
||||
<tr>
|
||||
<td width="200px" align="center" valign="middle">
|
||||
<img style="margin:10px;padding:10px;"src="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
||||
/images/deputat_icon.svg">
|
||||
</td>
|
||||
<td align="left">
|
||||
<table width="100%">
|
||||
<form action=?action=anmeld method="POST" name="login">
|
||||
<tr>
|
||||
<td width="100%" align="center">
|
||||
<strong><?php echo $_smarty_tpl->tpl_vars['logout_text']->value;?>
|
||||
</strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="center">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a class="squarebutton_blue" href="index.php" target="_self"><span>Login</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
</td>
|
||||
<td width="20%">
|
||||
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<?php }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user