smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_61de9f58af8ef6_45879972',
'file_dependency' =>
array (
'026a13cb05a1621148de8d1458a8b392e978e2f0' =>
array (
0 => '/var/www/web360/htdocs/gottesdienst/templates/modern/admin/unzugeordnet.html',
1 => 1641979297,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_61de9f58af8ef6_45879972 ($_smarty_tpl) {
?>
Sitzplan
src="../jquery/jquery-1.12.4.js">
>
src="../jquery/jquery-ui.js">
>
src="../jquery/globalize.js">
>
src="../jquery/globalize.culture.de-DE.js">
>
src="../jquery/jquery.mousewheel.js">
>
type="text/javascript">
function save_platz(selectObject) {
var reihe_platz = selectObject.value;
var lfd_tid = selectObject.name;
$.ajax({
type: 'POST',
url: 'save_platz.php',
data: {
get_reiheplatz: reihe_platz,
get_lfdtid: lfd_tid
},
success: function (response) {
var iframe = parent.document.getElementById(response);
iframe.src = iframe.src;
window.location.reload();
}
});
}
>