bpm/templates_c/2c8b701ba0d37f2e1fd6a9e3a213cdeb9aaf6b57_0.file.bewerber_daten.html.php
2023-04-25 13:16:13 +02:00

2172 lines
92 KiB
PHP
Executable File
Raw Permalink Blame History

<?php
/* Smarty version 3.1.29, created on 2022-02-09 07:07:15
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/bewerber_daten.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_62035a1335dde5_30834644',
'file_dependency' =>
array (
'2c8b701ba0d37f2e1fd6a9e3a213cdeb9aaf6b57' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/bewerber_daten.html',
1 => 1644386832,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_62035a1335dde5_30834644 ($_smarty_tpl) {
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'; ?>
src="../jquery/jquery-1.12.4.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/bootstrap.min.js"><?php echo '</script'; ?>
>
<link href="../jquery/bootstrap.min.css" rel="stylesheet" />
<style>
select{
width:450px;
}
#inner {
display: table;
margin: 0 auto;
width:330px;
}
#outer {
width:100%
}
</style>
<?php echo '<script'; ?>
>
$(document).ready(function(){
load_data();
function load_data(query)
{
$.ajax({
url:"fetch.php",
method:"post",
data:{query:query,
script:"bewerber_daten"},
success:function(data)
{
/* $('#result').html(data);*/
$("#user").empty().append(data);
}
});
}
$('#search_text').keyup(function(){
var search = $(this).val();
if(search != '')
{
load_data(search);
}
else
{
load_data();
}
});
});
<?php echo '</script'; ?>
>
</head>
<body onload="if(document.ausgabe)document.ausgabe.search_text.focus();return false;">
<form action="?action=ausgabe" method='post' name='ausgabe'>
<?php if ($_smarty_tpl->tpl_vars['bewerber_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['bewerber_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset>
<legend>
<b>Bewerberdaten</b>
</legend>
<br />
<br />
<div id="outer">
<div id="inner">
<div class="form-group">
<div class="input-group">
<span class="input-group-addon">Suche</span>
<input type="text" name="search_text" id="search_text" placeholder="Kandidaten suchen" class="form-control" />
</div>
</div>
</div>
</div>
<br>
<p align="center">
<select id="user" name="user" size=15>
</select>
</p>
<br />
<p align='center'>
<input type='submit' name='senden' value="Bewerber wählen">
</p>
<br />
</fieldset>
</form>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
if ($_smarty_tpl->tpl_vars['action']->value == 'ausgabe') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Anlagenupload und Ausbildungsstellenwahl BPM (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</title>
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
<!-- 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
}
},
beforeClose: function () {
location.href = "?action=ausgabe";
}
});
});
<?php echo '</script'; ?>
>
<link rel="stylesheet" href="../jquery/jquery-ui.css">
<!-- Entfernt, da die Fancybox nicht mehr ging
<?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'; ?>
>
<style>
.desc{
width:400px;
}
th{
background: lightgray;
border: 1px solid #656565;
font-size:11px;
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;
}
.fieldset1 {
border: 1px solid red;
}
.fieldset2 {
border: ridge green;
display: block;
margin-left: 20px;
margin-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
.legend1 {
display: block;
padding-left: 20px;
padding-right: 20px;
border: none;
font-size: 30px;
}
.button {
font: bold 11px Arial;
text-decoration: none;
background-color: #EEEEEE;
color: #333333;
padding: 2px 6px 2px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
}
.spinner {
width: 80px;
height: 15px;
font-size: 12px !important;
}
.center-div
{
margin: 0 auto;
width: 100px;
}
.div-hauptcontainer {
margin: 10px 0 0 10px;
width:100%;
float: left;
}
#div-container1 {
float: both;
margin-left: 0px;
margin-top: 0px;
width:100%;
display:table;
}
#div-container2 {
float: both;
margin-left: 0px;
margin-top: 0px;
width:100%;
display:table;
}
select{
width:100px;
}
</style>
<?php echo '<script'; ?>
>
$( function() {
$( ".spinner" ).spinner({
change: function (event, ui) {
save_note();
},
spin: function (event, ui) {
save_note();
},
start: function (event, ui) {
save_note();
},
stop: function (event, ui) {
save_note();
},
numberFormat: "i",
min:1,
<?php if ($_smarty_tpl->tpl_vars['skala_value']->value == "Punkte") {?>
step: 1,
max:15,
decimals:0
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['skala_value']->value == "Noten") {?>
step: 0.1,
max: 6,
decimals:1
<?php }?>
});
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 save_note() {
var notenart = document.getElementById('notenart').value
var note = document.getElementById('note').value;
var notenskala = document.getElementById('notenskala').value
if(notenart == "Durchschnitt" && notenskala=="Punkte"){
document.getElementById("divnotenwert").style.visibility='visible' ;
}else{
document.getElementById("divnotenwert").style.visibility='hidden' ;
}
if(notenart == "Keine"){
var bestaetigung = window.confirm('Wollen Sie die Note wirklich löschen?');
//Nach Betätigung des Buttons
if(bestaetigung) {
//OK wurde gedrückt
}
else {
// Abbrechen wurde gedrückt
// Seite laden, sonst ist das Auswahlfeld trotzdem auf "Auswahl"
window.location = "?action=ausgabe";
}
}
$.ajax({
type: 'POST',
url: 'save_note.php',
data: {
get_notenart: notenart,
get_note: note,
get_notenskala: notenskala
},
success: function (response) {
/* console.log(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'; ?>
>
<link rel="stylesheet" type="text/css" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/component.css" />
<?php echo '<script'; ?>
type="text/javascript">
(function(e,t,n){
var r=e.querySelectorAll("html")[0];
r.className=r.className.replace(/(^|\s)no-js(\s|$)/,"$1js$2")
})
(document,window,0);
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
(function(e,t,n){
var r=e.querySelectorAll("html")[0];
r.className=r.className.replace(/(^|\s)no-js(\s|$)/,"$1js$2")
})
(document,window,0);
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
language='JavaScript' type='text/javascript'>
<!--
function start() {
<?php
$__section_table_data1_0_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1'] : false;
$__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;
?>
setBgColor(document.getElementById('dokumentenart_<?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)]['up_id'];?>
'))
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
<?php if ($_smarty_tpl->tpl_vars['notenart']->value == "Durchschnitt" && $_smarty_tpl->tpl_vars['skala_value']->value == "Punkte") {?>
/* Damit die Note beim Seitenladen angezeigt wird */
save_note();
<?php } else { ?>
document.getElementById("divnotenwert").style.visibility='hidden' ;
<?php }?>
}
//-->
<?php echo '</script'; ?>
>
</head>
<body onload="start();">
<?php if ($_smarty_tpl->tpl_vars['index_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['index_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset class="fieldset1">
<legend>
<b>Persönliche Angaben</b>
</legend>
<table>
<tr>
<td style="padding-right:5px;">
<?php echo $_smarty_tpl->tpl_vars['status_anrede']->value;?>
<br>
<?php echo $_smarty_tpl->tpl_vars['status_vorname']->value;?>
<?php echo $_smarty_tpl->tpl_vars['status_nachname']->value;?>
<br>
<?php echo $_smarty_tpl->tpl_vars['status_str']->value;?>
<br>
<?php echo $_smarty_tpl->tpl_vars['status_plz']->value;?>
<?php echo $_smarty_tpl->tpl_vars['status_ort']->value;?>
<br>
<a href="mailto:<?php echo $_smarty_tpl->tpl_vars['status_mail']->value;?>
"><?php echo $_smarty_tpl->tpl_vars['status_mail']->value;?>
</a><br>
<br>
<table>
<tr>
<td style="padding-right:5px;" width="200"><b>Geburtstag:</b></td>
<td style="padding-right:5px;"><?php echo $_smarty_tpl->tpl_vars['status_gebdat']->value;?>
</td>
</tr>
<?php if ($_smarty_tpl->tpl_vars['status_tel']->value != '') {?>
<tr>
<td style="padding-right:5px;"><b>Tel:</b></td>
<td style="padding-right:5px;"><?php echo $_smarty_tpl->tpl_vars['status_tel']->value;?>
</td>
</tr>
<?php }?>
</table>
</td>
<td>
<a class="aformlink box" title="Stammdaten bearbeiten" href="?action=stammdaten_edit"><img border="0" height=10 src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/edit.png"></a>
</td>
</tr>
</table>
<br>
<form action="?action=chhs" method='post' name='chhs'>
<table>
<tr>
<td style="padding-right:5px;" width="200">
<b>Testdatum:</b>
</td>
<td style="padding-left:5px;">
<?php echo $_smarty_tpl->tpl_vars['status_tm_datum_form']->value;?>
</td>
<td style="padding-left:5px;">
&nbsp;
</td>
</tr>
<tr>
<td style="padding-right:5px;" width="200">
<b>Testlogin:</b>
</td>
<td style="padding-left:5px;">
<?php echo $_smarty_tpl->tpl_vars['status_login_dat_form']->value;?>
</td>
<td style="padding-left:5px;">
<?php if ($_smarty_tpl->tpl_vars['status_login_dat_form']->value != '-') {?>
<a href="?action=testback" class="button">Testdatum zurücksetzen</a> Ermöglicht einen weiteren Testlogin im Hochschulsystem (nicht im Hogrefeportal)
<?php }?>
</td>
</tr>
<tr>
<td style="padding-right:5px;">
<b>ID:</b>
</td>
<td style="padding-left:5px;">
<?php echo $_smarty_tpl->tpl_vars['status_login_id']->value;?>
</td>
<td style="padding-left:5px;">
&nbsp;
</td>
</tr>
<tr>
<td style="padding-right:5px;">
<b>TAN:</b>
</td>
<td style="padding-left:5px;">
<?php echo $_smarty_tpl->tpl_vars['status_login_tan']->value;?>
</td>
<td style="padding-left:5px;">
&nbsp;
</td>
</tr>
<tr>
<td style="padding-right:5px;">
&nbsp;
</td>
<td style="padding-left:5px;">
&nbsp;
</td>
</tr>
<tr>
<td style="padding-right:5px;">
<b>zuständige Hochschule:</b>
</td>
<td style="padding-left:5px;">
<select name="hs" onchange="this.form.submit()">
<option value="" <?php if ($_smarty_tpl->tpl_vars['status_hochschule']->value == '') {?> selected <?php }?>>Auswahl</option>
<option value="Kehl" <?php if ($_smarty_tpl->tpl_vars['status_hochschule']->value == 'Kehl') {?> selected <?php }?>>Kehl</option>
<option value="Ludwigsburg" <?php if ($_smarty_tpl->tpl_vars['status_hochschule']->value == 'Ludwigsburg') {?> selected <?php }?>>Ludwigsburg</option>
</select>
</td>
</tr>
<tr>
<td style="padding-right:5px;">
<b>Wunsch Hochschule:</b>
</td>
<td style="padding-left:5px;">
<select name="wunsch_hs" onchange="this.form.submit()">
<option value="" <?php if ($_smarty_tpl->tpl_vars['status_wunsch_hs']->value == '') {?> selected <?php }?>>Keine Auswahl</option>
<option value="E" <?php if ($_smarty_tpl->tpl_vars['status_wunsch_hs']->value == 'Egal') {?> selected <?php }?>>Egal</option>
<option value="K" <?php if ($_smarty_tpl->tpl_vars['status_wunsch_hs']->value == 'Kehl') {?> selected <?php }?>>Kehl</option>
<option value="L" <?php if ($_smarty_tpl->tpl_vars['status_wunsch_hs']->value == 'Ludwigsburg') {?> selected <?php }?>>Ludwigsburg</option>
</select>
</td>
</tr>
<tr>
<tr>
<td style="padding-right:5px;">
<b>Zugewiesene Hochschule:</b>
</td>
<td style="padding-left:5px;">
<select name="zugewiesene_hs" onchange="this.form.submit()">
<option value="" <?php if ($_smarty_tpl->tpl_vars['status_zugewiesene_hs']->value == '') {?> selected <?php }?>>Keine Auswahl</option>
<option value="O" <?php if ($_smarty_tpl->tpl_vars['status_zugewiesene_hs']->value == 'Offen') {?> selected <?php }?>>Offen</option>
<option value="K" <?php if ($_smarty_tpl->tpl_vars['status_zugewiesene_hs']->value == 'Kehl') {?> selected <?php }?>>Kehl</option>
<option value="L" <?php if ($_smarty_tpl->tpl_vars['status_zugewiesene_hs']->value == 'Ludwigsburg') {?> selected <?php }?>>Ludwigsburg</option>
</select>
</td>
</tr>
<tr>
<tr>
<td style="padding-right:5px;">
&nbsp;
</td>
<td style="padding-left:5px;">
&nbsp;
</td>
</tr>
<tr>
<td style="padding-right:5px;">
<b>Schwerbehinderung:</b>
</td>
<td style="padding-left:5px;">
<select name="behinderung" onchange="this.form.submit()">
<option value="" <?php if ($_smarty_tpl->tpl_vars['status_behinderung']->value == '') {?> selected <?php }?>>Auswahl</option>
<option value="J" <?php if ($_smarty_tpl->tpl_vars['status_behinderung']->value == 'J') {?> selected <?php }?>>Ja</option>
<option value="N" <?php if ($_smarty_tpl->tpl_vars['status_behinderung']->value == 'N') {?> selected <?php }?>>Nein</option>
</select>
</td>
</tr>
<tr>
<td style="padding-right:5px;">
<b>Verkürzung:</b>
</td>
<td style="padding-left:5px;">
<select name="verkuerzung" onchange="this.form.submit()">
<option value="" <?php if ($_smarty_tpl->tpl_vars['status_verkuerzung']->value == '') {?> selected <?php }?>>Auswahl</option>
<option value="J" <?php if ($_smarty_tpl->tpl_vars['status_verkuerzung']->value == 'J') {?> selected <?php }?>>Ja</option>
<option value="N" <?php if ($_smarty_tpl->tpl_vars['status_verkuerzung']->value == 'N') {?> selected <?php }?>>Nein</option>
</select>
</td>
</tr>
</table>
</form>
</fieldset>
<br>
<br>
<form action="?action=note" method="POST" name="note">
<fieldset>
<legend>
<b>Testergebnis im Detail</b>
</legend>
<div class="div-hauptcontainer">
<?php if ($_smarty_tpl->tpl_vars['status_erg_vorhanden']->value == 0) {?>
<div id="div-container1">
Es sind keine aktuellen Testergebnisse verfügbar!
</div>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['status_erg_vorhanden']->value == 1) {?>
<div id="div-container1">
<table width="49%" border="1" cellspacing="0" cellpadding="0" rules="all" margins="2" style="float:left;">
<tr>
<th align="left" width="300" style="padding-left:5px">
<b>Testmodul</b>
</th>
<th align="right" width="300" style="padding-right:5px">
<b>Erreichte Punkte</b>
</th>
</tr>
<tr>
<td align="left" style="padding-left:5px">
Satzergänzung:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_satzerg']->value;?>
/ 20
</td>
</tr>
<tr>
<td align="left" style="padding-left:5px">
Gemeinsamkeiten:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_gemeinsamkeiten']->value;?>
/ 20
</td>
</tr>
<!--
<tr>
<td align="left" style="padding-left:5px">
Gemeinsamkeiten:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_gemeinsamkeiten']->value;?>
/ 20
</td>
</tr>
-->
<tr>
<td align="left" style="padding-left:5px">
Rechenaufgaben:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_rechenaufgaben']->value;?>
/ 20
</td>
</tr>
<tr>
<td align="left" style="padding-left:5px">
Zahlenreihen:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_zahlenreihen']->value;?>
/ 20
</td>
</tr>
<tr>
<td align="left" style="padding-left:5px">
Rechenzeichen:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_rechenzeichen']->value;?>
/ 20
</td>
</tr>
<tr>
<td align="left" style="padding-left:5px">
Matrizen:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_matrizen']->value;?>
/ 20
</td>
</tr>
<tr>
<td align="left" style="border-bottom-style: solid; border-bottom-width: 2px; padding-left:5px">
Merkfähigkeit verbal:
</td>
<td align="right" style="border-bottom-style: solid; border-bottom-width: 2px; padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_merkf']->value;?>
/ 10
</td>
</tr>
<tr>
<td align="left" style="padding-left:5px">
Erreichte Punktzahl:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_summe']->value;?>
/ 130
</td>
</tr>
<tr>
<td align="left" style="padding-left:5px">
Ergebnis:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_bestanden_text']->value;?>
</td>
</tr>
<tr>
<td align="left" style="padding-left:5px">
Einsicht in das Ergebnis Kandidat:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_einsicht_dat']->value;?>
</td>
</tr>
</table>
<?php }?>
&nbsp;
<table width="49%" border="0" cellspacing="0" cellpadding="0" style="float:right;">
<tr>
<td>
<b>Kurznotiz</b>
</td>
<td>
<input type="text" name="note" value="<?php echo $_smarty_tpl->tpl_vars['status_kurznotiz']->value;?>
">
<input type="hidden" name="tk_id" value="<?php echo $_smarty_tpl->tpl_vars['status_tk_id']->value;?>
">
</td>
</tr>
<tr>
<td colspan="2">
<input type="submit" class="button" value="Notiz speichern" name="B1" size="20">
</th>
</tr>
</table>
</div>
<p>
<div id="div-container2">
<?php
$__section_table_data4_1_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data4']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data4'] : false;
$__section_table_data4_1_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data4']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_data4_1_total = $__section_table_data4_1_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_data4'] = new Smarty_Variable(array());
if ($__section_table_data4_1_total != 0) {
for ($__section_table_data4_1_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index'] = 0; $__section_table_data4_1_iteration <= $__section_table_data4_1_total; $__section_table_data4_1_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index']++){
?>
<br>
<details ><summary><strong>Älteres Testergebnis vom <?php echo $_smarty_tpl->tpl_vars['table_data4']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index'] : null)]['status_erg_testdat'];?>
Uhr in <?php echo $_smarty_tpl->tpl_vars['table_data4']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index'] : null)]['status_erg_standort'];?>
</strong></summary>
<table width="49%" border="1" cellspacing="0" cellpadding="0" rules="all" margins="2" style="float:left;">
<tr>
<th align="left" width="300" style="padding-left:5px">
<b>Testmodul</b>
</th>
<th align="right" width="300" style="padding-right:5px">
<b>Erreichte Punkte</b>
</th>
</tr>
<tr>
<td align="left" style="padding-left:5px">
Satzergänzung:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['table_data4']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index'] : null)]['status_erg_satzerg'];?>
/ 20
</td>
</tr>
<tr>
<td align="left" style="padding-left:5px">
Gemeinsamkeiten:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['table_data4']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index'] : null)]['status_erg_gemeinsamkeiten'];?>
/ 20
</td>
</tr>
<!--
<tr>
<td align="left" style="padding-left:5px">
Gemeinsamkeiten:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['table_data4']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index'] : null)]['status_erg_gemeinsamkeiten'];?>
/ 20
</td>
</tr>
-->
<tr>
<td align="left" style="padding-left:5px">
Rechenaufgaben:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['table_data4']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index'] : null)]['status_erg_rechenaufgaben'];?>
/ 20
</td>
</tr>
<tr>
<td align="left" style="padding-left:5px">
Zahlenreihen:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['table_data4']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index'] : null)]['status_erg_zahlenreihen'];?>
/ 20
</td>
</tr>
<tr>
<td align="left" style="padding-left:5px">
Rechenzeichen:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['table_data4']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index'] : null)]['status_erg_rechenzeichen'];?>
/ 20
</td>
</tr>
<tr>
<td align="left" style="padding-left:5px">
Matrizen:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['table_data4']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index'] : null)]['status_erg_matrizen'];?>
/ 20
</td>
</tr>
<tr>
<td align="left" style="border-bottom-style: solid; border-bottom-width: 2px; padding-left:5px">
Merkfähigkeit verbal:
</td>
<td align="right" style="border-bottom-style: solid; border-bottom-width: 2px; padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['table_data4']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index'] : null)]['status_erg_merkf'];?>
/ 10
</td>
</tr>
<tr>
<td align="left" style="padding-left:5px">
Erreichte Punktzahl:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['table_data4']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index'] : null)]['status_erg_summe'];?>
/ 130
</td>
</tr>
<tr>
<td align="left" style="padding-left:5px">
Ergebnis:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['table_data4']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index'] : null)]['status_erg_bestanden_text'];?>
</td>
</tr>
<tr>
<td align="left" style="padding-left:5px">
Einsicht in das Ergebnis Kandidat:
</td>
<td align="right" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['table_data4']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data4']->value['index'] : null)]['status_erg_einsicht_dat'];?>
</td>
</tr>
</table>
</details>
<?php
}
}
if ($__section_table_data4_1_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data4'] = $__section_table_data4_1_saved;
}
?>
</div>
</div>
</fieldset>
</form>
<br />
<br />
<fieldset>
<legend>
<b>Hochgeladene Dokumente</b>
</legend>
<table cellspacing="0" cellpadding="2" width="100%" border="1">
<tr>
<td width="10%">
<b>Dok. Nr.</b>
</td>
<td width="50%">
<b>Datei</b>
</td>
<td width="20%">
<b>Dokumentenbeschreibung</b>
</td>
<td width="16%">
<b>Hochladedatum</b>
</td>
<td width="4%" align="center">
<b>Löschen</b>
</td>
<tr>
<form action="?action=descr" method="POST" name="descr">
<?php
$__section_table_data1_2_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1'] : false;
$__section_table_data1_2_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data1']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_data1_2_total = $__section_table_data1_2_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = new Smarty_Variable(array());
if ($__section_table_data1_2_total != 0) {
for ($__section_table_data1_2_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index'] = 0; $__section_table_data1_2_iteration <= $__section_table_data1_2_total; $__section_table_data1_2_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index']++){
$_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] = $__section_table_data1_2_iteration;
?>
<?php if ((isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null) != '') {?>
<tr>
<td>
<?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)]['up_id'];?>
</td>
<td>
<?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)]['exists'] == 1) {?>
<a href='downpdf.php?file=<?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)]['basename_link'];?>
'><?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)]['basename'];?>
</a>
<?php } else { ?>
<?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)]['basename'];?>
<?php }?>
</td>
<td>
<!--<input type="text" name="<?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)]['up_id'];?>
" value="<?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)]['beschreibung'];?>
" onblur="document.descr.submit();">-->
<select name="desc_<?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)]['up_id'];?>
" id="dokumentenart_<?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)]['up_id'];?>
">
<option style="background-color:#FFFFFF;" value="Motivationsschreiben" <?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)]['beschreibung'] == 'Motivationsschreiben') {?> selected <?php }?>>Motivationsschreiben</option>
<option style="background-color:#FFFFFF;" value="HZB" <?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)]['beschreibung'] == 'HZB') {?> selected <?php }?>>HZB</option>
<option style="background-color:#FFFFFF;" value="Zeugnis 1" <?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)]['beschreibung'] == 'Zeugnis 1') {?> selected <?php }?>>Zeugnis 1</option>
<option style="background-color:#FFFFFF;" value="Zeugnis 2" <?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)]['beschreibung'] == 'Zeugnis 2') {?> selected <?php }?>>Zeugnis 2</option>
<option style="background-color:#FFFFFF;" value="Lebenslauf" <?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)]['beschreibung'] == 'Lebenslauf') {?> selected <?php }?>>Lebenslauf</option>
<option style="background-color:#FFFFFF;" value="abgeschlossenes Studium" <?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)]['beschreibung'] == 'abgeschlossenes Studium') {?> selected <?php }?>>abgeschlossenes Studium (Abschlusszeugnis)</option>
<option style="background-color:#FFFFFF;" value="sonstige Qualifikation" <?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)]['beschreibung'] == 'sonstige Qualifikation') {?> selected <?php }?>>sonstige Qualifikation</option>
<option style="background-color:#FFFFFF;" value="Nachweis Schwerbehinderung" <?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)]['beschreibung'] == 'Nachweis Schwerbehinderung') {?> selected <?php }?>>Nachweis Schwerbehinderung</option>
<option style="background-color:#FFFFFF;" value="Nachweis Verkürzung" <?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)]['beschreibung'] == 'Nachweis Verkürzung') {?> selected <?php }?>>Nachweis Verkürzung</option>
<option style="background-color:#FFFFFF;" value="sonstiges Dokument" <?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)]['beschreibung'] == 'sonstiges Dokument') {?> selected <?php }?>>sonstiges Dokument</option>
</select>
</td>
<td>
<?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)]['upload_dat'];?>
</td>
<td align="center">
<a href="?action=deldok&up_id=<?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)]['up_id'];?>
"><img title = 'Datei l&ouml;schen' border="0" height=10 src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/drop.png"></a>
</td>
</tr>
<?php }?>
<?php
}
}
if ($__section_table_data1_2_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_2_saved;
}
?>
<!-- Damit der ausgew<65>hlte Dropdownbutton in der richtigen Hintergrundsfarbe erscheint -->
<?php echo '<script'; ?>
>
try {
var setBgColor = function (select) {
<?php
$__section_table_data1_3_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1'] : false;
$__section_table_data1_3_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data1']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_data1_3_total = $__section_table_data1_3_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = new Smarty_Variable(array());
if ($__section_table_data1_3_total != 0) {
for ($__section_table_data1_3_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index'] = 0; $__section_table_data1_3_iteration <= $__section_table_data1_3_total; $__section_table_data1_3_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index']++){
$_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] = $__section_table_data1_3_iteration;
?>
select.style.backgroundColor = document.getElementById('dokumentenart_<?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)]['up_id'];?>
').options[select.selectedIndex].style.backgroundColor;
<?php
}
}
if ($__section_table_data1_3_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_3_saved;
}
?>
};
<?php
$__section_table_data1_4_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1'] : false;
$__section_table_data1_4_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data1']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_data1_4_total = $__section_table_data1_4_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = new Smarty_Variable(array());
if ($__section_table_data1_4_total != 0) {
for ($__section_table_data1_4_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index'] = 0; $__section_table_data1_4_iteration <= $__section_table_data1_4_total; $__section_table_data1_4_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index']++){
$_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] = $__section_table_data1_4_iteration;
?>
document.getElementById('dokumentenart_<?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)]['up_id'];?>
').onchange = function () { setBgColor(this); document.descr.submit(); };
<?php
}
}
if ($__section_table_data1_4_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_4_saved;
}
?>
} catch (error) { throw error; }
<?php echo '</script'; ?>
>
</form>
<tr>
<td colspan=5 align="center">
<form action=?action=upload method="POST" enctype="multipart/form-data" name="upload">
<div>
<input type="file" name="file" id="file-5" class="inputfile inputfile-5" />
<label for="file-5">
<figure class="inputfile_small">
<svg xmlns="https://www.w3.org/2000/svg" width="20" height="17" viewBox="0 0 20 17">
<path d="M10 0l-5.2 4.9h3.3v5.1h3.8v-5.1h3.3l-5.2-4.9zm9.3 11.5l-3.2-2.1h-2l3.4 2.6h-3.5c-.1 0-.2.1-.2.1l-.8 2.3h-6l-.8-2.2c-.1-.1-.1-.2-.2-.2h-3.6l3.4-2.6h-2l-3.2 2.1c-.4.3-.7 1-.6 1.5l.6 3.1c.1.5.7.9 1.2.9h16.3c.6 0 1.1-.4 1.3-.9l.6-3.1c.1-.5-.2-1.2-.7-1.5z"/>
</svg>
</figure>
<span style='float:center;' class="inputfile_small">PDF-Datei ausw&auml;hlen&hellip;<br>(hier klicken)</span>
</label>
</div>
<?php echo '<script'; ?>
src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/js/custom-file-input.js"><?php echo '</script'; ?>
>
<input type="submit" class="button" value="PDF-Hochladen&hellip;" name="B1" size="20">
</form>
</td>
</tr>
</table>
</fieldset>
<br />
<br />
</fieldset>
<br />
<br />
<fieldset>
<legend>
<b>Erfasste Note</b>
</legend>
<form action=?action=skala method="POST" name="skala">
<br>
<p align="center">
<table>
<tr>
<td valign="center">
<select name="notenart" id="notenart" class="select2" onchange="save_note();">
<option <?php if ($_smarty_tpl->tpl_vars['notenart']->value == "Keine") {?> selected <?php }?> value="Keine">Auswahl (löscht gespeicherte Note)</option>
<option <?php if ($_smarty_tpl->tpl_vars['notenart']->value == "HZB") {?> selected <?php }?> value="HZB">HZB Note</option>
<option <?php if ($_smarty_tpl->tpl_vars['notenart']->value == "Durchschnitt") {?> selected <?php }?> value="Durchschnitt">Durchschnittsnote</option>
</select>
</td>
<td valign="center">
<input type="text" class="spinner" name="note" id="note" size="101" value="<?php echo $_smarty_tpl->tpl_vars['note']->value;?>
" onKeypress="return trackKeys(event,/[0-9,]/);">
</td>
<td valign="center">
<select name="notenskala" id="notenskala" class="select2" onchange="save_note(); setTimeout(function(){ document.skala.submit(); }, 100);">
<option value="Noten" <?php if ($_smarty_tpl->tpl_vars['skala_value']->value == "Noten") {?> selected <?php }?>>Notensystem (1-6)</option>
<option value="Punkte" <?php if ($_smarty_tpl->tpl_vars['skala_value']->value == "Punkte") {?> selected <?php }?>>Punktesystem (1-15)</option>
</select>
</td>
</tr>
</table>
<div class="center-div" id="divnotenwert"</div>
</p>
</form>
</fieldset>
<br />
<br />
<fieldset>
<legend>
<b>Ausgewählte Ausbildungsstellen</b>
</legend>
<table cellspacing="0" cellpadding="2" width="100%" border="1">
<tr>
<td width="5%">
<b>lfd.Nr.</b>
</td>
<td width="5%">
<b>Zusage</b>
</td>
<td width="25%">
<b>Ausbildungsstelle</b>
</td>
<td width="25%">
<b>Adresse</b>
</td>
<td width="20%">
<b>Mailadresse</b>
</td>
<td width="10%">
<b>Mail an Ausbildungsstelle anzeigen</b>
</td>
<td width="10%">
<b>Status Mail<br>Nachsendemöglichkeit</b>
</td>
<tr>
<?php
$__section_table_data2_5_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2'] : false;
$__section_table_data2_5_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data2']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_data2_5_total = $__section_table_data2_5_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = new Smarty_Variable(array());
if ($__section_table_data2_5_total != 0) {
for ($__section_table_data2_5_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] = 0; $__section_table_data2_5_iteration <= $__section_table_data2_5_total; $__section_table_data2_5_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']++){
$_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['rownum'] = $__section_table_data2_5_iteration;
?>
<?php if ((isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['rownum'] : null) != '') {?>
<tr>
<td>
<?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>
<?php if ($_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)]['zusage'] == 'J') {?>
<p align="center"><img src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/ok.gif"></p>
<?php }?>
</td>
<td>
<a href="praxisstellen_edit.php?edit=<?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)]['dst_id'];?>
&ka_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)]['ka_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)]['bez'];?>
</a>
</td>
<td width="450">
<?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)]['str'];?>
, <?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)]['plz'];?>
<?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)]['ort'];?>
</td>
<td>
<?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)]['mail'];?>
</td>
<td>
<a class="aformlink box" title="Mail an Ausbildungsstelle" href="?action=mail&wu_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)]['wu_id'];?>
">Mail</a>
</td>
<td width="200">
<?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)]['status'];?>
</td>
</tr>
<?php }?>
<?php
}
}
if ($__section_table_data2_5_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = $__section_table_data2_5_saved;
}
?>
<tr>
<td colspan="6" align="center">
<br>
<a href="?action=stelle" class="box button">Ausbildungsstelle hinzufügen</a>
<br>
<br>
</td>
</tr>
</table>
</fieldset>
<br />
<br />
<fieldset>
<legend>
<b>Sonstige Mail an Kandidat</b>
</legend>
<table cellspacing="0" cellpadding="2" width="100%" border="1">
<tr>
<td width="10%">
<b>lfd.Nr.</b>
</td>
<td width="25%">
<b>Absender</b>
</td>
<td width="25%">
<b>Datum</b>
</td>
<td width="20%">
<b>Betreff</b>
</td>
<td width="10%">
<b>Mail anzeigen</b>
</td>
<td width="10%">
<b>Status Mail<br>Nachsendemöglichkeit</b>
</td>
<tr>
<?php
$__section_table_data3_6_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data3']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data3'] : false;
$__section_table_data3_6_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data3']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_data3_6_total = $__section_table_data3_6_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_data3'] = new Smarty_Variable(array());
if ($__section_table_data3_6_total != 0) {
for ($__section_table_data3_6_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index'] = 0; $__section_table_data3_6_iteration <= $__section_table_data3_6_total; $__section_table_data3_6_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index']++){
$_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['rownum'] = $__section_table_data3_6_iteration;
?>
<?php if ((isset($_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['rownum'] : null) != '') {?>
<tr>
<td>
<?php echo (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['rownum'] : null);?>
</td>
<td>
<?php echo $_smarty_tpl->tpl_vars['table_data3']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index'] : null)]['sender'];?>
</a>
</td>
<td width="450">
<?php echo $_smarty_tpl->tpl_vars['table_data3']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index'] : null)]['sendedat_form'];?>
</td>
<td>
<?php echo $_smarty_tpl->tpl_vars['table_data3']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index'] : null)]['mail_betreff'];?>
</td>
<td>
<a class="aformlink box" title="Mail an Kandidat" href="?action=mail_sonst&sm_id=<?php echo $_smarty_tpl->tpl_vars['table_data3']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index'] : null)]['sm_id'];?>
">Mail</a>
</td>
<td width="200">
<?php echo $_smarty_tpl->tpl_vars['table_data3']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data3']->value['index'] : null)]['status'];?>
</td>
</tr>
<?php }?>
<?php
}
}
if ($__section_table_data3_6_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data3'] = $__section_table_data3_6_saved;
}
?>
</table>
</fieldset>
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'mail') {?>
<html>
<head>
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
</head>
<body>
<fieldset>
<legend>
<b>Mailtext</b>
</legend>
<br />
<br />
<p align="left">
<?php echo $_smarty_tpl->tpl_vars['mail_text']->value;?>
</p>
<br />
<br />
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'mail_sonst') {?>
<html>
<head>
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
</head>
<body>
<fieldset>
<legend>
<b>Mailtext</b>
</legend>
<p align="left">
<b><u>Betreff:</u></b> <?php echo $_smarty_tpl->tpl_vars['mail_betreff']->value;?>
</p>
<br>
<p align="left">
<b><u>Mailbody:</u></b><br>
<?php echo $_smarty_tpl->tpl_vars['mail_text']->value;?>
</p>
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'mailsenden') {?>
<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'; ?>
>
<style>
.ck-editor__editable {
min-height: 300px;
}
p {
margin: 0;
}
</style>
</head>
<body>
<fieldset>
<legend>
<b>E-Mail bearbeiten</b>
</legend>
<br />
<br />
<form action="?action=mailsenden2" method='post' name='mailsenden2'>
<table width="100%" border="1" cellspacing="0" cellpadding="0" rules="all">
<tr>
<td width="200" height="40" style="padding-left:5px">
Ausbildungsstelle:
</td>
<td style="padding-left:5px">
<?php echo $_smarty_tpl->tpl_vars['mail_bez']->value;?>
</td>
</tr>
<tr>
<td height="40" style="padding-left:5px">
Mailadresse:
</td>
<td style="padding-left:5px">
<?php echo $_smarty_tpl->tpl_vars['mail_mail']->value;?>
</td>
</tr>
<tr>
<td height="40" style="padding-left:5px">
Betreff:
</td>
<td style="padding-left:5px">
<input type="text" id="betreff" name="betreff" value="<?php echo $_smarty_tpl->tpl_vars['mail_betreff']->value;?>
" size="60">
</td>
</tr>
<tr>
<td height="40" style="padding-left:5px">
Mailtext:
</td>
<td style="padding-left:5px">
<textarea id='text' name='text'><?php echo $_smarty_tpl->tpl_vars['mail_text']->value;?>
</textarea>
<?php echo '<script'; ?>
>ClassicEditor
.create( document.querySelector( '#text' ), {
toolbar: {
items: [
'heading',
'|',
'fontSize',
'fontFamily',
'fontBackgroundColor',
'fontColor',
'|',
'bold',
'italic',
'link',
'bulletedList',
'numberedList',
'|',
'alignment',
'indent',
'outdent',
'|',
'imageUpload',
'blockQuote',
'insertTable',
'mediaEmbed',
'undo',
'redo'
]
},
language: 'de',
image: {
toolbar: [
'imageTextAlternative',
'imageStyle:full',
'imageStyle:side'
]
},
table: {
contentToolbar: [
'tableColumn',
'tableRow',
'mergeTableCells',
'tableCellProperties',
'tableProperties'
]
},
licenseKey: '',
} )
.then( editor => {
window.editor = editor;
} )
.catch( error => {
console.error( error );
} );
<?php echo '</script'; ?>
>
<input type="hidden" name="wuid" id="wuid" size="101" value="<?php echo $_smarty_tpl->tpl_vars['mail_wuid']->value;?>
">
</td>
</tr>
</table>
</p>
<br />
<br />
<p align='center'>
<input type='submit' name='senden' value="Mail erneut senden">
</p>
<br />
</form>
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'mailsenden_sonst') {?>
<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'; ?>
>
<style>
.ck-editor__editable {
min-height: 300px;
}
p {
margin: 0;
}
</style>
</head>
<body>
<fieldset>
<legend>
<b>E-Mail bearbeiten</b>
</legend>
<br />
<br />
<form action="?action=mailsenden2_sonst" method='post' name='mailsenden2_sonst'>
<table width="100%" border="1" cellspacing="0" cellpadding="0" rules="all">
<tr>
<td width="200" height="40" style="padding-left:5px">
Absender:
</td>
<td style="padding-left:5px">
<?php echo $_smarty_tpl->tpl_vars['mail_sender']->value;?>
- <?php echo $_smarty_tpl->tpl_vars['mail_sendermail']->value;?>
<input type="hidden" name="mail_sender" id="mail_sender" size="101" value="<?php echo $_smarty_tpl->tpl_vars['mail_sender']->value;?>
">
<input type="hidden" name="mail_sendermail" id="mail_sendermail" size="101" value="<?php echo $_smarty_tpl->tpl_vars['mail_sendermail']->value;?>
">
</td>
</tr>
<tr>
<td height="40" style="padding-left:5px">
Mailadresse:
</td>
<td style="padding-left:5px">
<input type="text" id="mail_mail" name="mail_mail" value="<?php echo $_smarty_tpl->tpl_vars['mail_mail']->value;?>
" size="60">
</td>
</tr>
<tr>
<td height="40" style="padding-left:5px">
Betreff:
</td>
<td style="padding-left:5px">
<input type="text" id="betreff" name="betreff" value="<?php echo $_smarty_tpl->tpl_vars['mail_betreff']->value;?>
" size="60">
</td>
</tr>
<tr>
<td height="40" style="padding-left:5px">
Mailtext:
</td>
<td style="padding-left:5px">
<textarea id='text' name='text'><?php echo $_smarty_tpl->tpl_vars['mail_text']->value;?>
</textarea>
<?php echo '<script'; ?>
>ClassicEditor
.create( document.querySelector( '#text' ), {
toolbar: {
items: [
'heading',
'|',
'fontSize',
'fontFamily',
'fontBackgroundColor',
'fontColor',
'|',
'bold',
'italic',
'link',
'bulletedList',
'numberedList',
'|',
'alignment',
'indent',
'outdent',
'|',
'imageUpload',
'blockQuote',
'insertTable',
'mediaEmbed',
'undo',
'redo'
]
},
language: 'de',
image: {
toolbar: [
'imageTextAlternative',
'imageStyle:full',
'imageStyle:side'
]
},
table: {
contentToolbar: [
'tableColumn',
'tableRow',
'mergeTableCells',
'tableCellProperties',
'tableProperties'
]
},
licenseKey: '',
} )
.then( editor => {
window.editor = editor;
} )
.catch( error => {
console.error( error );
} );
<?php echo '</script'; ?>
>
<input type="hidden" name="smid" id="smid" size="101" value="<?php echo $_smarty_tpl->tpl_vars['mail_smid']->value;?>
">
</td>
</tr>
</table>
</p>
<br />
<br />
<p align='center'>
<input type='submit' name='senden' value="Mail erneut senden">
</p>
<br />
</form>
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'mailsenden2') {?>
<html>
<head>
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
</head>
<body>
<fieldset>
<legend>
<b>Ergebnis</b>
</legend>
<br />
<br />
<?php echo $_smarty_tpl->tpl_vars['mail_senderg']->value;?>
<br>
<br>
Sie können das Fenster nun schließen.
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'mailsenden2_sonst') {?>
<html>
<head>
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
</head>
<body>
<fieldset>
<legend>
<b>Ergebnis</b>
</legend>
<br />
<br />
<?php echo $_smarty_tpl->tpl_vars['mail_senderg']->value;?>
<br>
<br>
Sie können das Fenster nun schließen.
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'deldok') {?>
<html>
<head>
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
</head>
<body>
<fieldset>
<legend>
<b>Löschbestätigung</b>
</legend>
<br />
<br />
<p align="center">
M&ouml;chten sie die Datei <b><?php echo $_smarty_tpl->tpl_vars['deldok_dokument']->value;?>
</b> wirklich l&ouml;schen?<br><br>
<a href="?action=ausgabe">
<img title = "Nein" border="0" src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/nein.gif"></a>
&nbsp;
<a href="?action=deldok2&up_id=<?php echo $_smarty_tpl->tpl_vars['deldok_up_id']->value;?>
">
<img title = "Dokument l&ouml;schen"border="0" src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/ja.gif"></a>
<br>
<br>
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
if ($_smarty_tpl->tpl_vars['action']->value == 'stelle') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Anlagenupload und Ausbildungsstellenwahl BPM (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</title>
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
<style>
.desc{
width:400px;
}
.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;
}
.fieldset1 {
border: 1px solid red;
}
.fieldset2 {
border: ridge green;
display: block;
margin-left: 20px;
margin-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
.legend1 {
display: block;
padding-left: 20px;
padding-right: 20px;
border: none;
font-size: 30px;
}
.button {
font: bold 11px Arial;
text-decoration: none;
background-color: #EEEEEE;
color: #333333;
padding: 2px 6px 2px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
}
</style>
<link rel="stylesheet" type="text/css" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/component.css" />
<?php echo '<script'; ?>
type="text/javascript">
(function(e,t,n){
var r=e.querySelectorAll("html")[0];
r.className=r.className.replace(/(^|\s)no-js(\s|$)/,"$1js$2")
})
(document,window,0);
<?php echo '</script'; ?>
>
</head>
<body>
<?php if ($_smarty_tpl->tpl_vars['index_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['index_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset class="fieldset1">
<legend>
<b>Hinweise</b>
</legend>
<ul>
<!--<li>Bitte nennen hier bis zu <?php echo $_smarty_tpl->tpl_vars['index_stelle_anz']->value;?>
Ausbildungsstellen.</li>-->
<li>Nicht alle der hier aufgeführten Behörden bieten auch Ausbildungsstellen für diesen Studiengang an. </li>
<li>Die gewählten Ausbildungsstellen erhalten automatisch eine Bewerbung übermittelt.</li>
<li>Der Bewerber erhält gegebenenfalls von den ausgewählten Behörden eine Einladung zur Vorstellung.</li>
</ul>
</fieldset>
<br>
<br>
<fieldset>
<legend>
<b>Schritt 1: Ausbildungsstellenwahl</b>
</legend>
<table border="0" width="100%">
<tr>
<td width="30%" valign="top">
<ol>
<li>Die erste Stelle im Dropdownfeld markieren.</li>
<li>Danach "Markierte Stelle auswählen..." klicken,<br>so dass die Stelle unter Schritt 2 angezeigt wird</li>
<li>Ggf. die Schritte solange wiederholen. Maximal vier Stellen sind möglich.</li>
</ol>
</td>
</td>
<td width="40%">
<form action=?action=save_praxis method="POST" enctype="multipart/form-data" name="save_praxis">
<table border="0" cellpadding="0" cellspacing="0" width="100%" >
<tr>
<td width="100%"align="center" >
<div>
<select name="stelle" size=15>
<?php
$__section_table_data1_7_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1'] : false;
$__section_table_data1_7_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data1']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_data1_7_total = $__section_table_data1_7_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = new Smarty_Variable(array());
if ($__section_table_data1_7_total != 0) {
for ($__section_table_data1_7_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index'] = 0; $__section_table_data1_7_iteration <= $__section_table_data1_7_total; $__section_table_data1_7_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['index']++){
$_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] = $__section_table_data1_7_iteration;
?>
<option value="<?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)]['dst_id'];?>
"><?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)]['bez'];?>
- (<?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)]['plz'];?>
<?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)]['ort'];?>
)</option>
<?php
}
}
if ($__section_table_data1_7_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_7_saved;
}
?>
</select>
<br>
<br>
</div>
</td>
</tr>
<tr>
<td width="100%" align="center" colspan="2">
<input type="submit" class="button" value="Markierte Stelle auswählen&hellip;" name="B1" size="20">
</td>
</tr>
</table>
</form>
</td>
<td width="30%">
&nbsp;
</td>
</tr>
</table>
</fieldset>
</form>
<br />
<br />
<fieldset>
<legend>
<b>Schritt 2: Ausgewählte Ausbildungsstellen</b>
</legend>
<form action=?action=stellesave method="POST" name="hswahl">
<form action=?action=overview method="POST" name="overview">
<table cellspacing="0" cellpadding="2" width="100%" border="1">
<tr>
<td>
<b>lfd.Nr.</b>
</td>
<td>
<b>Ausbildungsstelle</b>
</td>
<td>
<b>Adresse</b>
</td>
<td>
<b>Mailadresse</b>
</td>
<tr>
<?php
$__section_table_data2_8_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2'] : false;
$__section_table_data2_8_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data2']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_data2_8_total = $__section_table_data2_8_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = new Smarty_Variable(array());
if ($__section_table_data2_8_total != 0) {
for ($__section_table_data2_8_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] = 0; $__section_table_data2_8_iteration <= $__section_table_data2_8_total; $__section_table_data2_8_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']++){
$_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['rownum'] = $__section_table_data2_8_iteration;
?>
<?php if ((isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['rownum'] : null) != '') {?>
<tr>
<td>
<?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>
<?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)]['bez'];?>
</td>
<td width="450">
<?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)]['str'];?>
, <?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)]['plz'];?>
<?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)]['ort'];?>
</td>
<td>
<?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)]['mail'];?>
</td>
</tr>
<?php }?>
<?php
}
}
if ($__section_table_data2_8_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = $__section_table_data2_8_saved;
}
?>
</table>
</fieldset>
</form>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'stammdaten_edit') {?>
<html>
<head>
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
<link rel="stylesheet" href="../jquery/jquery-ui.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'; ?>
type="text/javascript">
$(function() {
$(".datepicker").datepicker({
prevText: '&#x3c; zur&uuml;ck', prevStatus: '',
prevJumpText: '&#x3c;&#x3c;', prevJumpStatus: '',
changeMonth: true,
changeYear: true,
nextText: 'Vor &#x3e;', nextStatus: '',
nextJumpText: '&#x3e;&#x3e;', nextJumpStatus: '',
currentText: 'Heute', currentStatus: '',
todayText: 'Heute', todayStatus: '',
clearText: '-', clearStatus: '',
closeText: 'schlie&szlig;en', closeStatus: '',
monthNames: ['Januar','Februar','M&auml;rz','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember'],
monthNamesShort: ['Jan','Feb','M&auml;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-30:+0",
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'; ?>
>
</head>
<body>
<fieldset>
<legend>
<b>Stammdaten bearbeiten</b>
</legend>
<br />
<br />
<form action="?action=stammdaten2_edit" method='post' name='stammdaten2_edit'>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td align="left">
<table width="100%" border="0">
<form action=?action=termine method="POST" name="termine">
<tr>
<td width="80%">
<table width="100%" height="100%" border="0">
<tr>
<td width="20%" valign="top">
<?php if ($_smarty_tpl->tpl_vars['erf_hig_anrede']->value == 1) {?><font color="red">* <?php }?><b>Anrede:</b><?php if ($_smarty_tpl->tpl_vars['erf_hig_anrede']->value == 1) {?></font><?php }?>
</td>
<td>
<label for="w"><input type="radio" value="W" id="w" <?php if ($_smarty_tpl->tpl_vars['persdat_value_anrede']->value == "W") {?>checked<?php }?> name="anrede" size="20"> Frau</label><br>
<label for="m"><input type="radio" value="M" id="m" <?php if ($_smarty_tpl->tpl_vars['persdat_value_anrede']->value == "M") {?>checked<?php }?> name="anrede" size="20"> Herr</label>
</td>
</tr>
<tr>
<td width="20%" valign="top">
<?php if ($_smarty_tpl->tpl_vars['erf_hig_vorname']->value == 1) {?><font color="red">* <?php }?><b>Vornamen:</b><?php if ($_smarty_tpl->tpl_vars['erf_hig_vorname']->value == 1) {?></font><?php }?>
<br><font size=1>(wie im Personalausweis angegeben)</font>
</td>
<td>
<input type="text" name="vorname" size="60" value="<?php echo $_smarty_tpl->tpl_vars['persdat_value_vorname']->value;?>
">
</td>
</tr>
<tr>
<td width="20%" valign="top">
<?php if ($_smarty_tpl->tpl_vars['erf_hig_nachname']->value == 1) {?><font color="red">* <?php }?><b>Nachname:</b><?php if ($_smarty_tpl->tpl_vars['erf_hig_nachname']->value == 1) {?></font><?php }?>
</td>
<td>
<input type="text" name="nachname" size="60" value="<?php echo $_smarty_tpl->tpl_vars['persdat_value_nachname']->value;?>
">
</td>
</tr>
<tr>
<td width="20%" valign="top">
<?php if ($_smarty_tpl->tpl_vars['erf_hig_gebdat']->value == 1) {?><font color="red">* <?php }?><b>Geburtsdatum:</b><?php if ($_smarty_tpl->tpl_vars['erf_hig_gebdat']->value == 1) {?></font><?php }?>
</td>
<td>
<input type="text" class="datepicker" name="gebdat" id="gebdat" value="<?php echo $_smarty_tpl->tpl_vars['persdat_value_gebdat']->value;?>
" onchange='calc_gebdat();'>
<input type="hidden" name="alter18" id="alter18" size="101" value="<?php echo $_smarty_tpl->tpl_vars['persdat_value_alter18']->value;?>
">
</td>
</tr>
<tr>
<td width="20%" valign="top">
<?php if ($_smarty_tpl->tpl_vars['erf_hig_str']->value == 1) {?><font color="red">* <?php }?><b>Straße mit Hausnr:</b><?php if ($_smarty_tpl->tpl_vars['erf_hig_str']->value == 1) {?></font><?php }?>
</td>
<td>
<input type="text" name="str" size="60" value="<?php echo $_smarty_tpl->tpl_vars['persdat_value_str']->value;?>
">
</td>
</tr>
<tr>
<td width="20%" valign="top">
<?php if ($_smarty_tpl->tpl_vars['erf_hig_plz']->value == 1) {?><font color="red">* <?php }?><b>PLZ</b><?php if ($_smarty_tpl->tpl_vars['erf_hig_plz']->value == 1) {?></font><?php }?> <b>/</b> <?php if ($_smarty_tpl->tpl_vars['erf_hig_ort']->value == 1) {?><font color="red">* <?php }?><b>Ort</b><?php if ($_smarty_tpl->tpl_vars['erf_hig_ort']->value == 1) {?></font><?php }?>
</td>
<td>
<input type="text" name="plz" size="5" value="<?php echo $_smarty_tpl->tpl_vars['persdat_value_plz']->value;?>
"> &nbsp; <input type="text" name="ort" size="49" value="<?php echo $_smarty_tpl->tpl_vars['persdat_value_ort']->value;?>
">
</td>
</tr>
<tr>
<td width="20%" valign="top">
<?php if ($_smarty_tpl->tpl_vars['erf_hig_mail']->value == 1) {?><font color="red">* <?php }?><b>E-Mail Adresse:</b><?php if ($_smarty_tpl->tpl_vars['erf_hig_mail']->value == 1) {?></font><?php }?>
</td>
<td>
<input type="text" name="mail" size="60" value="<?php echo $_smarty_tpl->tpl_vars['persdat_value_mail']->value;?>
">
</td>
</tr>
<tr>
<td width="20%" valign="top">
<?php if ($_smarty_tpl->tpl_vars['erf_hig_tel']->value == 1) {?><font color="red">* <?php }?><b>Telefon:</b><?php if ($_smarty_tpl->tpl_vars['erf_hig_tel']->value == 1) {?></font><?php }?>
</td>
<td>
<input type="text" name="tel" size="60" value="<?php echo $_smarty_tpl->tpl_vars['persdat_value_tel']->value;?>
">
</td>
</tr>
</table>
</p>
<br />
<br />
<p align='center'>
<input type='submit' name='senden' value="Stammdaten speichern">
</p>
<br />
</form>
</fieldset>
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'stammdaten2_edit') {?>
<html>
<head>
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
</head>
<body>
<fieldset>
<legend>
<b>Ergebnis</b>
</legend>
<br />
<br />
Daten gespeichert!
<br>
<br>
Sie können das Fenster nun schließen.
<br>
<br>
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
}
}