Änderungen Dienstag

This commit is contained in:
aschwarz
2023-03-21 14:17:05 +01:00
parent 5d8b00feba
commit b9e9f89a3d
42 changed files with 14307 additions and 4634 deletions

View File

@ -1,18 +1,18 @@
<?php
/* Smarty version 3.1.39, created on 2023-03-14 08:44:04
/* Smarty version 3.1.39, created on 2023-03-21 08:36:36
from 'F:\git\survey\templates\modern\admin\titel.html' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_641025c4d6fa72_44809474',
'unifunc' => 'content_64195e84b2d1a4_16437481',
'has_nocache_code' => false,
'file_dependency' =>
array (
'00740ec2fa99ae0e865295cb8a1730fe94e0ee26' =>
array (
0 => 'F:\\git\\survey\\templates\\modern\\admin\\titel.html',
1 => 1678779843,
1 => 1679064931,
2 => 'file',
),
),
@ -20,7 +20,7 @@ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
array (
),
),false)) {
function content_641025c4d6fa72_44809474 (Smarty_Internal_Template $_smarty_tpl) {
function content_64195e84b2d1a4_16437481 (Smarty_Internal_Template $_smarty_tpl) {
?><html>
<head>
<title><?php echo $_smarty_tpl->tpl_vars['global_titel']->value;?>
@ -31,31 +31,9 @@ function content_641025c4d6fa72_44809474 (Smarty_Internal_Template $_smarty_tpl)
/css/styles_refill.css">
<?php echo '<script'; ?>
type="text/javascript" src="../ajaxtabs/ajaxtabs.js">
/***********************************************
* Ajax Tabs Content script v2.2- <20> Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
<?php echo '</script'; ?>
>
</head>
<style type="text/css">
body {
background-image: url("templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/backgr/ground.png");
background-repeat: repeat-x;
background-position: left -1614px;
}
</style>
<body>
<table width="100%" cellpadding="0" cellspacing="0" border="0">

View File

@ -1,18 +1,18 @@
<?php
/* Smarty version 3.1.39, created on 2023-03-20 19:12:36
/* Smarty version 3.1.39, created on 2023-03-21 13:01:37
from 'F:\git\survey\templates\modern\survey\index.html' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_6418a21400dc07_76008401',
'unifunc' => 'content_64199ca19a0628_70063958',
'has_nocache_code' => false,
'file_dependency' =>
array (
'2b06f8f36ebdb45c10ebd7bf157223e300660449' =>
array (
0 => 'F:\\git\\survey\\templates\\modern\\survey\\index.html',
1 => 1679332471,
1 => 1679400092,
2 => 'file',
),
),
@ -20,7 +20,7 @@ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
array (
),
),false)) {
function content_6418a21400dc07_76008401 (Smarty_Internal_Template $_smarty_tpl) {
function content_64199ca19a0628_70063958 (Smarty_Internal_Template $_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<!doctype html>
<html lang="de">
@ -43,12 +43,44 @@ if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
padding-left: 20px;
}
</style>
<?php echo '<script'; ?>
src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.9.1/lottie.min.js"><?php echo '</script'; ?>
>
<style type="text/css">
.lottie-container {
justify-content: center;
top: 20px;
left: 0;
right: 0;
bottom: 20px;
height: 300px;
pointer-events: none;
}
</style>
</head>
<body>
<div class="container">
<div class="grid">
<div class="headline col-12 bg-white">
<p class="text-center"><img width="200" src="../media/jumi.png" class="rounded float-right" alt="JU & MI"></p>
<div class="lottie-container" id="lottie-container"></div>
<?php echo '<script'; ?>
type="text/javascript">
var item = bodymovin.loadAnimation({
wrapper: document.getElementById('lottie-container'),
animType: 'svg',
loop: true,
autoplay: true,
path: '../media/data.json'
});
<?php echo '</script'; ?>
>
</div>
<form action="?action=umfrage" method='post' name='start'>
<?php if ($_smarty_tpl->tpl_vars['umfrage_anzeigen']->value == '0') {?>
@ -61,7 +93,14 @@ if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<?php if ($_smarty_tpl->tpl_vars['umfrage_ende']->value == '1') {?>
<div class="col-12 ">
<h4>
<p class="text-center">Vielen Dank für Deine Abstimmung!</p>
<p class="text-center">Herzlichen Dank für deine Teilnahme</p>
</h4>
</div>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['umfrage_anzeigen']->value == '1' && $_smarty_tpl->tpl_vars['umfrage_ende']->value != '1') {?>
<div class="col-12 ">
<h4>
<p class="text-center">Umfrage wird geladen</p>
</h4>
</div>
<?php }?>
@ -168,6 +207,23 @@ if ($_smarty_tpl->tpl_vars['action']->value == 'umfrage') {?>
font-size: 0.6em;
}
</style>
<?php echo '<script'; ?>
src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.9.1/lottie.min.js"><?php echo '</script'; ?>
>
<style type="text/css">
.lottie-container {
justify-content: center;
top: 20px;
left: 0;
right: 0;
bottom: 20px;
height: 300px;
pointer-events: none;
}
</style>
</head>
<body >
<!-- hier kommt der Inhalt der Seite hin -->
@ -300,7 +356,21 @@ $_smarty_tpl->tpl_vars['__smarty_section_inner']->value['rownum'] = $__section_i
<?php if ($_smarty_tpl->tpl_vars['umfrage_showende']->value == '1') {?>
<div class="grid">
<div class="headline col-12 bg-white">
<p class="text-center"><img width="200" src="../media/jumi.png" class="rounded float-right" alt="JU & MI"></p>
<div class="lottie-container" id="lottie-container"></div>
<?php echo '<script'; ?>
type="text/javascript">
var item = bodymovin.loadAnimation({
wrapper: document.getElementById('lottie-container'),
animType: 'svg',
loop: true,
autoplay: true,
path: '../media/data.json'
});
<?php echo '</script'; ?>
>
</div>
<div class="col-12 ">
<h4>

View File

@ -1,18 +1,18 @@
<?php
/* Smarty version 3.1.39, created on 2023-03-14 08:41:45
/* Smarty version 3.1.39, created on 2023-03-21 11:23:54
from 'F:\git\survey\templates\modern\admin\menu_administration.html' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_64102539daf4a4_71073015',
'unifunc' => 'content_641985bad1a321_18917689',
'has_nocache_code' => false,
'file_dependency' =>
array (
'423ee5ea21418ad765e85d6a042cb5c298676fe8' =>
array (
0 => 'F:\\git\\survey\\templates\\modern\\admin\\menu_administration.html',
1 => 1678772567,
1 => 1679389630,
2 => 'file',
),
),
@ -20,7 +20,7 @@ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
array (
),
),false)) {
function content_64102539daf4a4_71073015 (Smarty_Internal_Template $_smarty_tpl) {
function content_641985bad1a321_18917689 (Smarty_Internal_Template $_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
@ -48,10 +48,10 @@ if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<ul>
<li class="abstand"><a href="parameter.php" target="eingabe_haupt"><span>Systemparameter</span></a></li>
</ul>
<!--
<h3><span>System</span></h3>
<ul>
<li class="abstand"><a href="tanimport.php" target="eingabe_haupt"><span>Hogrefe: TAN Import</span></a></li>
<li class="abstand"><a href="tanimport.php" target="eingabe_haupt"><span>Benutzer anlegen</span></a></li>
<li class="abstand"><a href="praxisstellen_edit.php" target="eingabe_haupt"><span>Ausbildungsstellen bearbeiten</span></a></li>
<li class="abstand"><a href="praxisstellen_news.php" target="eingabe_haupt"><span>Ausbildungsstellen News</span></a></li>
<li class="abstand"><a href="dokverw.php" target="eingabe_haupt"><span>Dokumentenverwaltung</span></a></li>

View File

@ -1,18 +1,18 @@
<?php
/* Smarty version 3.1.39, created on 2023-03-14 09:55:24
/* Smarty version 3.1.39, created on 2023-03-21 08:36:39
from 'F:\git\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_6410367c23a815_40863409',
'unifunc' => 'content_64195e875dccf0_63177290',
'has_nocache_code' => false,
'file_dependency' =>
array (
'63f53ac71b7c11b9f4aec8f2775eca882995bc80' =>
array (
0 => 'F:\\git\\survey\\templates\\modern\\admin\\survey_frame.html',
1 => 1678784077,
1 => 1679332471,
2 => 'file',
),
),
@ -20,17 +20,18 @@ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
array (
),
),false)) {
function content_6410367c23a815_40863409 (Smarty_Internal_Template $_smarty_tpl) {
function content_64195e875dccf0_63177290 (Smarty_Internal_Template $_smarty_tpl) {
?><html>
<head>
<title>Youtube Links</title>
<link type="text/css" rel="stylesheet" href="../css/styles_refill.css">
<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">
<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">

View File

@ -1,18 +1,18 @@
<?php
/* Smarty version 3.1.39, created on 2023-03-14 09:16:37
/* Smarty version 3.1.39, created on 2023-03-21 08:36:36
from 'F:\git\survey\templates\modern\admin\indexframe.html' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_64102d6596d164_11649592',
'unifunc' => 'content_64195e848e2794_39034283',
'has_nocache_code' => false,
'file_dependency' =>
array (
'95508f79f5b5bdc652d7252c46bddbc6363176d0' =>
array (
0 => 'F:\\git\\survey\\templates\\modern\\admin\\indexframe.html',
1 => 1678780896,
1 => 1679064931,
2 => 'file',
),
),
@ -20,12 +20,13 @@ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
array (
),
),false)) {
function content_64102d6596d164_11649592 (Smarty_Internal_Template $_smarty_tpl) {
function content_64195e848e2794_39034283 (Smarty_Internal_Template $_smarty_tpl) {
?><html>
<head>
<title><?php echo $_smarty_tpl->tpl_vars['titel_head_umfrage']->value;?>
</title>
<link type="text/css" rel="stylesheet" href="../css/styles_refill.css">
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
</head>
<style type='text/css'>

View File

@ -1,18 +1,18 @@
<?php
/* Smarty version 3.1.39, created on 2023-03-14 09:57:09
/* Smarty version 3.1.39, created on 2023-03-21 08:36:39
from 'F:\git\survey\templates\modern\admin\menu_survey.html' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_641036e5ca7822_13932048',
'unifunc' => 'content_64195e87828ab8_64884772',
'has_nocache_code' => false,
'file_dependency' =>
array (
'fdd84ecf710c36b478ba8c01add0148d5438bbc7' =>
array (
0 => 'F:\\git\\survey\\templates\\modern\\admin\\menu_survey.html',
1 => 1678784225,
1 => 1679332471,
2 => 'file',
),
),
@ -20,7 +20,7 @@ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
array (
),
),false)) {
function content_641036e5ca7822_13932048 (Smarty_Internal_Template $_smarty_tpl) {
function content_64195e87828ab8_64884772 (Smarty_Internal_Template $_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
@ -46,7 +46,7 @@ if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<h3><span><?php echo $_smarty_tpl->tpl_vars['menu_survey_head1']->value;?>
</span></h3>
<ul>
<li class="abstand"><a href="survey_erfassen.php" target="eingabe_haupt"><span><?php echo $_smarty_tpl->tpl_vars['menu_survey_head1_sub1']->value;?>
<li class="abstand"><a href="survey_erfassen.php?new=1" target="eingabe_haupt"><span><?php echo $_smarty_tpl->tpl_vars['menu_survey_head1_sub1']->value;?>
</span></a></li>
</ul>