624 lines
25 KiB
PHP
624 lines
25 KiB
PHP
<?php
|
|
/* Smarty version 3.1.39, created on 2023-03-21 17:17:48
|
|
from 'F:\git\survey\templates\modern\admin\survey_erfassen.html' */
|
|
|
|
/* @var Smarty_Internal_Template $_smarty_tpl */
|
|
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
|
'version' => '3.1.39',
|
|
'unifunc' => 'content_6419d8ac51df14_26022447',
|
|
'has_nocache_code' => false,
|
|
'file_dependency' =>
|
|
array (
|
|
'f5d4a0b4fbdc268efcb11fce31782046bfefabac' =>
|
|
array (
|
|
0 => 'F:\\git\\survey\\templates\\modern\\admin\\survey_erfassen.html',
|
|
1 => 1679415462,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
),
|
|
),false)) {
|
|
function content_6419d8ac51df14_26022447 (Smarty_Internal_Template $_smarty_tpl) {
|
|
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
|
|
<html>
|
|
<head>
|
|
|
|
<link rel="stylesheet" href="../jquery/jquery-ui.css">
|
|
<link rel="stylesheet" href="../jquery/jquery.timepicker.min.css">
|
|
<?php echo '<script'; ?>
|
|
src="../jquery/jquery-1.12.4.js"><?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<script'; ?>
|
|
src="../jquery/jquery-ui.js"><?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<script'; ?>
|
|
src="../jquery/globalize.js"><?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<script'; ?>
|
|
src="../jquery/globalize.culture.de-DE.js"><?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<script'; ?>
|
|
src="../jquery/jquery.mousewheel.js"><?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<script'; ?>
|
|
src="../jquery/jquery.timepicker.min.js"><?php echo '</script'; ?>
|
|
>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link href="../bootstrap/node_modules/bootstrap/dist/css/bootstrap.ali.css" rel="stylesheet">
|
|
<?php echo '<script'; ?>
|
|
src="../bootstrap/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"><?php echo '</script'; ?>
|
|
>
|
|
<link rel="stylesheet" href="../bootstrap/node_modules/bootstrap-icons/font/bootstrap-icons.css">
|
|
|
|
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
|
/css/styles_refill.css">
|
|
<style type="text/css">
|
|
.spinner {
|
|
width: 112px;
|
|
height: 15px;
|
|
font-size: 12px !important;
|
|
}
|
|
.btn-group > .btn{
|
|
margin-bottom:20px;
|
|
border-radius:20px !important;
|
|
}
|
|
</style>
|
|
<?php echo '<script'; ?>
|
|
>
|
|
$( function() {
|
|
$( ".spinner" ).spinner({
|
|
change: function (event, ui) {
|
|
<!--calc_erm_78();-->
|
|
},
|
|
spin: function (event, ui) {
|
|
<!--calc_erm_78();-->
|
|
},
|
|
start: function (event, ui) {
|
|
<!--calc_erm_78();-->
|
|
},
|
|
stop: function (event, ui) {
|
|
<!--calc_erm_78();-->
|
|
},
|
|
step: 1,
|
|
numberFormat: "i",
|
|
min:0,
|
|
decimals:0
|
|
});
|
|
Globalize.culture( "de-DE" );
|
|
} );
|
|
|
|
function trackKeys(evnt,regEx) {
|
|
var keyCode = evnt.keyCode ? evnt.keyCode : evnt.which;
|
|
return !!String.fromCharCode(keyCode).match(regEx);
|
|
}
|
|
//-->
|
|
<?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<script'; ?>
|
|
type="text/javascript">
|
|
$(function() {
|
|
$(".datepicker").datepicker({
|
|
prevText: '< zurück', prevStatus: '',
|
|
prevJumpText: '<<', prevJumpStatus: '',
|
|
changeMonth: true,
|
|
changeYear: true,
|
|
nextText: 'Vor >', nextStatus: '',
|
|
nextJumpText: '>>', nextJumpStatus: '',
|
|
currentText: 'Heute', currentStatus: '',
|
|
todayText: 'Heute', todayStatus: '',
|
|
clearText: '-', clearStatus: '',
|
|
closeText: 'schließen', closeStatus: '',
|
|
monthNames: ['Januar','Februar','März','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember'],
|
|
monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun','Jul','Aug','Sep','Okt','Nov','Dez'],
|
|
dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'],
|
|
dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'],
|
|
dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'],
|
|
weekHeader: 'Wo',
|
|
weekStatus: 'Woche des Monats',
|
|
showMonthAfterYear: false,
|
|
showOn: 'focus',
|
|
firstDay: 1,
|
|
numberOfMonths : 1,
|
|
yearRange: "c-5:+5",
|
|
showButtonPanel : true,
|
|
altField : "#datepicker_input",
|
|
dateFormat : "dd.mm.yy",
|
|
showWeek: true
|
|
});
|
|
$.datepicker._gotoToday = function(id) {
|
|
$(id).datepicker('setDate', new Date()).datepicker('hide').blur();
|
|
}
|
|
|
|
});
|
|
<?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<script'; ?>
|
|
type="text/javascript">
|
|
$(document).ready(function(){
|
|
$('input.timepicker').timepicker({
|
|
timeFormat: 'HH:mm',
|
|
interval: 30,
|
|
minTime: '00:00',
|
|
maxTime: '23:00',
|
|
startTime: '0',
|
|
dynamic: false,
|
|
dropdown: true,
|
|
scrollbar: true
|
|
});
|
|
});
|
|
<?php echo '</script'; ?>
|
|
>
|
|
<style>
|
|
.StandardTable thead th{
|
|
background: lightgray;
|
|
border: 1px solid #656565;
|
|
font-size:12px;
|
|
font-family:Arial;
|
|
padding-top:5px;
|
|
padding-bottom:5px;
|
|
padding-left:5px;
|
|
padding-right:5px;
|
|
}
|
|
textarea{
|
|
border: 1px solid #888;
|
|
height: 6.7em;
|
|
width: 48.5em;
|
|
}
|
|
select{
|
|
width:630px;
|
|
}
|
|
.form-control{
|
|
width:50%;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<form action="?action=fragen" method='post' name='erfassen'>
|
|
<?php if ($_smarty_tpl->tpl_vars['umfrageerf_error']->value == '1') {?>
|
|
<table width="70%" class="errorTable" align="center">
|
|
<tr>
|
|
<td>
|
|
<img src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
|
/images/pflichtfelder/achtung_gross.gif">
|
|
</td>
|
|
<td><b>Achtung!</b><br>
|
|
<?php echo $_smarty_tpl->tpl_vars['umfrageerf_error_text']->value;?>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br />
|
|
<?php }?>
|
|
<fieldset>
|
|
<legend>
|
|
<b>Zeitraum der Umfrage und Bezeichnung</b>
|
|
</legend>
|
|
<br />
|
|
<br />
|
|
<table cellspacing="0" cellpadding="0" width="100%" border="0" class="StandardTable">
|
|
<tr>
|
|
<td width="30%">
|
|
Link verfügbar ab Datum:
|
|
</td>
|
|
<td>
|
|
<input type="text" class="datepicker form-control" name="datumvon" id="datumvon" value="<?php echo $_smarty_tpl->tpl_vars['umfrageerf_value_datumvon']->value;?>
|
|
">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="30%">
|
|
</td>
|
|
<td>
|
|
</td>
|
|
<tr>
|
|
<tr>
|
|
<td width="30%">
|
|
Link verfügbar ab Uhrzeit:
|
|
</td>
|
|
<td>
|
|
<input type="text" class="timepicker form-control" name="zeitvon" id="zeitvon" value="<?php echo $_smarty_tpl->tpl_vars['umfrageerf_value_zeitvon']->value;?>
|
|
" onKeypress="return trackKeys(event,/[0-9,:]/);">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="30%">
|
|
</td>
|
|
<td>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="30%">
|
|
Link verfügbar bis Datum:
|
|
</td>
|
|
<td>
|
|
<input type="text" class="datepicker form-control" name="datumbis" id="datumbis" value="<?php echo $_smarty_tpl->tpl_vars['umfrageerf_value_datumbis']->value;?>
|
|
">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="30%">
|
|
</td>
|
|
<td>
|
|
</td>
|
|
<tr>
|
|
<tr>
|
|
<td width="30%">
|
|
Link verfügbar bis Uhrzeit:
|
|
</td>
|
|
<td>
|
|
<input type="text" class="timepicker form-control" name="zeitbis" id="zeitbis" value="<?php echo $_smarty_tpl->tpl_vars['umfrageerf_value_zeitbis']->value;?>
|
|
" onKeypress="return trackKeys(event,/[0-9,:]/);">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="30%">
|
|
</td>
|
|
<td>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Headline der Umfrage:
|
|
</td>
|
|
<td valign="top">
|
|
<input class="form-control" type="text" name="headline" id="headline" value="<?php echo $_smarty_tpl->tpl_vars['umfrageerf_value_headline']->value;?>
|
|
" size="60">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="30%">
|
|
</td>
|
|
<td>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Bemerkungsfeld am Ende der Umfrage:
|
|
</td>
|
|
<td valign="top">
|
|
<div class="form-check form-switch">
|
|
<input class="form-check-input" type="checkbox" name="freitext" id="freitext" value="<?php echo $_smarty_tpl->tpl_vars['umfrageerf_value_freitext']->value;?>
|
|
" <?php if ($_smarty_tpl->tpl_vars['umfrageerf_value_freitext']->value == 1) {?> checked <?php }?>>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
</td>
|
|
<td>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br />
|
|
<p align='center'>
|
|
<div class="col-12 btn-group">
|
|
<input type='submit' class="btn btn-primary" name='senden' value="Weiter - Fragen erfassen">
|
|
</div>
|
|
</p>
|
|
<br />
|
|
</fieldset>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
<?php }
|
|
if ($_smarty_tpl->tpl_vars['action']->value == 'fragen') {?>
|
|
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="Scrollable tab for Bootstrap 5">
|
|
<meta name="keywords" content="Bootstrap, Bootstrap 5, Tabs">
|
|
<meta name="author" content="Federico Navarrete">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link href="../bootstrap/node_modules/bootstrap/dist/css/bootstrap.ali.css" rel="stylesheet">
|
|
<?php echo '<script'; ?>
|
|
src="../bootstrap/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"><?php echo '</script'; ?>
|
|
>
|
|
<link rel="stylesheet" href="../bootstrap/node_modules/bootstrap-icons/font/bootstrap-icons.css">
|
|
<?php echo '<script'; ?>
|
|
src="../jquery/jquery-3.4.1.min.js"><?php echo '</script'; ?>
|
|
>
|
|
<!-- jQuery UI CSS
|
|
<?php echo '<script'; ?>
|
|
src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"><?php echo '</script'; ?>
|
|
>
|
|
-->
|
|
<?php echo '<script'; ?>
|
|
src="../jquery/jquery-ui.js"><?php echo '</script'; ?>
|
|
>
|
|
<style>
|
|
.btn-group > .btn{
|
|
margin-bottom:20px;
|
|
border-radius:20px !important;
|
|
}
|
|
</style>
|
|
<?php echo '<script'; ?>
|
|
type="text/javascript">
|
|
|
|
|
|
|
|
function keysave(ele) {
|
|
if(event.key === 'Enter') {
|
|
erfassensave();
|
|
}
|
|
}
|
|
|
|
$(document).ready(function() {
|
|
|
|
//Helper function to keep table row from collapsing when being sorted
|
|
var fixHelperModified = function(e, tr) {
|
|
var $originals = tr.children();
|
|
var $helper = tr.clone();
|
|
$helper.children().each(function(index)
|
|
{
|
|
$(this).width($originals.eq(index).width())
|
|
});
|
|
return $helper;
|
|
};
|
|
|
|
//Make diagnosis table sortable
|
|
$("#sortable tbody").sortable({
|
|
helper: fixHelperModified,
|
|
stop: function(event,ui) {
|
|
renumber_table('#sortable')
|
|
var order = $('#sortable tbody').sortable('toArray', { attribute: 'data-sort-id'});
|
|
console.log(order.join(','));
|
|
sortOrder = order.join(',');
|
|
$.post(
|
|
'../controller/reihenfolge.ajax.php',
|
|
{'action':'updateSortedRows','sortOrder':sortOrder},
|
|
function(data){
|
|
var a = data.split('|***|');
|
|
if(a[1]=="update"){
|
|
$('#msg').show().delay(1000).fadeOut(500);
|
|
$('#msg').html(a[0]);
|
|
}
|
|
}
|
|
);
|
|
|
|
}
|
|
}).disableSelection();
|
|
|
|
|
|
});
|
|
|
|
//Renumber table rows
|
|
function renumber_table(tableID) {
|
|
$(tableID + " tr").each(function() {
|
|
count = $(this).parent().children().index($(this)) + 1;
|
|
$(this).find('.priority').html(count);
|
|
});
|
|
}
|
|
|
|
|
|
<?php echo '</script'; ?>
|
|
>
|
|
<style type="text/css">
|
|
.ui-sortable tr {
|
|
cursor:pointer;
|
|
}
|
|
.ui-sortable tr:hover {
|
|
background:rgba(244,251,17,0.45);
|
|
}
|
|
</style>
|
|
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
|
/css/styles_refill.css">
|
|
<style>
|
|
.StandardTable thead th{
|
|
background: lightgray;
|
|
border: 1px solid #656565;
|
|
font-size:12px;
|
|
font-family:Arial;
|
|
padding-top:5px;
|
|
padding-bottom:5px;
|
|
padding-left:5px;
|
|
padding-right:5px;
|
|
}
|
|
textarea{
|
|
border: 1px solid #888;
|
|
height: 6.7em;
|
|
width: 48.5em;
|
|
}
|
|
select{
|
|
width:630px;
|
|
}
|
|
.form-control{
|
|
width:50%;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body onload="if(document.erfassen)document.erfassen.<?php echo $_smarty_tpl->tpl_vars['umfrageerf_focus']->value;?>
|
|
.focus();return false;">
|
|
<!--Anwendung-->
|
|
<?php echo '<script'; ?>
|
|
src="../js/components/admin_erfassen.js"><?php echo '</script'; ?>
|
|
>
|
|
|
|
<!-- <form action="?action=save" method='post' name='erfassen'>
|
|
-->
|
|
|
|
<?php if ($_smarty_tpl->tpl_vars['umfrageerf_error']->value == '1') {?>
|
|
<table width="70%" class="errorTable" align="center">
|
|
<tr>
|
|
<td>
|
|
<img src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
|
/images/pflichtfelder/achtung_gross.gif">
|
|
</td>
|
|
<td><b>Achtung!</b><br>
|
|
<?php echo $_smarty_tpl->tpl_vars['umfrageerf_error_text']->value;?>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br />
|
|
<?php }?>
|
|
<fieldset>
|
|
<legend>
|
|
<b>Frage & Antworten erfassen</b>
|
|
</legend>
|
|
<br />
|
|
<br />
|
|
<table cellspacing="0" cellpadding="0" width="100%" border="0" class="StandardTable">
|
|
<tr>
|
|
<td>
|
|
Frage:
|
|
</td>
|
|
<td valign="top">
|
|
<input class="form-control" type="text" name="frage" id="frage" value="<?php echo $_smarty_tpl->tpl_vars['umfrageerf_value_frage']->value;?>
|
|
" size="60" onkeydown="keysave(this)">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
</td>
|
|
<td>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Antwort:
|
|
</td>
|
|
<td valign="top">
|
|
<input class="form-control" type="text" name="antwort" id="antwort" value="<?php echo $_smarty_tpl->tpl_vars['umfrageerf_value_antwort']->value;?>
|
|
" size="60" onkeydown="keysave(this)">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
</td>
|
|
<td>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Mehrfachantworten erlauben:
|
|
</td>
|
|
<td valign="top">
|
|
<input class="form-check-input" type="checkbox" name="multiple" id="multiple" value="1" onclick="erf_multiple();" <?php if ($_smarty_tpl->tpl_vars['umfrageerf_value_multiple']->value == 1) {?> checked <?php }?>>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
</table>
|
|
<br />
|
|
<p align='center'>
|
|
<div class="col-12 btn-group">
|
|
<a type="submit" href="?" class="btn btn-light">Zurück - Stammdaten bearbeiten</a>
|
|
<!-- <input type='submit' class="btn btn-primary" name='senden' value="Frage/Antwort Speichern">
|
|
-->
|
|
|
|
<button class="btn btn-primary" id="save" onclick="erfassensave();">Frage/Antwort Speichern</button>
|
|
</div>
|
|
</p>
|
|
<br />
|
|
</fieldset>
|
|
<br>
|
|
<br>
|
|
<fieldset>
|
|
<legend>
|
|
<b>Vorschau der Fragen</b>
|
|
</legend>
|
|
<div class="w-100 pt-3">
|
|
<div class="scroller scroller-left float-start mt-2"><i class="bi bi-caret-left-fill"></i></div>
|
|
<div class="scroller scroller-right float-end mt-2"><i class="bi bi-caret-right-fill"></i></div>
|
|
<div class="wrapper-nav">
|
|
<nav class="nav nav-tabs list mt-2" id="myTab" role="tablist">
|
|
<?php
|
|
$__section_table_data1_0_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data1']->value) ? count($_loop) : max(0, (int) $_loop));
|
|
$__section_table_data1_0_total = $__section_table_data1_0_loop;
|
|
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = new Smarty_Variable(array());
|
|
if ($__section_table_data1_0_total !== 0) {
|
|
for ($__section_table_data1_0_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index'] = 0; $__section_table_data1_0_iteration <= $__section_table_data1_0_total; $__section_table_data1_0_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index']++){
|
|
$_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] = $__section_table_data1_0_iteration;
|
|
?>
|
|
<a <?php if ($_smarty_tpl->tpl_vars['table_data1']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index'] : null)]['ufid'] == $_smarty_tpl->tpl_vars['umfrageerf_gesp_werte_value_ufid2']->value) {?> class="nav-item nav-link pointer active" <?php } else { ?> class="nav-item nav-link pointer" <?php }?> data-bs-target="#tab<?php echo $_smarty_tpl->tpl_vars['table_data1']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index'] : null)]['ufid'];?>
|
|
" href="?action=fragen&tabufid=<?php echo $_smarty_tpl->tpl_vars['table_data1']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index'] : null)]['ufid'];?>
|
|
&erfassen=1"role="tab" aria-controls="public" <?php if ((isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null) == $_smarty_tpl->tpl_vars['umfrageerf_gesp_werte_value_ufid2']->value) {?> aria-selected="true" <?php }?>>Frage <?php echo (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null);?>
|
|
</a>
|
|
<!--
|
|
<a class="nav-item nav-link pointer active" data-bs-toggle="tab" data-bs-target="#tab1" role="tab" aria-controls="public" aria-selected="true">Tab1</a>
|
|
<a class="nav-item nav-link pointer" data-bs-target="#tab2" role="tab" data-bs-toggle="tab">Tab 2</a>
|
|
<a class="nav-item nav-link pointer" data-bs-target="#tab3" role="tab" data-bs-toggle="tab">Tab 3</a>
|
|
<a class="nav-item nav-link pointer" data-bs-target="#tab4" role="tab" data-bs-toggle="tab">Tab 4</a>
|
|
<a class="nav-item nav-link pointer" data-bs-target="#tab5" role="tab" data-bs-toggle="tab">Tab 5</a>
|
|
<a class="nav-item nav-link pointer" data-bs-target="#tab6" role="tab" data-bs-toggle="tab">Tab 6</a>
|
|
-->
|
|
<?php
|
|
}
|
|
}
|
|
?>
|
|
<a class="nav-item nav-link pointer" data-bs-target="#neuefrage" href="?action=fragen&tabufid=neuefrage&erfassen=1" role="tab">Neue Frage</a>
|
|
</nav>
|
|
</div>
|
|
<div class="tab-content p-3" id="myTabContent">
|
|
<div role="tabpanel" class="tab-pane fade active show mt-2" id="tab<?php echo $_smarty_tpl->tpl_vars['umfrageerf_gesp_werte_value_ufid2']->value;?>
|
|
" aria-labelledby="public-tab" >
|
|
<h2><?php echo $_smarty_tpl->tpl_vars['umfrageerf_value_frage']->value;?>
|
|
</h2>
|
|
<br>
|
|
<?php if ($_smarty_tpl->tpl_vars['table_data2_anz']->value > 0) {?>
|
|
<table class="table" id="sortable">
|
|
<thead>
|
|
<tr>
|
|
<th>Sortierung</th>
|
|
<th>Antwortmöglichkeit</th>
|
|
<th>Löschen</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody id="tb">
|
|
<?php
|
|
$__section_table_data2_1_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data2']->value) ? count($_loop) : max(0, (int) $_loop));
|
|
$__section_table_data2_1_total = $__section_table_data2_1_loop;
|
|
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = new Smarty_Variable(array());
|
|
if ($__section_table_data2_1_total !== 0) {
|
|
for ($__section_table_data2_1_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] = 0; $__section_table_data2_1_iteration <= $__section_table_data2_1_total; $__section_table_data2_1_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']++){
|
|
$_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['rownum'] = $__section_table_data2_1_iteration;
|
|
?>
|
|
<tr data-sort-id="<?php echo $_smarty_tpl->tpl_vars['table_data2']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] : null)]['uaid'];?>
|
|
">
|
|
<td valign="middle" class="priority"><?php echo (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['rownum'] : null);?>
|
|
</td>
|
|
<td valign="middle"><?php echo $_smarty_tpl->tpl_vars['table_data2']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] : null)]['antwort'];?>
|
|
</td>
|
|
<td valign="middle"><button class="btn btn-delete btn-danger" onclick="onClickDelete(<?php echo $_smarty_tpl->tpl_vars['table_data2']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] : null)]['uaid'];?>
|
|
)">Löschen</button></td>
|
|
</tr>
|
|
<?php
|
|
}
|
|
}
|
|
?>
|
|
</table>
|
|
<div id="msg"></div>
|
|
<?php }?>
|
|
<!--
|
|
</form>
|
|
-->
|
|
<p align='center'><button class="btn btn-delete btn-danger" onclick="onClickDeleteQuestion(<?php echo $_smarty_tpl->tpl_vars['umfrageerf_value_ufid']->value;?>
|
|
)">Frage Löschen</button></p>
|
|
|
|
</div>
|
|
<div class="tab-pane fade mt-2" id="neuefrage" role="tabpanel" aria-labelledby="group-dropdown2-tab" >
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<?php echo '<script'; ?>
|
|
src="../bootstrap/node_modules/move-js/move.js"><?php echo '</script'; ?>
|
|
>
|
|
<link href="../bootstrap/dist/scrollable-tabs.min.css" rel="stylesheet">
|
|
<?php echo '<script'; ?>
|
|
src="../bootstrap/dist/scrollable-tabs.min.js"><?php echo '</script'; ?>
|
|
>
|
|
</body>
|
|
</html>
|
|
|
|
</body>
|
|
</html>
|
|
<?php }
|
|
}
|
|
}
|