Responsive Dashboard hinzugefügt

This commit is contained in:
aschwarz
2023-03-22 17:15:39 +01:00
parent 1b02e82b86
commit e098969478
72 changed files with 26160 additions and 182 deletions

View File

@ -0,0 +1,45 @@
<?php
/* Smarty version 3.1.39, created on 2023-03-22 15:23:44
from 'C:\xampp_8.0.9\htdocs\survey\templates\modern\admin\survey_frame.html' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_641b0f70b272e9_27795024',
'has_nocache_code' => false,
'file_dependency' =>
array (
'86b478baa1eae749b37af955c058c17a67caf56b' =>
array (
0 => 'C:\\xampp_8.0.9\\htdocs\\survey\\templates\\modern\\admin\\survey_frame.html',
1 => 1679299715,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_641b0f70b272e9_27795024 (Smarty_Internal_Template $_smarty_tpl) {
?><html>
<head>
<title>Youtube Links</title>
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
</head>
<frameset rows="1*" cols="300, 76%" border="0">
<frame name="menu_eingabe" scrolling="auto" marginwidth="10" marginheight="14" src="menu_survey.php">
<frame name="eingabe_haupt" scrolling="yes" marginwidth="0" marginheight="0" src="survey_erfassen.php?new=1">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>To view this page correctly, you need a Web browser that supports frames.</p>
</body>
</noframes>
</frameset>
</html><?php }
}