prognose_kehl/templates_c/0c33b92f2198ccbae57f75145ad6553366032896_0.file.load.html.php

72 lines
2.0 KiB
PHP

<?php
/* Smarty version 3.1.29, created on 2023-07-11 06:20:41
from "F:\git\prognose_kehl\templates\standard\load.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_64acd899342259_31253600',
'file_dependency' =>
array (
'0c33b92f2198ccbae57f75145ad6553366032896' =>
array (
0 => 'F:\\git\\prognose_kehl\\templates\\standard\\load.html',
1 => 1688986237,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_64acd899342259_31253600 ($_smarty_tpl) {
?>
<HTML>
<HEAD>
<TITLE><?php echo $_smarty_tpl->tpl_vars['global_titel']->value;?>
</TITLE>
<link rel="stylesheet" type="text/css" href="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles.css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style type="text/css">
.loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #3498db; /* Blue */
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 3.0s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
</style>
<?php echo '<script'; ?>
type="text/javascript">
function onloadfunc() {
location.replace("<?php echo $_smarty_tpl->tpl_vars['load_page']->value;?>
.php?token=<?php echo $_smarty_tpl->tpl_vars['global_token']->value;?>
");
}
<?php echo '</script'; ?>
>
<!--[if lt IE 7]>
<?php echo '<script'; ?>
defer type="text/javascript" src="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/pngfix.js"><?php echo '</script'; ?>
>
<![endif]-->
</HEAD>
<body onload="onloadfunc()">
<center>
<?php echo $_smarty_tpl->tpl_vars['load_text']->value;?>
<br><br>
<div class="loader"></div>
</center>
</body>
</html>
<?php }
}