first commit
This commit is contained in:
71
templates_c/c5e00c2b9c07aae89503cf80b6249ff7e8acd69e_0.file.load.html.php
Executable file
71
templates_c/c5e00c2b9c07aae89503cf80b6249ff7e8acd69e_0.file.load.html.php
Executable file
@ -0,0 +1,71 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.29, created on 2018-01-29 13:16:35
|
||||
from "/srv/www/htdocs-hvf/kurs/prognose/templates/standard/load.html" */
|
||||
|
||||
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
|
||||
'has_nocache_code' => false,
|
||||
'version' => '3.1.29',
|
||||
'unifunc' => 'content_5a6f10a353abc7_07632161',
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'c5e00c2b9c07aae89503cf80b6249ff7e8acd69e' =>
|
||||
array (
|
||||
0 => '/srv/www/htdocs-hvf/kurs/prognose/templates/standard/load.html',
|
||||
1 => 1516013924,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_5a6f10a353abc7_07632161 ($_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 }
|
||||
}
|
Reference in New Issue
Block a user