bpm/templates_c/3fc52cc2b893540a148cc0c45b8b47a923f8fe1f_0.file.datencheck.html.php
2022-11-28 10:24:23 +01:00

542 lines
29 KiB
PHP
Executable File

<?php
/* Smarty version 3.1.29, created on 2022-07-25 10:22:29
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/datencheck.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_62de52c58ff248_17907226',
'file_dependency' =>
array (
'3fc52cc2b893540a148cc0c45b8b47a923f8fe1f' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/datencheck.html',
1 => 1658737345,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_62de52c58ff248_17907226 ($_smarty_tpl) {
if (!is_callable('smarty_modifier_replace')) require_once '/srv/www/htdocs-hvf/kurs/bpm/lib/smarty/libs/plugins/modifier.replace.php';
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<head>
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
<?php echo '<script'; ?>
type='text/javascript' src='../ckeditor5/build/ckeditor.js'><?php echo '</script'; ?>
>
<!-- Add jQuery library -->
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox-2.1.7/lib/jquery-1.10.2.min.js"><?php echo '</script'; ?>
>
<!-- Add mousewheel plugin (this is optional) -->
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox-2.1.7/lib/jquery.mousewheel.pack.js?v=3.1.3"><?php echo '</script'; ?>
>
<!-- Add fancyBox main JS and CSS files -->
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox-2.1.7/source/jquery.fancybox.pack.js?v=2.1.5"><?php echo '</script'; ?>
>
<link rel="stylesheet" type="text/css" href="../fancybox-2.1.7/source/jquery.fancybox.css?v=2.1.5" media="screen" />
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function() {
$('.box').fancybox({
'width' : '100%',
'height' : '100%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe',
helpers: {
overlay : {
closeClick: true
}
}
});
});
<?php echo '</script'; ?>
>
<style>
.ck-editor__editable {
min-height: 300px;
}
p {
margin: 0;
}
.ButtonAnzeigen {
box-shadow: 0px 10px 14px -7px #3e7327;
background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
background-color:#77b55a;
border-radius:4px;
border:1px solid #4b8f29;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:13px;
font-weight:bold;
padding:0px 20px;
text-decoration:none;
text-shadow:0px 1px 0px #5b8a3c;
}
.ButtonAnzeigen:hover {
background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
background-color:#72b352;
}
.ButtonAnzeigen:active {
position:relative;
top:1px;
}
.ButtonDel {
box-shadow: 0px 10px 14px -7px #3e7327;
background:linear-gradient(to bottom, #e4685d 5%, #eb675e 100%);
background-color:#e4685d;
border-radius:4px;
border:1px solid #98051D;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:13px;
font-weight:bold;
padding:6px 12px;
text-decoration:none;
text-shadow:0px 1px 0px #b23e35;
}
.ButtonDel:hover {
background:linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
background-color:#eb675e;
}
.ButtonDel:active {
position:relative;
top:1px;
}
select{
width:100px;
}
</style>
<?php echo '<script'; ?>
type="text/javascript">
function save_hs($art_hs, $ka_id) {
if($art_hs == 'R'){
var hs = document.getElementById('resp_hs_' + $ka_id).value
}
if($art_hs == 'W'){
var hs = document.getElementById('wunsch_hs_' + $ka_id).value
}
if($art_hs == 'Z'){
var hs = document.getElementById('zugewiesene_hs_' + $ka_id).value
}
$.ajax({
type: 'POST',
url: 'save_hs.php',
data: {
get_resp_hs: hs,
get_art: $art_hs,
get_ka_id: $ka_id
},
success: function (response) {
/* console.log(response);*/
/*
alert(response);
if(jQuery.trim(response) == "reload")
{
window.location = "?action=ausgabe";
}
var str1 = response.split("||");
if(jQuery.trim(str1[0]) == "notenwert1")
{
document.getElementById("divnotenwert").innerHTML = str1[1] ;
}
*/
}
});
}
<?php echo '</script'; ?>
>
</head>
<body>
<?php if ($_smarty_tpl->tpl_vars['news_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['news_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset>
<legend>
<b>Datencheck</b>
</legend>
<br>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150">
Export Datencheck
</td>
<td>&nbsp;<a href='datencheck_excel.php' target='_top'><img src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/excel.png" border="0" height=30></a>
</td>
</table>
<h2>Matrix über vorhandene Daten</h2>
<br />
<?php
$__section_table_data_0_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data'] : false;
$__section_table_data_0_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_data_0_total = $__section_table_data_0_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_data'] = new Smarty_Variable(array());
if ($__section_table_data_0_total != 0) {
for ($__section_table_data_0_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] = 0; $__section_table_data_0_iteration <= $__section_table_data_0_total; $__section_table_data_0_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']++){
?>
Ausbildungsbeginn: <?php echo smarty_modifier_replace($_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['Jahrgang'],"-",'');?>
<br>
Semester: <?php echo smarty_modifier_replace($_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['Jahrgang'],"-",'')+1;?>
<br>
<table border="1" cellspacing="0" cellpadding="0" rules="all">
<tr>
<td width="400" height="30" valign="middle">
<b>Anzahl der getesteten Kandidaten:</b>
</td>
<td align="right" width="100" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['datenchk_anzget'];?>
</td>
</tr>
<tr>
<td width="400" height="30" valign="middle">
<b>Anzahl der Kandidaten mit ausstehendem Test :</b>
</td>
<td align="right" width="100" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['datenchk_aussttest'];?>
</td>
</tr>
<tr>
<td width="400" height="30" valign="middle">
<b>Anzahl aller Anmeldung:</b>
</td>
<td align="right" width="100" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['datenchk_alleranm'];?>
</td>
</tr>
<tr>
<td width="400" height="30" valign="middle">
<b>Anzahl Durchfaller:</b>
</td>
<td align="right" width="100" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['datenchk_anzdurchfaller'];?>
</td>
</tr>
<tr>
<td width="400" height="30" valign="middle">
<b>Anzahl eingegangene Bewerbungen:</b>
</td>
<td align="right" width="100" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['datenchk_anzbewerbungen'];?>
</td>
</tr>
</table>
<br>
<?php
}
}
if ($__section_table_data_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data'] = $__section_table_data_0_saved;
}
?>
<br>
<br>
<!--
<table width="400" border="1" cellspacing="0" cellpadding="0" rules="all">
<tr>
<td height="40" style="padding-left:5px">
<b>Sortierfeld:</b>
</td>
<td height="40" style="padding-left:5px">
<?php echo $_smarty_tpl->tpl_vars['check_sort_klartext']->value;?>
</td>
</tr>
<td height="40" style="padding-left:5px">
<b>Sortierrichtung:</b>
</td>
<td height="40" style="padding-left:5px">
<?php echo $_smarty_tpl->tpl_vars['check_order_klartext']->value;?>
</td>
</tr>
</table>
<br>
<br>
<table width="100%" border="1" cellspacing="0" cellpadding="0" rules="all">
<tr>
<td height="40" style="padding-left:5px">
<a href="?&sort=kurznotiz&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>Kurznotiz</b></a>
</td>
<td height="40" style="padding-left:5px">
<a href="?&sort=ka_id&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>Bew. Nr. (<?php echo $_smarty_tpl->tpl_vars['dokverw_anzdb']->value;?>
)</b></a>
</td>
<td height="40" style="padding-left:5px">
<a href="?&sort=nachname&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>Name</b></a>
</td>
<td height="40" style="padding-left:5px">
<a href="?&sort=perso&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>Ausweis</b></a>
</td>
<td height="40" align="center">
<a href="?&sort=rang3&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>Ranglistenplatz 3</b></a>
</td>
-->
<!--
<td height="40" style="padding-left:5px">
<b>Testdatum</b>
</td>
-->
<!--
<td height="40" style="padding-left:5px">
<a href="?sort=hochschule&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>zuständige<br>Hochschule</b></a>
</td>
<td height="40" style="padding-left:5px">
<a href="?sort=wunsch_hs&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>Wunsch&nbsp;Hochschule</b></a>
</td>
<td height="40" style="padding-left:5px">
<a href="?sort=zugewiesene_hs&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>Zugewiesene&nbsp;Hochschule</b></a>
</td>
<td height="40" style="padding-left:5px">
<a href="?sort=testergebnis&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>Testergebnis</b></a>
</td>
<td height="40" style="padding-left:5px">
<a href="?sort=verkuerzung&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>Verkürzung</b></a>
</td>
<td height="40" style="padding-left:5px">
<a href="?sort=behinderung&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>Schwerbehinderung</b></a>
</td>
<td height="40" style="padding-left:5px">
<a href="?sort=zusage&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>Stellenzusage</b></a>
</td>
<td height="40" align="center">
<a href="?sort=image_hzb&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>PDF&nbsp;Upload&nbsp;HZB</b></a>
</td>
<td height="40" align="center">
<a href="?sort=anz_zeug&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>PDF&nbsp;Upload&nbsp;Zeugnisse</b>
</td>
<td height="40" align="center">
<a href="?sort=image_leben&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>Lebenslauf</b></a>
</td>
<td height="40" align="center">
<a href="?sort=image_notehzb&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>Note&nbsp;HZB</b></a>
</td>
<td height="40" align="center">
<a href="?sort=note_hzb&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>Notenwert&nbsp;HZB</b></a>
</td>
<td height="40" align="center">
<a href="?sort=image_noteschnitt&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>Note&nbsp;Durchschnitt</b></a>
</td>
<td height="40" align="center">
<a href="?sort=note_wert&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>Notenwert&nbsp;Durchschnitt</b></a>
</td>
<td height="40" style="padding-left:5px">
<a href="?sort=mail&order=<?php echo $_smarty_tpl->tpl_vars['check_order']->value;?>
"><b>Mailadresse</b></a>
</td>
</tr>
<?php
$__section_table_data1_1_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1'] : false;
$__section_table_data1_1_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data1']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_data1_1_total = $__section_table_data1_1_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = new Smarty_Variable(array());
if ($__section_table_data1_1_total != 0) {
for ($__section_table_data1_1_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index'] = 0; $__section_table_data1_1_iteration <= $__section_table_data1_1_total; $__section_table_data1_1_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index']++){
?>
<tr>
<td height="40" style="padding-left:5px">
<?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)]['kurznotiz'];?>
</td>
<td height="40" style="padding-left:5px">
<?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)]['ka_id'];?>
</td>
<td height="40" style="padding-left:5px">
<?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)]['nachname'];?>
, <?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)]['vorname'];?>
</td>
<td height="40" style="padding-left:5px;">
<font color="<?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)]['perso_alert'];?>
"><?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)]['perso'];?>
</font>
</td>
<td height="40" align="center">
<?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)]['rang3'];?>
</td>
-->
<!--
<td height="40" style="padding-left:5px">
<?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)]['tm_datum'];?>
(<?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)]['tm_standort'];?>
)
</td>
-->
<!--
<td height="40" style="padding-left:5px">
<select name="resp_hs_<?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)]['ka_id'];?>
" id="resp_hs_<?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)]['ka_id'];?>
" onchange="save_hs('R', <?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)]['ka_id'];?>
);">
<option <?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)]['hochschule'] == "Kehl") {?> selected <?php }?> value="Kehl">Kehl</option>
<option <?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)]['hochschule'] == "Ludwigsburg") {?> selected <?php }?> value="Ludwigsburg">Ludwigsburg</option>
</select>
</td>
<td height="40" style="padding-left:5px">
<select name="wunsch_hs_<?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)]['ka_id'];?>
" id="wunsch_hs_<?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)]['ka_id'];?>
" onchange="save_hs('W', <?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)]['ka_id'];?>
);">
<option <?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)]['wunsch_hs'] == '') {?> selected <?php }?> value="">Auswahl</option>
<option <?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)]['wunsch_hs'] == "Egal") {?> selected <?php }?> value="E">Egal</option>
<option <?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)]['wunsch_hs'] == "Kehl") {?> selected <?php }?> value="K">Kehl</option>
<option <?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)]['wunsch_hs'] == "Ludwigsburg") {?> selected <?php }?> value="L">Ludwigsburg</option>
</select>
</td>
<td height="40" style="padding-left:5px">
<select name="zugewiesene_hs_<?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)]['ka_id'];?>
" id="zugewiesene_hs_<?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)]['ka_id'];?>
" onchange="save_hs('Z', <?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)]['ka_id'];?>
);">
<option <?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)]['zugewiesene_hs'] == '') {?> selected <?php }?> value="O">Auswahl</option>
<option <?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)]['zugewiesene_hs'] == "Offen") {?> selected <?php }?> value="O">Offen</option>
<option <?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)]['zugewiesene_hs'] == "Kehl") {?> selected <?php }?> value="K">Kehl</option>
<option <?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)]['zugewiesene_hs'] == "Ludwigsburg") {?> selected <?php }?> value="L">Ludwigsburg</option>
</select>
</td>
<td height="40" align="right" style="padding-right:5px">
<?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)]['testergebnis'];?>
/ 130
</td>
<td height="40" align="center">
<?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)]['verkuerzung'] == 'J') {?> Ja <?php }?>
</td>
<td height="40" align="center">
<?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)]['behinderung'] == 'J') {?> Ja <?php }?>
</td>
<td height="40" align="center">
<img src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/<?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)]['image_zusage'];?>
" title="<?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)]['dstzusagebez'];?>
">
</td>
<td height="40" align="center">
<img src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/<?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)]['image_hzb'];?>
">
</td>
<td height="40" align="center">
<img src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/<?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)]['image_zeug'];?>
"><br>
<?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)]['anz_zeug'];?>
/ 2
</td>
<td height="40" align="center">
<img src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/<?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)]['image_leben'];?>
">
</td>
<td height="40" align="center">
<img src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/<?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)]['image_notehzb'];?>
"><br>
</td>
<td height="40" align="center">
<?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)]['note_hzb'];?>
</td>
<td height="40" align="center">
<img src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/<?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)]['image_noteschnitt'];?>
"><br>
</td>
<td height="40" align="center">
<?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)]['note_wert'];?>
</td>
</td>
<td height="40" style="padding-left:5px">
<?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)]['mail'];?>
</td>
</tr>
<?php
}
}
if ($__section_table_data1_1_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_1_saved;
}
?>
</table>
<br />
<br />
-->
</fieldset>
<br />
<br />
</body>
</html>
<?php }
}
}