72 lines
2.0 KiB
PHP
Executable File
72 lines
2.0 KiB
PHP
Executable File
<?php
|
|
/* Smarty version 3.1.29, created on 2021-03-04 06:36:30
|
|
from "E:\xampp_7.4.12\htdocs\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_604071de4885a7_31748758',
|
|
'file_dependency' =>
|
|
array (
|
|
'df6627266db16a86822a31e3ab43793eab52a211' =>
|
|
array (
|
|
0 => 'E:\\xampp_7.4.12\\htdocs\\prognose_kehl\\templates\\standard\\load.html',
|
|
1 => 1583414035,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
),
|
|
),false)) {
|
|
function content_604071de4885a7_31748758 ($_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 }
|
|
}
|