Auswertung Handy
This commit is contained in:
@ -1,18 +1,18 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.39, created on 2023-03-19 19:58:42
|
||||
/* Smarty version 3.1.39, created on 2023-03-20 19:12:36
|
||||
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_64175b626c3dc2_11111328',
|
||||
'unifunc' => 'content_6418a21400dc07_76008401',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'2b06f8f36ebdb45c10ebd7bf157223e300660449' =>
|
||||
array (
|
||||
0 => 'F:\\git\\survey\\templates\\modern\\survey\\index.html',
|
||||
1 => 1679252315,
|
||||
1 => 1679332471,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
@ -20,7 +20,7 @@ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_64175b626c3dc2_11111328 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
function content_6418a21400dc07_76008401 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
|
||||
<!doctype html>
|
||||
<html lang="de">
|
||||
@ -58,7 +58,14 @@ if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
|
||||
</h4>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['umfrage_anzeigen']->value == '1') {?>
|
||||
<?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>
|
||||
</h4>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php if ($_smarty_tpl->tpl_vars['umfrage_anzeigen']->value == '1' && $_smarty_tpl->tpl_vars['umfrage_ende']->value == 0) {?>
|
||||
<input type="hidden" name="umid" value="<?php echo $_smarty_tpl->tpl_vars['umfrage_umid']->value;?>
|
||||
">
|
||||
<?php echo '<script'; ?>
|
||||
|
Reference in New Issue
Block a user