smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5fa687534ca606_30673792',
'file_dependency' =>
array (
'd21d0e9d3e5b5c732913391cedd99882d10c88fc' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\gdregister\\templates\\modern\\admin\\unzugeordnet.html',
1 => 1604749129,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5fa687534ca606_30673792 ($_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();
}
});
}
>