first commit

This commit is contained in:
aschwarz
2022-11-28 10:24:23 +01:00
commit 5121fd03d4
3332 changed files with 768541 additions and 0 deletions

View File

@ -0,0 +1,596 @@
<?php
/* Smarty version 3.1.29, created on 2020-09-01 07:02:29
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/praxisstellen_edit.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f4dd5e5c7ff04_36551417',
'file_dependency' =>
array (
'0078f64b6842dc0506a7238b9d4cb0da1a654612' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/praxisstellen_edit.html',
1 => 1598880332,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f4dd5e5c7ff04_36551417 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<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">
<link rel="stylesheet" href="../jquery/jquery.timepicker.min.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
}
},
});
});
<?php echo '</script'; ?>
>
<!-- <?php echo '<script'; ?>
src="../jquery/jquery-1.12.4.js"><?php echo '</script'; ?>
>-->
<?php echo '<script'; ?>
src="../jquery/jquery-ui.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.culture.de-DE.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.mousewheel.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.timepicker.min.js"><?php echo '</script'; ?>
>
<style type="text/css">
.spinner {
width: 112px;
height: 15px;
font-size: 12px !important;
}
</style>
<?php echo '<script'; ?>
>
$( function() {
$( ".spinner" ).spinner({
change: function (event, ui) {
<!--calc_erm_78();-->
},
spin: function (event, ui) {
<!--calc_erm_78();-->
},
start: function (event, ui) {
<!--calc_erm_78();-->
},
stop: function (event, ui) {
<!--calc_erm_78();-->
},
step: 1,
numberFormat: "i",
min:0,
decimals:0
});
Globalize.culture( "de-DE" );
} );
function trackKeys(evnt,regEx) {
var keyCode = evnt.keyCode ? evnt.keyCode : evnt.which;
return !!String.fromCharCode(keyCode).match(regEx);
}
//-->
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(function() {
$(".datepicker").datepicker({
prevText: '&#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-5:+5",
showButtonPanel : true,
altField : "#datepicker_input",
dateFormat : "dd.mm.yy",
showWeek: true
});
$.datepicker._gotoToday = function(id) {
$(id).datepicker('setDate', new Date()).datepicker('hide').blur();
}
});
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function(){
$('input.timepicker').timepicker({
timeFormat: 'HH:mm',
interval: 30,
minTime: '7',
maxTime: '18:00',
startTime: '7',
dynamic: false,
dropdown: true,
scrollbar: true
});
});
<?php echo '</script'; ?>
>
<style>
.StandardTable thead th{
background: lightgray;
border: 1px solid #656565;
font-size:12px;
font-family:Arial;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
}
textarea{
border: 1px solid #888;
height: 6.7em;
width: 48.5em;
}
select{
width:330px;
}
.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>
<style>
.result
{
background-color: #00ffff;
}
</style>
</head>
<body>
<form action="?action=save" method='post' name='erfassen'>
<?php if ($_smarty_tpl->tpl_vars['prxedit_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['prxedit_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset>
<legend>
<b>Ausbildungsstelle erfassen</b>
</legend>
<br />
<br />
<table cellspacing="0" cellpadding="0" width="100%" border="0" class="StandardTable">
<tr>
<td width="15%">
Art der Ausbildungsstelle:
</td>
<td>
<select name="art" size="5">
<option value="Gemeindeverwaltung" <?php if ($_smarty_tpl->tpl_vars['prxedit_value_art']->value == 'Gemeindeverwaltung') {?> selected <?php }?>}>Gemeindeverwaltung</option>
<option value="GVV" <?php if ($_smarty_tpl->tpl_vars['prxedit_value_art']->value == 'GVV') {?> selected <?php }?>}>GVV</option>
<option value="Landratsamt" <?php if ($_smarty_tpl->tpl_vars['prxedit_value_art']->value == 'Landratsamt') {?> selected <?php }?>}>Landratsamt</option>
<option value="Stadtverwaltung" <?php if ($_smarty_tpl->tpl_vars['prxedit_value_art']->value == 'Stadtverwaltung') {?> selected <?php }?>}>Stadtverwaltung</option>
<option value="VVG" <?php if ($_smarty_tpl->tpl_vars['prxedit_value_art']->value == 'VVG') {?> selected <?php }?>}>VVG</option>
</select>
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
<tr>
<tr>
<td width="15%">
Behördenname:
</td>
<td>
<input type="text" name="name" id="name" value="<?php echo $_smarty_tpl->tpl_vars['prxedit_value_name']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
<tr>
<tr>
<td width="15%">
Straße:
</td>
<td>
<input type="text" name="str" id="str" value="<?php echo $_smarty_tpl->tpl_vars['prxedit_value_str']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
PLZ / Ort:
</td>
<td>
<input type="text" name="plz" id="plz" value="<?php echo $_smarty_tpl->tpl_vars['prxedit_value_plz']->value;?>
" size="5"> <input type="text" name="ort" id="ort" value="<?php echo $_smarty_tpl->tpl_vars['prxedit_value_ort']->value;?>
" size="30">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
Mail:
</td>
<td>
<input type="text" name="mail" id="mail" value="<?php echo $_smarty_tpl->tpl_vars['prxedit_value_mail']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
Gültig von:
</td>
<td>
<input type="text" class="datepicker" name="gueltigvon" id="gueltigvon" value="<?php echo $_smarty_tpl->tpl_vars['prxedit_value_gueltigvon']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
Gültig bis:
</td>
<td>
<input type="text" class="datepicker" name="gueltigbis" id="gueltigbis" value="<?php echo $_smarty_tpl->tpl_vars['prxedit_value_gueltigbis']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
Registrierung zurücksetzen:
<br>
(Die Praxisstelle bekommt innerhalb 30 Min<br>eine Mail mit einer neuen TAN)
</td>
<td>
<input type="checkbox" value="j" id="regmail" name="regmail">
</td>
</tr>
<tr>
<td>&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
</table>
<br />
<p align='center'>
<input type='submit' name='senden' value="Ausbildungsstelle speichern" class="button">
<?php if ($_smarty_tpl->tpl_vars['prxedit_value_user']->value != '') {?>
&nbsp;<a href="bewerber_daten.php?action=ausgabe&user=<?php echo $_smarty_tpl->tpl_vars['prxedit_value_user']->value;?>
" class="button">zurück zu <?php echo $_smarty_tpl->tpl_vars['prxedit_value_username']->value;?>
</a>
<?php }?>
</p>
<br />
</fieldset>
</form>
<br />
<br />
<fieldset>
<legend>
<b>Erfasste Ausbildungsstellen</b>
</legend>
<?php echo '<script'; ?>
type="text/javascript" src="../jquery/prx_search.js"><?php echo '</script'; ?>
>
<link type="text/css" href="../jquery/jquery-ui.min.css" rel="stylesheet" />
<table cellspacing="0" cellpadding="2" width="100%" border="0">
<tr>
<td width="180">
<b>Suche: Mind 3 Zeichen: </b>
</td>
<td width="180">
<input type="text" id="search" name="search" />
</td>
<td>
<input id = "btnSubmit" type="submit" value="Zeige alle (<?php echo $_smarty_tpl->tpl_vars['prxedit_value_anzall']->value;?>
)"/> <input id = "unreg" type="submit" value="Zeige unregistrierte (<?php echo $_smarty_tpl->tpl_vars['prxedit_value_anzunreg']->value;?>
)"/> <input id = "reg" type="submit" value="Zeige registrierte (<?php echo $_smarty_tpl->tpl_vars['prxedit_value_anzreg']->value;?>
)"/>
</td>
</table>
<br>
<div id="results"></div>
</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;
}
</style>
</head>
<body>
<fieldset>
<legend>
<b>E-Mail bearbeiten</b>
</legend>
<br />
<br />
<form action="?action=mailsenden2" 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="dstid" id="dstid" size="101" value="<?php echo $_smarty_tpl->tpl_vars['mail_dstid']->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 }
}
}

View File

@ -0,0 +1,584 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 08:44:22
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/termine.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1931c6aa7d55_17945335',
'file_dependency' =>
array (
'033e98ee755c9d15ada8257ba544bf81cd5db3c1' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/termine.html',
1 => 1588166062,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1931c6aa7d55_17945335 ($_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">
<link rel="stylesheet" href="../jquery/jquery-ui.css">
<link rel="stylesheet" href="../jquery/jquery.timepicker.min.css">
<?php echo '<script'; ?>
src="../jquery/jquery-1.12.4.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery-ui.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.culture.de-DE.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.mousewheel.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.timepicker.min.js"><?php echo '</script'; ?>
>
<style type="text/css">
.spinner {
width: 112px;
height: 15px;
font-size: 12px !important;
}
</style>
<?php echo '<script'; ?>
>
$( function() {
$( ".spinner" ).spinner({
change: function (event, ui) {
<!--calc_erm_78();-->
},
spin: function (event, ui) {
<!--calc_erm_78();-->
},
start: function (event, ui) {
<!--calc_erm_78();-->
},
stop: function (event, ui) {
<!--calc_erm_78();-->
},
step: 1,
numberFormat: "i",
min:0,
decimals:0
});
Globalize.culture( "de-DE" );
} );
function trackKeys(evnt,regEx) {
var keyCode = evnt.keyCode ? evnt.keyCode : evnt.which;
return !!String.fromCharCode(keyCode).match(regEx);
}
//-->
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(function() {
$(".datepicker").datepicker({
prevText: '&#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-5:+5",
showButtonPanel : true,
altField : "#datepicker_input",
dateFormat : "dd.mm.yy",
showWeek: true
});
$.datepicker._gotoToday = function(id) {
$(id).datepicker('setDate', new Date()).datepicker('hide').blur();
}
});
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function(){
$('input.timepicker').timepicker({
timeFormat: 'HH:mm',
interval: 30,
minTime: '7',
maxTime: '18:00',
startTime: '7',
dynamic: false,
dropdown: true,
scrollbar: true
});
});
<?php echo '</script'; ?>
>
<style>
.StandardTable thead th{
background: lightgray;
border: 1px solid #656565;
font-size:12px;
font-family:Arial;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
}
textarea{
border: 1px solid #888;
height: 6.7em;
width: 48.5em;
}
select{
width:630px;
}
</style>
</head>
<body>
<form action="?action=save" method='post' name='erfassen'>
<?php if ($_smarty_tpl->tpl_vars['termine_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['termine_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset>
<legend>
<b>Termine erfassen</b>
</legend>
<br />
<br />
<table cellspacing="0" cellpadding="0" width="100%" border="0" class="StandardTable">
<tr>
<td width="30%">
Testdatum:
</td>
<td>
<input type="text" class="datepicker" name="tm_datum" id="tm_datum" value="<?php echo $_smarty_tpl->tpl_vars['termine_value_datum']->value;?>
">
</td>
</tr>
<tr>
<td width="30%">&nbsp;
</td>
<td>&nbsp;
</td>
<tr>
<tr>
<td width="30%">
Uhrzeit:
</td>
<td>
<input type="text" class="timepicker" name="tm_zeit" id="tm_datum" value="<?php echo $_smarty_tpl->tpl_vars['termine_value_zeit']->value;?>
" onKeypress="return trackKeys(event,/[0-9,:]/);">
</td>
</tr>
<tr>
<td width="30%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="30%">
Maximale Teilnehmerzahl:
</td>
<td valign="top">
<input type="text" class="spinner" name="tm_plaetze" id="max_tn" value="<?php echo $_smarty_tpl->tpl_vars['termine_value_tm_plaetze']->value;?>
" onKeypress="return trackKeys(event,/[0-9,]/);">
</td>
</tr>
<tr>
<td width="30%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="30%">
Standort:
</td>
<td valign="top">
<label for="K"><input type="radio" value="K" id="K" <?php if ($_smarty_tpl->tpl_vars['termine_value_tm_standort']->value == "K") {?>checked<?php }?> name="tm_standort" width="30%"> Kehl</label><br>
<label for="L"><input type="radio" value="L" id="L" <?php if ($_smarty_tpl->tpl_vars['termine_value_tm_standort']->value == "L") {?>checked<?php }?> name="tm_standort" width="30%"> Ludwigsburg</label>
</td>
</tr>
<tr>
<td width="30%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="30%">
Gebäude / Raum:
</td>
<td valign="top">
<input type="text" name="tm_raum" id="tm_raum" value="<?php echo $_smarty_tpl->tpl_vars['termine_value_tm_raum']->value;?>
" width="30">
</td>
</tr>
<tr>
<td width="30%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td>
Verwendungszweck Überweisung:
</td>
<td valign="top">
<input type="text" name="tm_referenznr" id="tm_referenznr" value="<?php echo $_smarty_tpl->tpl_vars['termine_value_tm_referenznr']->value;?>
" width="30">
</td>
</tr>
<tr>
<td>&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
</table>
<br />
<p align='center'>
<input type='submit' name='senden' value="Termin speichern">
</p>
<br />
</fieldset>
</form>
<br />
<br />
<fieldset>
<legend>
<b>Erfasste Termine</b>
</legend>
<table cellspacing="0" cellpadding="2" width="100%" border="1">
<tr>
<td>
<b>lfd.Nr.</b>
</td>
<td>
<b>Testdatum</b>
</td>
<td>
<b>Uhrzeit</b>
</td>
<td>
<b>Standort</b>
</td>
<td>
<b>Freie Plätze</b>
</td>
<td>
<b>Gebäude / Raum</b>
</td>
<td>
<b>Verwendungszweck Überweisung</b>
</td>
<td align="center">
<b>Edit</b>
</td>
<tr>
<?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;
?>
<?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 (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null);?>
</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)]['datum'];?>
</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)]['zeit'];?>
</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)]['standort_form'];?>
</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)]['restplatz'];?>
/ <?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_plaetze'];?>
</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)]['tm_raum'];?>
</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)]['tm_referenznr'];?>
</td>
<td align="center">
<a href=?edit=<?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_id'];?>
><img title = "Termin bearbeiten" border="0" height=10 src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/edit.png"></a>
&nbsp;
<?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)]['tm_disable'] == 0) {?>
<img title = 'Termin bereits gebucht' border="0" height=10 src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/drop_grey.png">
<?php } else { ?>
<a href="?action=del&tm_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)]['tm_id'];?>
"><img title = 'Termin l&ouml;schen' border="0" height=10 src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/drop.png"></a>
<?php }?>
</td>
</tr>
<?php }?>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</table>
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'mailterminupdate') {?>
<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>Mailtext</b>
</legend>
<br />
<br />
<font color='red'>Zu dem Termin haben sich bereits Kandidaten eingebucht. Ihnen muss die Veränderung mitgeteilt werden.<br>
Sofern noch kein Test geschrieben wurde, kann der Kandidat auch wieder gelöscht werden. Dann wird die Hogrefe TAN wieder frei und die Gebühr muss nicht bezahlt werden.
<br />
<br />
</font>
<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">
Absender:
</td>
<td style="padding-left:5px">
<select name="absender">
<option value="Kehl" selected>Kehl</option>
<option value="Ludwigsburg">Ludwigsburg</option>
</select>
</td>
</tr>
<tr>
<td width="200" height="40" style="padding-left:5px">
Empfänger:
</td>
<td style="padding-left:5px">
<?php echo $_smarty_tpl->tpl_vars['mtupd_mailadressen_an']->value;?>
<input type="hidden" name="empfaenger_an" id="empfaenger_an" size="101" value="<?php echo $_smarty_tpl->tpl_vars['mtupd_mailadressen_an']->value;?>
">
</td>
</tr>
<tr>
<td height="40" style="padding-left:5px">
Empfänger BCC:
</td>
<td style="padding-left:5px">
<?php echo $_smarty_tpl->tpl_vars['mtupd_mailadressen_bcc']->value;?>
<input type="hidden" name="empfaenger_bcc" id="empfaenger_bcc" size="101" value="<?php echo $_smarty_tpl->tpl_vars['mtupd_mailadressen_bcc']->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="" size="60">
</td>
</tr>
<tr>
<td height="40" style="padding-left:5px">
Mailtext:
</td>
<td style="padding-left:5px">
<textarea id='text' name='text'></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'; ?>
>
</td>
</tr>
</table>
</p>
<br />
<br />
<p align='center'>
<input type='submit' name='senden' value="Mail 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>
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,98 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 11:14:46
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\liste_tn.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f116c06c46127_22237001',
'file_dependency' =>
array (
'0a6ecaa903ece327eb11c6cc5ebedb66ee5e0c82' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\liste_tn.html',
1 => 1582550996,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f116c06c46127_22237001 ($_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">
<style>
select{
width:330px;
}
</style>
</head>
<body>
<form action="?action=ausgabe" method='post' name='ausgabe'>
<?php if ($_smarty_tpl->tpl_vars['termine_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['termine_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset>
<legend>
<b>Teilnehmerliste</b>
</legend>
<br />
<br />
<p align="center">
<select name="testtermin" size=15>
<?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']++){
?>
<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)]['tm_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)]['tm_datum_form'];?>
- <?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'];?>
</option>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</select>
</p>
<br />
<p align='center'>
<input type='submit' name='senden' value="Liste drucken">
</p>
<br />
</fieldset>
</form>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,272 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-24 09:06:00
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/mail_test.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1a88589366d9_04353588',
'file_dependency' =>
array (
'135579b5d59c9a58c58cb9fe3922b72708a2aa89' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/mail_test.html',
1 => 1592565762,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1a88589366d9_04353588 ($_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">
<style>
select{
width:330px;
}
</style>
</head>
<body>
<form action="?action=mailsenden_test" method='post' name='ausgabe'>
<?php if ($_smarty_tpl->tpl_vars['termine_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['termine_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset>
<legend>
<b>Mail an Testteilnehmer</b>
</legend>
<br />
<br />
<p align="center">
<select name="testtermin" size=15>
<?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']++){
?>
<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)]['tm_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)]['tm_datum_form'];?>
- <?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'];?>
</option>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</select>
</p>
<br />
<p align='center'>
<input type='submit' name='senden' value="Liste drucken">
</p>
<br />
</fieldset>
</form>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'mailsenden_test') {?>
<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_test" 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;?>
">
</td>
</tr>
<tr>
<td height="40" style="padding-left:5px">
Empfänger:
</td>
<td style="padding-left:5px">
<textarea style="width:745px; height:120px; font-family:monospace;" id='mail_mail' name='mail_mail'><?php echo $_smarty_tpl->tpl_vars['empfaenger']->value;?>
</textarea>
</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="120">
</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 senden"><br><br>
<font color="red" style="font-size:20px">Bitte nur einmal klicken. Rückmeldung dauert 30-60 Sekunden bis alle Mails verschickt wurden!</font>
</p>
<br />
</form>
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'mailsenden2_test') {?>
<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 }
}
}

View File

@ -0,0 +1,432 @@
<?php
/* Smarty version 3.1.29, created on 2020-11-05 11:19:22
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/archiv.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5fa3d1aa1caf99_81104607',
'file_dependency' =>
array (
'1717563d8225e8624a8f9f4dba0755f0c260e38c' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/archiv.html',
1 => 1604568460,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5fa3d1aa1caf99_81104607 ($_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">
<link rel="stylesheet" href="../jquery/jquery-ui.css">
<link rel="stylesheet" href="../jquery/jquery.timepicker.min.css">
<?php echo '<script'; ?>
src="../jquery/jquery-1.12.4.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery-ui.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.culture.de-DE.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.mousewheel.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.timepicker.min.js"><?php echo '</script'; ?>
>
<style type="text/css">
.spinner {
width: 112px;
height: 15px;
font-size: 12px !important;
}
</style>
<style>
.StandardTable thead th{
background: lightgray;
border: 1px solid #656565;
font-size:12px;
font-family:Arial;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
}
textarea{
border: 1px solid #888;
height: 6.7em;
width: 48.5em;
}
select{
width:630px;
}
.row_0 {
background-color: #FFFFFF;
}
.row_1 {
background-color: #E1E8F1;
}
.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:6px 12px;
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;
}
.ButtonArchiv {
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;
}
.ButtonArchiv:hover {
background:linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
background-color:#eb675e;
}
.ButtonArchiv:active {
position:relative;
top:1px;
}
</style>
</head>
<body>
<fieldset>
<legend>
<b>Bewerbungen</b>
</legend>
<br />
<br />
<table cellspacing="0" cellpadding="0" width="100%" border="0" class="StandardTable">
<tr>
<td width="10%">
<b>Nr</b>
</td>
<td width="30%">
<b>Name</b>
</td>
<td width="20%">
<b>Testergebnis</b>
</td>
<td width="20%">
<b>Bewerbungsdatum</b>
</td>
<td width="10%">
<b>Auswahl</b>
</td>
<td width="10%">
<b>Einblenden</b>
</td>
</tr>
<?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;
?>
<tr>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<?php echo (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null);?>
</td>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<?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 class="row_<?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)]['zaehler'];?>
" height='40'>
<?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 Punkten
</td>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<?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)]['datum_form'];?>
</td>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<?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)]['showfiles'] == 1) {?>
<a href="?action=show&ka_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)]['ka_id'];?>
" class="ButtonAnzeigen">Daten anzeigen</a>
<?php }?>
</td>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<a href="?action=archive&wu_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)]['wu_id'];?>
" class="ButtonAnzeigen">Reaktivieren</a>
</td>
</tr>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</table>
<br />
<br />
</fieldset>
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'show') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Login der Ausbildungsstellen 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;
}
.ButtonBack {
box-shadow: 0px 10px 14px -7px #276873;
background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
background-color:#599bb3;
border-radius:8px;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:20px;
font-weight:bold;
padding:13px 32px;
text-decoration:none;
text-shadow:0px 1px 0px #3d768a;
}
.ButtonBack:hover {
background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
background-color:#408c99;
}
.ButtonBack:active {
position:relative;
top:1px;
}
</style>
<link rel="stylesheet" type="text/css" href="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>
<fieldset class="fieldset2">
<legend class="legend1" align="center">
<b>Dokumentenportal</b>
</legend>
<?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>
<?php echo $_smarty_tpl->tpl_vars['dok_anrede']->value;?>
<br>
<?php echo $_smarty_tpl->tpl_vars['dok_vorname']->value;?>
<?php echo $_smarty_tpl->tpl_vars['dok_nachname']->value;?>
<br>
<?php echo $_smarty_tpl->tpl_vars['dok_str']->value;?>
<br>
<?php echo $_smarty_tpl->tpl_vars['dok_plz']->value;?>
<?php echo $_smarty_tpl->tpl_vars['dok_ort']->value;?>
<br>
</fieldset>
<br>
<br>
<fieldset>
<legend>
<b>Verfügbare Dokumente</b>
</legend>
<form action=?action=stelle method="POST" name="stelle">
<table cellspacing="0" cellpadding="2" width="100%" border="1">
<tr>
<td width="50">
<b>lfd.Nr.</b>
</td>
<td>
<b>Datei</b>
</td>
<td>
<b>Dokumentenbeschreibung</b>
</td>
<td>
<b>Dokumentendatum</b>
</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']++){
$_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] = $__section_table_data1_1_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 (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null);?>
</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>
<?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'];?>
</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)]['datum_form'];?>
</td>
</tr>
<?php }?>
<?php
}
}
if ($__section_table_data1_1_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_1_saved;
}
?>
</table>
</fieldset>
<br />
<br />
<p align='center'>
<a href="?" class="ButtonBack">zurück</a>
</p>
</fieldset>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,47 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 10:36:09
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/indexframe.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f194bf9ca1ab3_96109834',
'file_dependency' =>
array (
'19529a116d0b19aaf04fb6eaac531d7ad4936479' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/indexframe.html',
1 => 1595482462,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f194bf9ca1ab3_96109834 ($_smarty_tpl) {
?>
<html>
<head>
<title>BPM Ausbildungsstellenverwaltung</title>
<link type="text/css" rel="stylesheet" href="../css/styles_refill.css">
</head>
<style type='text/css'>
</style>
<frameset rows="103, 79%" cols="1*" border="0">
<frame name="banner" scrolling="no" marginwidth="10" marginheight="0" namo_target_frame="detail" src="titel.php" noresize>
<frameset rows="1*" cols="100%">
<frame name="detail" scrolling="yes" marginwidth="0" marginheight="0" src="hauptframe.php">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>To view this page correctly, you need a Web browser that supports frames.</p>
</body>
</noframes>
</frameset>
</html><?php }
}

View File

@ -0,0 +1,230 @@
<?php
/* Smarty version 3.1.29, created on 2021-07-23 11:45:10
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/rangliste_prepare.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_60fa8fa61201f7_62188574',
'file_dependency' =>
array (
'1d5e2d33ccda2e84dec796b6d5ba80f48d9a7c82' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/rangliste_prepare.html',
1 => 1627033451,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_60fa8fa61201f7_62188574 ($_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">
</head>
<body>
<form action="?action=ausgabe" method='post' name='ausgabe'>
<?php if ($_smarty_tpl->tpl_vars['termine_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['termine_error_text']->value;?>
</td>
</tr>
</table>
<br /> <?php }?>
<fieldset>
<legend>
<b>Ranglisten berechnen: Ausbildungsbeginn wählen</b>
</legend>
<br />
<br />
<p align="center">
<select name="ausbildungsbeginn" size=5>
<?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']++){
?>
<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)]['ausbildungsbeginn'];?>
"><?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)]['ausbildungsbeginn'];?>
</option>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</select>
</p>
<br />
<p align='center'>
<input type='submit' name='senden' value="Abschicken">
</p>
<br />
</fieldset>
</form>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }?> <?php if ($_smarty_tpl->tpl_vars['action']->value == 'ausgabe') {?>
<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;
}
</style>
</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>Ranglisten berechnen</b>
</legend>
<br>
<br> Die Vorbereitung der Ranglisten ist abgeschlossen!
<br />
<br />
</fieldset>
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,368 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 10:10:51
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/index.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f19460bd0df69_27853894',
'file_dependency' =>
array (
'24b7f24310dd05b050368fdf593b97c4347023ea' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/index.html',
1 => 1595482008,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f19460bd0df69_27853894 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<head>
<title>Login der Ausbildungsstellen BPM (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Pragma" content="no-cache">
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:200px;
}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery-1.5.1.min.js"><?php echo '</script'; ?>
>
<!-- DATEI GIBTS NICHT <?php echo '<script'; ?>
>!window.jQuery && document.write('<?php echo '<script'; ?>
src="jquery-1.4.3.min.js"><\/script>');<?php echo '</script'; ?>
>-->
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.mousewheel-3.0.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
<?php echo '</script'; ?>
>
</head>
<body onload="if(document.login)document.login.username.focus();return false;">
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">Login der Ausbildungsstellen BPM (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</div>
</div>
</div>
<div class="pat_list_box">
<p>
<?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 }?>
<p align="center">Herzlich willkommen, bitte loggen Sie sich mit Ihren registrierten Zugangsdaten ein.
<br>
</p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/deputat_icon.svg" height="100">
</td>
<td align="left">
<table width="100%">
<form action=?action=anmeld method="POST" name="login">
<tr>
<td width="40%">
<strong>E-Mailadresse</strong>
</td>
<td>
<input class="eingabe" name="username" tabindex="1">
</td>
</tr>
<tr>
<td width="40%">
<strong>Passwort</strong>
</td>
<td>
<input class="eingabe" type="password" name="password" tabindex="2">
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td width="40%">
&nbsp;
</td>
<td>
<input type="submit" value="Login">
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<tr>
</table>
</td>
</tr>
</table>
<p align="center">
<br />
<br />
<a class="squarebutton_blue box" href="?action=reset"><span>Passwort&nbsp;vergessen</span></a>
</p>
<br />
<br />
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'anmeld') {?>
<meta http-equiv="refresh" content="0; URL=indexframe.php">
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'reset') {?>
<html>
<head>
<title>Passwort vergessen (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Pragma" content="no-cache">
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:200px;
}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery-1.5.1.min.js"><?php echo '</script'; ?>
>
<!-- DATEI GIBTS NICHT <?php echo '<script'; ?>
>!window.jQuery && document.write('<?php echo '<script'; ?>
src="jquery-1.4.3.min.js"><\/script>');<?php echo '</script'; ?>
>-->
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.mousewheel-3.0.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
<?php echo '</script'; ?>
>
</head>
<body onload="if(document.login)document.login.pwdback_mail.focus();return false;">
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">Passwort vergessen (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</div>
</div>
</div>
<div class="pat_list_box">
<p>
<?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 }?>
<p align="center">Bitte geben Sie Ihre registrierte Emailadresse ein!
<br>
</p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/deputat_icon.svg" height="100">
</td>
<td align="left">
<table width="100%">
<form action=?action=reset2 method="POST" name="login">
<tr>
<td width="40%">
<strong>Registrierte E-Mailadresse</strong>
</td>
<td>
<input class="eingabe" name="pwdback_mail" tabindex="1">
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td width="40%">
&nbsp;
</td>
<td>
<input type="submit" value="Abschicken">
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<tr>
</table>
</td>
</tr>
</table>
<p align="center">
<!--
<br />
<br />
<a class="squarebutton_blue box" href="?action=reset"><span>Passwort&nbsp;vergessen</span></a>
-->
</p>
<br />
<br />
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'reset2') {?>
<html>
<head>
<title>Passwort vergessen (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Pragma" content="no-cache">
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:200px;
}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery-1.5.1.min.js"><?php echo '</script'; ?>
>
<!-- DATEI GIBTS NICHT <?php echo '<script'; ?>
>!window.jQuery && document.write('<?php echo '<script'; ?>
src="jquery-1.4.3.min.js"><\/script>');<?php echo '</script'; ?>
>-->
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.mousewheel-3.0.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"><?php echo '</script'; ?>
>
</head>
<body>
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">Passwort vergessen (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</div>
</div>
</div>
<div class="pat_list_box">
<p align="center">
Bitte prüfen Sie Ihren Email-Posteingang für die weiteren Schritte.
</p>
<br />
<br />
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,242 @@
<?php
/* Smarty version 3.1.29, created on 2021-07-23 12:28:54
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/rangliste2.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_60fa99e627fbe7_40463020',
'file_dependency' =>
array (
'2564bdeb94fcd48de4ef9da1ef6d13b2dbae1597' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/rangliste2.html',
1 => 1627036090,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_60fa99e627fbe7_40463020 ($_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'; ?>
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;
}
</style>
</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>Rangliste 2 (Stand: <?php echo $_smarty_tpl->tpl_vars['create_time']->value;?>
)</b>
</legend>
<br>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150">
Export Rangliste 2:
</td>
<td>&nbsp;
<a href='rangliste2_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>
<br>
<br>
<table width="100%" border="1" cellspacing="0" cellpadding="0" rules="all">
<tr>
<td height="40" style="padding-left:5px">
<b>Ranglistenplatz 2 (<?php echo $_smarty_tpl->tpl_vars['dokverw_anzdb']->value;?>
)</b>
</td>
<td height="40" style="padding-left:5px">
<b>Name</b>
</td>
<td height="40" style="padding-left:5px">
<b>Mail</b>
</td>
<td height="40" style="padding-left:5px">
<b>ID</b>
</td>
<td height="40" style="padding-left:5px">
<b>Testdatum</b>
</td>
<td height="40" style="padding-left:5px">
<b>Testergebnis</b>
</td>
</tr>
<?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']++){
?>
<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)]['rangliste'];?>
</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">
<?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>
<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)]['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)]['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" 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>
</tr>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</table>
<br />
<br />
</fieldset>
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,44 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 11:11:10
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\verwaltung_frame.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f116b2e7b2917_55452263',
'file_dependency' =>
array (
'25f4e9c5ff3ba2eb8119caee547594f4f93118ee' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\verwaltung_frame.html',
1 => 1581066072,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f116b2e7b2917_55452263 ($_smarty_tpl) {
?>
<html>
<head>
<title>Deputatverwaltung</title>
<link type="text/css" rel="stylesheet" href="../css/styles_refill.css">
</head>
<frameset rows="1*" cols="250, 76%" border="0">
<frame name="menu_eingabe" scrolling="auto" marginwidth="10" marginheight="14" src="menu_verwaltung.php">
<frame name="eingabe_haupt" scrolling="yes" marginwidth="0" marginheight="0" src="termine.php">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>To view this page correctly, you need a Web browser that supports frames.</p>
</body>
</noframes>
</frameset>
</html><?php }
}

View File

@ -0,0 +1,496 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 10:10:22
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/register.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1945ee50b426_10958950',
'file_dependency' =>
array (
'27eefa59b845bcc597c3228b80d9a1b43278f14b' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/register.html',
1 => 1595482678,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1945ee50b426_10958950 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<head>
<title>Registrierung der Ausbildungsstellen BPM (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Pragma" content="no-cache">
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
.eingabe{
width:350px;
}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery-1.5.1.min.js"><?php echo '</script'; ?>
>
<!-- DATEI GIBTS NICHT <?php echo '<script'; ?>
>!window.jQuery && document.write('<?php echo '<script'; ?>
src="jquery-1.4.3.min.js"><\/script>');<?php echo '</script'; ?>
>-->
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.mousewheel-3.0.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
<?php echo '</script'; ?>
>
</head>
<body onload="if(document.login)document.login.username.focus();return false;">
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">Registrierung der Ausbildungsstellen BPM (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</div>
</div>
</div>
<div class="pat_list_box">
<p>
<?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 }?>
<p align="center">Herzlich willkommen, bitte registrieren Sie Ihre Ausbildungsstelle für das Einführungspraktikum im Studiengang Bachelor Public Management (BPM).<br>
Geben Sie dazu Ihre Zugangsdaten aus der E-Mail ein.
<br>
<br>
Sollten Sie sich bereits für <b><u><i>"Bachelor of Arts - Public Management"</i></u></b> registriert haben, dann melden Sie sich mit der hinterlegten Mailadresse<br>und <b><u>ihrem</u></b> Passwort im Ausbildungsstellenportal: <a href='https://www.hs-ludwigsburg.de/kurs/bpm/praxisstelle/'>https://www.hs-ludwigsburg.de/kurs/bpm/praxisstelle</a> an.
</p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/deputat_icon.svg" height="100">
</td>
<td align="left">
<form action=?action=anmeld method="POST" name="login">
<table width="100%" border="0">
<tr>
<td width="20%">
<strong>Benutzername:</strong>
</td>
<td>
<input class="eingabe" name="username" value='<?php echo $_smarty_tpl->tpl_vars['reg_uid']->value;?>
' tabindex="1">
</td>
</tr>
<tr>
<td width="20%">
<strong>Passwort:</strong>
</td>
<td>
<input class="eingabe" type='password' value='<?php echo $_smarty_tpl->tpl_vars['reg_tan']->value;?>
' name="password" tabindex="2">
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td width="20%">
&nbsp;
</td>
<td>
<input type="submit" value="Login">
</td>
</tr>
</table>
</td>
</tr>
</table>
<p align="center">
<!--
<br />
<br />
<a class="squarebutton_blue box" href="register.php"><span>Registrierung</span></a>
-->
</p>
<br />
<br />
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'anmeld') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Registrierung der Ausbildungsstellen 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="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>
<form action="?action=save" method='post' name='save'>
<?php if ($_smarty_tpl->tpl_vars['dst_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['dst_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset>
<legend>
<b>Ausbildungsstelle für das Einführungspraktikum registrieren</b>
</legend>
<br />
<br />
<table cellspacing="0" cellpadding="0" width="100%" border="0" class="StandardTable">
<tr>
<td width="15%">
<b>Art:</b>
</td>
<td>
<select name="art" size="5">
<option value="Gemeindeverwaltung" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'Gemeindeverwaltung') {?> selected <?php }?>}>Gemeindeverwaltung</option>
<option value="GVV" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'GVV') {?> selected <?php }?>}>GVV</option>
<option value="Landratsamt" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'Landratsamt') {?> selected <?php }?>}>Landratsamt</option>
<option value="Stadtverwaltung" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'Stadtverwaltung') {?> selected <?php }?>}>Stadtverwaltung</option>
<option value="VVG" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'VVG') {?> selected <?php }?>}>VVG</option>
</select>
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
<tr>
<tr>
<td width="15%">
<b>Behördenname:</b>
</td>
<td>
<input type="text" name="name" id="name" value="<?php echo $_smarty_tpl->tpl_vars['dst_name']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
<tr>
<tr>
<td width="15%">
<b>Straße:</b>
</td>
<td>
<input type="text" name="str" id="str" value="<?php echo $_smarty_tpl->tpl_vars['dst_str']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
<b>PLZ / Ort:</b>
</td>
<td>
<input type="text" name="plz" id="plz" value="<?php echo $_smarty_tpl->tpl_vars['dst_plz']->value;?>
" size="5"> <input type="text" name="ort" id="ort" value="<?php echo $_smarty_tpl->tpl_vars['dst_ort']->value;?>
" size="30">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
<b>Funktionsmailadresse:</b>
</td>
<td>
<input type="text" name="mail" id="mail" value="<?php echo $_smarty_tpl->tpl_vars['dst_mail']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td colspan="2"width="15%">
Geben Sie ein Passwort an, um sich im Ausbildungsstellenportal anmelden zu können.<br>
Damit haben Sie Zugang zu den Bewerberunterlagen:
</td>
</tr>
<tr>
<td width="15%">
<b>Passwort:</b>
</td>
<td>
<input name="pwd_prx" id="pwd_prx" type="password" value="<?php echo $_smarty_tpl->tpl_vars['dst_pwd']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
<b>Passwort wiederholen:</b>
</td>
<td>
<input name="pwd_prx_wied" id="pwd_prx_wied" type="password" value="<?php echo $_smarty_tpl->tpl_vars['dst_pwd_wied']->value;?>
" size="40">
</td>
</tr>
</table>
<br />
<br />
<br />
<b><u>Informationen</u></b>
<ul>
<li>Bitte beachten Sie, dass alle Felder Pflichtfelder sind.</li>
<li>Bitte geben Sie <b>KEINE</b> persönliche Mailadresse ein wie <u>vorname.nachname@...</u> sondern besser bspw. <u>ausbildung@...</u></li>
<li>Der Anmeldename im Ausbildungsstellenportal ist die angegebene E-Mailadresse sowie das hier angegebene Passwort.</li>
</ul>
<p align='center'>
<input type='submit' name='senden' value="Ausbildungsstelle registrieren">
</p>
<br />
</fieldset>
</form>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'save') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Registrierung der Ausbildungsstellen 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="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>
<fieldset>
<legend>
<b>Ausbildungsstelle registriert</b>
</legend>
<br>
Die Ausbildungsstelle wurde registriert<br>
Sie können sich nun mit ihrer Mailadresse und dem angebenen Passwort im Ausbildungsstellenportal anmelden:<br>
<br>
<a href='https://www.hs-ludwigsburg.de/kurs/bpm/praxisstelle/index.php'>https://www.hs-ludwigsburg.de/kurs/bpm/praxisstelle/index.php</a>
<br><br>
Die Registrierung ist abgeschlossen, das Fenster kann geschlossen werden.<br>
<br>
</fieldset>
</form>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,100 @@
<?php
/* Smarty version 3.1.29, created on 2020-08-05 16:56:32
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/status/logout.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f2ac8a07c2df0_87128647',
'file_dependency' =>
array (
'28a51641f09f2edd9afcdee2feca2fdaf4156f3d' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/status/logout.html',
1 => 1589181828,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f2ac8a07c2df0_87128647 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<title><?php echo $_smarty_tpl->tpl_vars['logout_titel']->value;?>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
</head>
<body onselectstart="return false" ondragstart="return false" oncontextmenu="return false" oncontext="return false">
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center"><?php echo $_smarty_tpl->tpl_vars['logout_titel']->value;?>
</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/deputat_icon.svg" height="100">
</td>
<td align="left">
<table width="100%">
<form action=?action=anmeld method="POST" name="login">
<tr>
<td width="100%" align="center">
<strong>Der Logout ist abgeschlossen!</strong>
<br>
Sie können das Fenster jetzt schließen.
</td>
</tr>
<tr>
<td width="100%" align="center">
&nbsp;
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<br />
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,65 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 14:06:18
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\praxisstelle\menu_verwaltung.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f11943a700955_49714624',
'file_dependency' =>
array (
'2a4fb4b42113af9c7f814ecbaf21d719fa99b1e5' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\praxisstelle\\menu_verwaltung.html',
1 => 1588765099,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f11943a700955_49714624 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Menu</title>
<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="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/js/jquery.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/js/accordion.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="livesearch/ajax.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="livesearch/ajax-dynamic-list.js"><?php echo '</script'; ?>
>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" onload="if(document.searchform)document.searchform.patrone.focus(); return false;">
<div class="accordion2">
<h3><span>Bewerbungen</span></h3>
<ul>
<li class="abstand"><a href="bewerbungen.php" target="eingabe_haupt"><span>Bewerbungen</span></a></li>
<li class="abstand"><a href="archiv.php" target="eingabe_haupt"><span>Archiv</span></a></li>
</ul>
</div>
</body>
</html>
<?php }
}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,587 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-24 11:43:49
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/upload.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1aad5529a692_35505625',
'file_dependency' =>
array (
'2fa11e2cf800ec4f9b0697f49d3eff265f540493' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/upload.html',
1 => 1595583757,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1aad5529a692_35505625 ($_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">
<style>
select{
width:330px;
}
</style>
</head>
<body>
<form action="?action=upload" method='post' name='upload'>
<?php if ($_smarty_tpl->tpl_vars['termine_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['termine_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset>
<legend>
<b>Import Testdaten</b>
</legend>
<br />
<br />
<p align="center">
<select name="testtermin" size=15>
<?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;
?>
<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)]['tm_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)]['tm_datum_form'];?>
- <?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'];?>
</option>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</select>
</p>
<br />
<p align='center'>
<input type='submit' name='senden' value="Datum wählen">
</p>
<br />
</fieldset>
</form>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
if ($_smarty_tpl->tpl_vars['action']->value == 'upload') {?>
<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>
<legend>
<b>Schritt 1: Dateien auswählen und hochladen</b>
</legend>
<table border="0" width="100%">
<tr>
<td width="30%" valign="top">
<ol>
<li>Die CSV-Dateien können nacheinander hochgeladen werden.</li>
<li>Roter Button anklicken, um die einzelne Datei vom PC auszuwählen</li>
<li>Danach "CSV-Hochladen..." klicken, so dass die Datei unter Schritt 2 angezeigt wird</li>
</ol>
</td>
</td>
<td width="40%">
<form action=?action=csvimp method="POST" enctype="multipart/form-data" name="csvimp">
<table border="0" cellpadding="0" cellspacing="0" width="100%" >
<tr>
<td width="100%"align="center" >
<div>
<input type="file" name="file" id="file-5" class="inputfile inputfile-4" />
<label for="file-5">
<figure>
<svg xmlns="http://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;'>CSV-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'; ?>
>
</td>
</tr>
<tr>
<td width="100%" align="center" colspan="2">
<input type="submit" class="button" value="CSV-Hochladen&hellip;" name="B1" size="20">
</td>
</tr>
</table>
</form>
</td>
<td width="30%">
&nbsp;
</td>
</tr>
</table>
</fieldset>
<br />
<br />
</body>
</html>
<?php }
if ($_smarty_tpl->tpl_vars['action']->value == 'csvimp') {?>
<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;
}
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;
}
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>
<legend>
<b>Schritt 2: Daten prüfen</b>
</legend>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tr>
<th>
<b>#</b>
</th>
<th>
<b>TAN</b>
</th>
<th>
<b>Name</b>
</th>
<th>
<b>Datum</b>
</th>
<th>
<b>Satzergänzung</b>
</th>
<th>
<b>Gemeinsamkeiten</b>
</th>
<!--
<th>
<b>Gemeinsamkeiten</b>
</th>
-->
<th>
<b>Rechenaufgaben</b>
</th>
<th>
<b>Zahlenreihen</b>
</th>
<th>
<b>Rechenzeichen</b>
</th>
<th>
<b>Matrizen</b>
</th>
<!--
<th>
<b>Verbale Intelligenz</b>
</th>
<th>
<b>Numerische Intelligenz</b>
</th>
-->
<th>
<b>Merkfähigkeit verbal</b>
</th>
<th>
<b>Summe Einzeltests</b>
</th>
<th>
<b>Gesamtergebnis</b>
</th>
</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']++){
$_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] = $__section_table_data1_1_iteration;
?>
<tr>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?php echo (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null);?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['tan'];?>
</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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['name'];?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['datum'];?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['satzerg_raw'];?>
</td>
<!--
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['analogie_raw'];?>
</td>
-->
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['gemeinsamkeiten_raw'];?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['rechenaufgaben_raw'];?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['zahlenreihen_raw'];?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['rechenzeichen_raw'];?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['matrizen_raw'];?>
</td>
<!--
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['verb_intelligenz_raw'];?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['num_intelligenz_raw'];?>
</td>
-->
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['merkf_raw'];?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['summe'];?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['bestanden'] == 1) {?>
bestanden
<?php } else { ?>
nicht bestanden
<?php }?>
</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>
<form action=?action=csvimp2 method="POST" name="csvimp2">
<table width="100%" border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#E7E8ED">
<tr>
<td width="70%" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
<b><font size="1">Auswahl</font></b>
</td>
<td width="30%" align="left" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
<b><font size="1">Markieren</font></b>
</td>
</tr>
<tr>
<td width="70%"><font size="1">Datens&auml;tze nicht importieren
</td>
<td width="30%"><font size="1"><input type="radio" name="import" value="0" checked>
</td>
</tr>
<tr>
<td width="70%"><font size="1">Datens&auml;tze importieren
</td>
<td width="30%"><font size="1"><input type="radio" name="import" value="1">
</td>
</tr>
<tr>
<td width="70%">
&nbsp;
</td>
<td width="30%">
&nbsp;
</td>
</tr>
<tr>
<td width="70%">
&nbsp;
</td width="30%">
<td>
<input type="submit" value="Abschicken" name="B1" size="20">
</td>
</tr>
</table>
</form>
</fieldset>
<br />
<br />
</body>
</html>
<?php }
if ($_smarty_tpl->tpl_vars['action']->value == 'csvimp2') {?>
<html>
<head>
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
<style>
select{
width:330px;
}
</style>
</head>
<body>
<fieldset>
<legend>
<b>Import beendet</b>
</legend>
<br />
<br />
<p align="center">
Der Import wurde beendet!
<br>
<br>
<?php if ($_smarty_tpl->tpl_vars['index_error']->value == '1') {?>
<table width="70%" class="errorTable" align="center">
<?php
$__section_table_data2_2_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2'] : false;
$__section_table_data2_2_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data2']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_data2_2_total = $__section_table_data2_2_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = new Smarty_Variable(array());
if ($__section_table_data2_2_total != 0) {
for ($__section_table_data2_2_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] = 0; $__section_table_data2_2_iteration <= $__section_table_data2_2_total; $__section_table_data2_2_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']++){
?>
<tr>
<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)]['hinweis'];?>
</td>
</tr>
<?php
}
}
if ($__section_table_data2_2_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = $__section_table_data2_2_saved;
}
?>
</table>
<?php }?>
</p>
<br />
<br />
</fieldset>
</form>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,432 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 14:06:18
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\praxisstelle\bewerbungen.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f11943a798d02_39678946',
'file_dependency' =>
array (
'32b7952fa60ab69f2aba731dfc8fcdc909e1e9b5' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\praxisstelle\\bewerbungen.html',
1 => 1594976238,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f11943a798d02_39678946 ($_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">
<link rel="stylesheet" href="../jquery/jquery-ui.css">
<link rel="stylesheet" href="../jquery/jquery.timepicker.min.css">
<?php echo '<script'; ?>
src="../jquery/jquery-1.12.4.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery-ui.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.culture.de-DE.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.mousewheel.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.timepicker.min.js"><?php echo '</script'; ?>
>
<style type="text/css">
.spinner {
width: 112px;
height: 15px;
font-size: 12px !important;
}
</style>
<style>
.StandardTable thead th{
background: lightgray;
border: 1px solid #656565;
font-size:12px;
font-family:Arial;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
}
textarea{
border: 1px solid #888;
height: 6.7em;
width: 48.5em;
}
select{
width:630px;
}
.row_0 {
background-color: #FFFFFF;
}
.row_1 {
background-color: #E1E8F1;
}
.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:6px 12px;
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;
}
.ButtonArchiv {
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;
}
.ButtonArchiv:hover {
background:linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
background-color:#eb675e;
}
.ButtonArchiv:active {
position:relative;
top:1px;
}
</style>
</head>
<body>
<fieldset>
<legend>
<b>Bewerbungen</b>
</legend>
<br />
<br />
<table cellspacing="0" cellpadding="0" width="100%" border="0" class="StandardTable">
<tr>
<td width="10%">
<b>Nr</b>
</td>
<td width="30%">
<b>Name</b>
</td>
<td width="20%">
<b>Testergebnis</b>
</td>
<td width="20%">
<b>Bewerbungsdatum</b>
</td>
<td width="10%">
<b>Auswahl</b>
</td>
<td width="10%">
<b>Ausblenden</b>
</td>
</tr>
<?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;
?>
<tr>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<?php echo (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null);?>
</td>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<?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 class="row_<?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)]['zaehler'];?>
" height='40'>
<?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'];?>
/ 133 Punkten
</td>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<?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)]['datum_form'];?>
</td>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<?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)]['showfiles'] == 1) {?>
<a href="?action=show&ka_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)]['ka_id'];?>
" class="ButtonAnzeigen">Daten anzeigen</a>
<?php }?>
</td>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<a href="?action=archive&wu_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)]['wu_id'];?>
" class="ButtonArchiv">Archivieren</a>
</td>
</tr>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</table>
<br />
<br />
</fieldset>
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'show') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Login der Praxisstellen 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;
}
.ButtonBack {
box-shadow: 0px 10px 14px -7px #276873;
background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
background-color:#599bb3;
border-radius:8px;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:20px;
font-weight:bold;
padding:13px 32px;
text-decoration:none;
text-shadow:0px 1px 0px #3d768a;
}
.ButtonBack:hover {
background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
background-color:#408c99;
}
.ButtonBack:active {
position:relative;
top:1px;
}
</style>
<link rel="stylesheet" type="text/css" href="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>
<fieldset class="fieldset2">
<legend class="legend1" align="center">
<b>Dokumentenportal</b>
</legend>
<?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>
<?php echo $_smarty_tpl->tpl_vars['dok_anrede']->value;?>
<br>
<?php echo $_smarty_tpl->tpl_vars['dok_vorname']->value;?>
<?php echo $_smarty_tpl->tpl_vars['dok_nachname']->value;?>
<br>
<?php echo $_smarty_tpl->tpl_vars['dok_str']->value;?>
<br>
<?php echo $_smarty_tpl->tpl_vars['dok_plz']->value;?>
<?php echo $_smarty_tpl->tpl_vars['dok_ort']->value;?>
<br>
</fieldset>
<br>
<br>
<fieldset>
<legend>
<b>Verfügbare Dokumente</b>
</legend>
<form action=?action=stelle method="POST" name="stelle">
<table cellspacing="0" cellpadding="2" width="100%" border="1">
<tr>
<td width="50">
<b>lfd.Nr.</b>
</td>
<td>
<b>Datei</b>
</td>
<td>
<b>Dokumentenbeschreibung</b>
</td>
<td>
<b>Dokumentendatum</b>
</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']++){
$_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] = $__section_table_data1_1_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 (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null);?>
</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)]['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'];?>
</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>
<?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'];?>
</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)]['datum_form'];?>
</td>
</tr>
<?php }?>
<?php
}
}
if ($__section_table_data1_1_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_1_saved;
}
?>
</table>
</fieldset>
<br />
<br />
<p align='center'>
<a href="?" class="ButtonBack">zurück</a>
</p>
</fieldset>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,313 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 09:32:39
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/praxisstellen_news.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f193d1775a473_17348633',
'file_dependency' =>
array (
'3961dd0fe7eb6d6ca13e78d1e9c060159a936e4e' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/praxisstellen_news.html',
1 => 1595482408,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f193d1775a473_17348633 ($_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'; ?>
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;
}
</style>
</head>
<body>
<form action="?action=save" method='post' name='save'>
<?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>Ausbildungsstellen News</b>
</legend>
<br />
<br />
<table width="100%" border="1" cellspacing="0" cellpadding="0" rules="all">
<tr>
<td height="40" style="padding-left:5px">
Überschrift:
</td>
<td style="padding-left:5px">
<input type="text" id="headline" name="headline" value="<?php echo $_smarty_tpl->tpl_vars['news_value_headline']->value;?>
" size="60">
</td>
</tr>
<tr>
<td height="40" style="padding-left:5px">
Inhalt:
</td>
<td style="padding-left:5px">
<textarea id='text' name='text'><?php echo $_smarty_tpl->tpl_vars['news_value_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'; ?>
>
</td>
</tr>
</table>
</p>
<br />
<br />
<p align='center'>
<input type='submit' name='senden' value="Speichern">
</p>
<br />
</form>
</fieldset>
<br />
<br />
<br />
<br />
<fieldset>
<legend>
<b>Erfasste News</b>
</legend>
<table cellspacing="0" cellpadding="2" width="100%" border="1">
<tr>
<td>
<b>Datum - Zeit</b>
</td>
<td>
<b>Überschrift</b>
</td>
<td>
<b>Anzeige</b>
</td>
<td align="center">
<b>Edit</b>
</td>
<tr>
<?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;
?>
<?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)]['pn_date_form'];?>
</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)]['pn_headline'];?>
</td>
<td>
<a class="ButtonAnzeigen box" 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)]['pn_headline'];?>
" href="?action=show&pn_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)]['pn_id'];?>
">Nachricht anzeigen</a>
</td>
<td align="center">
<a href=?edit=<?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)]['pn_id'];?>
><img title = "Termin bearbeiten" border="0" height=10 src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/edit.png"></a>
&nbsp;
<a href="?action=del&pn_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)]['pn_id'];?>
"><img title = 'Termin 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_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</table>
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'show') {?>
<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><?php echo $_smarty_tpl->tpl_vars['prx_show_headline']->value;?>
</b>
</legend>
<?php echo $_smarty_tpl->tpl_vars['prx_show_text']->value;?>
<br />
<br />
<br />
</form>
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,610 @@
<?php
/* Smarty version 3.1.29, created on 2022-02-09 07:10:51
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/termine_kandidat.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_62035aeb4620f4_74199114',
'file_dependency' =>
array (
'3bb1b93f62dd102922fad8e9877a2701af1092dc' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/termine_kandidat.html',
1 => 1644386822,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_62035aeb4620f4_74199114 ($_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:"termine_kandidat"},
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>Testtermin Kandidat anpassen</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>
<?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;
?>
<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)]['ka_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)]['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'];?>
</option>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</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>
<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">
<link rel="stylesheet" href="../jquery/jquery.timepicker.min.css">
<?php echo '<script'; ?>
src="../jquery/jquery-1.12.4.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery-ui.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.culture.de-DE.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.mousewheel.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.timepicker.min.js"><?php echo '</script'; ?>
>
<style type="text/css">
.spinner {
width: 112px;
height: 15px;
font-size: 12px !important;
}
</style>
<?php echo '<script'; ?>
>
$( function() {
$( ".spinner" ).spinner({
change: function (event, ui) {
<!--calc_erm_78();-->
},
spin: function (event, ui) {
<!--calc_erm_78();-->
},
start: function (event, ui) {
<!--calc_erm_78();-->
},
stop: function (event, ui) {
<!--calc_erm_78();-->
},
step: 1,
numberFormat: "i",
min:0,
decimals:0
});
Globalize.culture( "de-DE" );
} );
function trackKeys(evnt,regEx) {
var keyCode = evnt.keyCode ? evnt.keyCode : evnt.which;
return !!String.fromCharCode(keyCode).match(regEx);
}
//-->
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(function() {
$(".datepicker").datepicker({
prevText: '&#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-5:+5",
showButtonPanel : true,
altField : "#datepicker_input",
dateFormat : "dd.mm.yy",
showWeek: true
});
$.datepicker._gotoToday = function(id) {
$(id).datepicker('setDate', new Date()).datepicker('hide').blur();
}
});
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function(){
$('input.timepicker').timepicker({
timeFormat: 'HH:mm',
interval: 30,
minTime: '7',
maxTime: '18:00',
startTime: '7',
dynamic: false,
dropdown: true,
scrollbar: true
});
});
<?php echo '</script'; ?>
>
<style>
.StandardTable thead th{
background: lightgray;
border: 1px solid #656565;
font-size:12px;
font-family:Arial;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
}
textarea{
border: 1px solid #888;
height: 6.7em;
width: 48.5em;
}
select{
width:630px;
}
</style>
</head>
<body>
<?php if ($_smarty_tpl->tpl_vars['termine_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['termine_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<br />
<br />
<fieldset>
<legend>
<b>Erfasste Termine</b>
</legend>
Wählen Sie den neuen Termin für <b><u><?php echo $_smarty_tpl->tpl_vars['term_kand_anrede']->value;?>
<?php echo $_smarty_tpl->tpl_vars['term_kand_vorname']->value;?>
<?php echo $_smarty_tpl->tpl_vars['term_kand_nachname']->value;?>
</u></b> aus!<br>
<br>
Bisheriger Testtermin: <b><u><?php echo $_smarty_tpl->tpl_vars['term_kand_datum']->value;?>
<?php echo $_smarty_tpl->tpl_vars['term_kand_zeit']->value;?>
Uhr in <?php echo $_smarty_tpl->tpl_vars['term_kand_standort']->value;?>
</u></b>
<br>
<br>
<form action="?action=mail" method='post' name='mail'>
<table cellspacing="0" cellpadding="2" width="100%" border="1">
<tr>
<td>
<b>Auswahl</b>
</td>
<td>
<b>Testdatum</b>
</td>
<td>
<b>Uhrzeit</b>
</td>
<td>
<b>Standort</b>
</td>
<td>
<b>Freie Plätze</b>
</td>
<td>
<b>Gebäude / Raum</b>
</td>
<td>
<b>Verwendungszweck Überweisung</b>
</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']++){
$_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] = $__section_table_data1_1_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 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)]['restplatz'] != 0) {?>
<?php if ($_smarty_tpl->tpl_vars['term_kand_tm_id']->value != $_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_id']) {?>
<label for="<?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_id'];?>
"><input type="radio" 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)]['tm_id'];?>
" 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)]['tm_id'];?>
" name="tm_id" size="20"></label>
<?php }?>
<?php }?>
</td>
<td>
<label for="<?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_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)]['datum'];?>
</label>
</td>
<td>
<label for="<?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_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)]['zeit'];?>
</label>
</td>
<td>
<label for="<?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_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)]['standort_form'];?>
</label>
</td>
<td>
<label for="<?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_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)]['restplatz'];?>
/ <?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_plaetze'];?>
</label>
</td>
<td>
<label for="<?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_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)]['tm_raum'];?>
</label>
</td>
<td>
<label for="<?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_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)]['tm_referenznr'];?>
</label>
</td>
</tr>
<?php }?>
<?php
}
}
if ($__section_table_data1_1_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_1_saved;
}
?>
</table>
<br />
<p align='center'>
<input type='submit' name='senden' value="Abschicken">
</p>
<br />
</form>
</fieldset>
</form>
<br />
<br />
<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">
<?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>Mailtext</b>
</legend>
<br />
<br />
<font color='red'>Formulieren Sie ein Anschreiben an den Kandidaten, dass sein Termin verlegt wird.</font>
<br />
<br />
</font>
<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">
Absender:
</td>
<td style="padding-left:5px">
<select name="absender">
<option value="Kehl" selected>Kehl</option>
<option value="Ludwigsburg">Ludwigsburg</option>
</select>
</td>
</tr>
<tr>
<td width="200" height="40" style="padding-left:5px">
Empfänger:
</td>
<td style="padding-left:5px">
<?php echo $_smarty_tpl->tpl_vars['mtupd_mailadressen_an']->value;?>
<input type="hidden" name="empfaenger_an" id="empfaenger_an" size="101" value="<?php echo $_smarty_tpl->tpl_vars['mtupd_mailadressen_an']->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="" size="60">
</td>
</tr>
<tr>
<td height="40" style="padding-left:5px">
Mailtext:
</td>
<td style="padding-left:5px">
<textarea id='text' name='text'></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'; ?>
>
</td>
</tr>
</table>
</p>
<br />
<br />
<p align='center'>
<input type='submit' name='senden' value="Mail 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>
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,584 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 11:11:10
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\termine.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f116b2e87b8c4_42119165',
'file_dependency' =>
array (
'3dfa05f0efcbe5b3b9d2ff0029729cf9ed2d73e6' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\termine.html',
1 => 1588166062,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f116b2e87b8c4_42119165 ($_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">
<link rel="stylesheet" href="../jquery/jquery-ui.css">
<link rel="stylesheet" href="../jquery/jquery.timepicker.min.css">
<?php echo '<script'; ?>
src="../jquery/jquery-1.12.4.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery-ui.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.culture.de-DE.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.mousewheel.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.timepicker.min.js"><?php echo '</script'; ?>
>
<style type="text/css">
.spinner {
width: 112px;
height: 15px;
font-size: 12px !important;
}
</style>
<?php echo '<script'; ?>
>
$( function() {
$( ".spinner" ).spinner({
change: function (event, ui) {
<!--calc_erm_78();-->
},
spin: function (event, ui) {
<!--calc_erm_78();-->
},
start: function (event, ui) {
<!--calc_erm_78();-->
},
stop: function (event, ui) {
<!--calc_erm_78();-->
},
step: 1,
numberFormat: "i",
min:0,
decimals:0
});
Globalize.culture( "de-DE" );
} );
function trackKeys(evnt,regEx) {
var keyCode = evnt.keyCode ? evnt.keyCode : evnt.which;
return !!String.fromCharCode(keyCode).match(regEx);
}
//-->
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(function() {
$(".datepicker").datepicker({
prevText: '&#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-5:+5",
showButtonPanel : true,
altField : "#datepicker_input",
dateFormat : "dd.mm.yy",
showWeek: true
});
$.datepicker._gotoToday = function(id) {
$(id).datepicker('setDate', new Date()).datepicker('hide').blur();
}
});
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function(){
$('input.timepicker').timepicker({
timeFormat: 'HH:mm',
interval: 30,
minTime: '7',
maxTime: '18:00',
startTime: '7',
dynamic: false,
dropdown: true,
scrollbar: true
});
});
<?php echo '</script'; ?>
>
<style>
.StandardTable thead th{
background: lightgray;
border: 1px solid #656565;
font-size:12px;
font-family:Arial;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
}
textarea{
border: 1px solid #888;
height: 6.7em;
width: 48.5em;
}
select{
width:630px;
}
</style>
</head>
<body>
<form action="?action=save" method='post' name='erfassen'>
<?php if ($_smarty_tpl->tpl_vars['termine_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['termine_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset>
<legend>
<b>Termine erfassen</b>
</legend>
<br />
<br />
<table cellspacing="0" cellpadding="0" width="100%" border="0" class="StandardTable">
<tr>
<td width="30%">
Testdatum:
</td>
<td>
<input type="text" class="datepicker" name="tm_datum" id="tm_datum" value="<?php echo $_smarty_tpl->tpl_vars['termine_value_datum']->value;?>
">
</td>
</tr>
<tr>
<td width="30%">&nbsp;
</td>
<td>&nbsp;
</td>
<tr>
<tr>
<td width="30%">
Uhrzeit:
</td>
<td>
<input type="text" class="timepicker" name="tm_zeit" id="tm_datum" value="<?php echo $_smarty_tpl->tpl_vars['termine_value_zeit']->value;?>
" onKeypress="return trackKeys(event,/[0-9,:]/);">
</td>
</tr>
<tr>
<td width="30%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="30%">
Maximale Teilnehmerzahl:
</td>
<td valign="top">
<input type="text" class="spinner" name="tm_plaetze" id="max_tn" value="<?php echo $_smarty_tpl->tpl_vars['termine_value_tm_plaetze']->value;?>
" onKeypress="return trackKeys(event,/[0-9,]/);">
</td>
</tr>
<tr>
<td width="30%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="30%">
Standort:
</td>
<td valign="top">
<label for="K"><input type="radio" value="K" id="K" <?php if ($_smarty_tpl->tpl_vars['termine_value_tm_standort']->value == "K") {?>checked<?php }?> name="tm_standort" width="30%"> Kehl</label><br>
<label for="L"><input type="radio" value="L" id="L" <?php if ($_smarty_tpl->tpl_vars['termine_value_tm_standort']->value == "L") {?>checked<?php }?> name="tm_standort" width="30%"> Ludwigsburg</label>
</td>
</tr>
<tr>
<td width="30%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="30%">
Gebäude / Raum:
</td>
<td valign="top">
<input type="text" name="tm_raum" id="tm_raum" value="<?php echo $_smarty_tpl->tpl_vars['termine_value_tm_raum']->value;?>
" width="30">
</td>
</tr>
<tr>
<td width="30%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td>
Verwendungszweck Überweisung:
</td>
<td valign="top">
<input type="text" name="tm_referenznr" id="tm_referenznr" value="<?php echo $_smarty_tpl->tpl_vars['termine_value_tm_referenznr']->value;?>
" width="30">
</td>
</tr>
<tr>
<td>&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
</table>
<br />
<p align='center'>
<input type='submit' name='senden' value="Termin speichern">
</p>
<br />
</fieldset>
</form>
<br />
<br />
<fieldset>
<legend>
<b>Erfasste Termine</b>
</legend>
<table cellspacing="0" cellpadding="2" width="100%" border="1">
<tr>
<td>
<b>lfd.Nr.</b>
</td>
<td>
<b>Testdatum</b>
</td>
<td>
<b>Uhrzeit</b>
</td>
<td>
<b>Standort</b>
</td>
<td>
<b>Freie Plätze</b>
</td>
<td>
<b>Gebäude / Raum</b>
</td>
<td>
<b>Verwendungszweck Überweisung</b>
</td>
<td align="center">
<b>Edit</b>
</td>
<tr>
<?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;
?>
<?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 (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null);?>
</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)]['datum'];?>
</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)]['zeit'];?>
</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)]['standort_form'];?>
</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)]['restplatz'];?>
/ <?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_plaetze'];?>
</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)]['tm_raum'];?>
</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)]['tm_referenznr'];?>
</td>
<td align="center">
<a href=?edit=<?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_id'];?>
><img title = "Termin bearbeiten" border="0" height=10 src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/edit.png"></a>
&nbsp;
<?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)]['tm_disable'] == 0) {?>
<img title = 'Termin bereits gebucht' border="0" height=10 src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/drop_grey.png">
<?php } else { ?>
<a href="?action=del&tm_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)]['tm_id'];?>
"><img title = 'Termin l&ouml;schen' border="0" height=10 src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/drop.png"></a>
<?php }?>
</td>
</tr>
<?php }?>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</table>
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'mailterminupdate') {?>
<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>Mailtext</b>
</legend>
<br />
<br />
<font color='red'>Zu dem Termin haben sich bereits Kandidaten eingebucht. Ihnen muss die Veränderung mitgeteilt werden.<br>
Sofern noch kein Test geschrieben wurde, kann der Kandidat auch wieder gelöscht werden. Dann wird die Hogrefe TAN wieder frei und die Gebühr muss nicht bezahlt werden.
<br />
<br />
</font>
<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">
Absender:
</td>
<td style="padding-left:5px">
<select name="absender">
<option value="Kehl" selected>Kehl</option>
<option value="Ludwigsburg">Ludwigsburg</option>
</select>
</td>
</tr>
<tr>
<td width="200" height="40" style="padding-left:5px">
Empfänger:
</td>
<td style="padding-left:5px">
<?php echo $_smarty_tpl->tpl_vars['mtupd_mailadressen_an']->value;?>
<input type="hidden" name="empfaenger_an" id="empfaenger_an" size="101" value="<?php echo $_smarty_tpl->tpl_vars['mtupd_mailadressen_an']->value;?>
">
</td>
</tr>
<tr>
<td height="40" style="padding-left:5px">
Empfänger BCC:
</td>
<td style="padding-left:5px">
<?php echo $_smarty_tpl->tpl_vars['mtupd_mailadressen_bcc']->value;?>
<input type="hidden" name="empfaenger_bcc" id="empfaenger_bcc" size="101" value="<?php echo $_smarty_tpl->tpl_vars['mtupd_mailadressen_bcc']->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="" size="60">
</td>
</tr>
<tr>
<td height="40" style="padding-left:5px">
Mailtext:
</td>
<td style="padding-left:5px">
<textarea id='text' name='text'></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'; ?>
>
</td>
</tr>
</table>
</p>
<br />
<br />
<p align='center'>
<input type='submit' name='senden' value="Mail 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>
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,541 @@
<?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 }
}
}

View File

@ -0,0 +1,96 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 10:36:44
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/logout.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f194c1c38e4b2_24995387',
'file_dependency' =>
array (
'44cbecbe8070c8c8330f7f71b1d24100f74266d7' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/logout.html',
1 => 1589181794,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f194c1c38e4b2_24995387 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<head>
<title><?php echo $_smarty_tpl->tpl_vars['logout_titel']->value;?>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
</head>
<body onload="if(document.login)document.login.user.focus();return false;">
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center"><?php echo $_smarty_tpl->tpl_vars['logout_titel']->value;?>
</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/deputat_icon.svg" height="100">
</td>
<td align="left">
<table width="100%">
<form action=?action=anmeld method="POST" name="login">
<tr>
<td width="100%" align="center">
<strong>Der Logout ist abgeschlossen!</strong>
<br>
Sie können das Fenster jetzt schließen.
</td>
</tr>
<tr>
<td width="100%" align="center">
&nbsp;
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<br />
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,257 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-20 08:46:01
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\dokverw.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f153da9b27923_97308838',
'file_dependency' =>
array (
'47241d3918afeb51382a8e2667dd4975ca078ee3' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\dokverw.html',
1 => 1589520537,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f153da9b27923_97308838 ($_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'; ?>
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;
}
</style>
</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>Dokumentenverwaltung</b>
</legend>
<br />
<br />
<h2>Dateien, die in der Datenbank sind, werden werden geprüft, ob sie auf dem Server vorhanden sind</h2>
<table width="100%" border="1" cellspacing="0" cellpadding="0" rules="all">
<tr>
<td height="40" style="padding-left:5px" width='20%'>
<b>Name</b>
</td>
<td height="40" style="padding-left:5px" width='60%'>
<b>Datei</b>
</td>
<td height="40" style="padding-left:5px" width='20%'>
<b>Existenz (Anzahl: <?php echo $_smarty_tpl->tpl_vars['dokverw_anzdb']->value;?>
)</b>
</td>
</tr>
<?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']++){
?>
<tr>
<td height="40" style="padding-left:5px" width='20%'>
<?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" width='60%'>
<?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)]['file'];?>
</td>
<td height="40" style="padding-left:5px" width='20%'>
<?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'] == 0) {?>
<a href="?action=deldb&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'];?>
" class="ButtonDel">Auf DB löschen</a>
<?php }?>
<?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) {?>
vorhanden
<?php }?>
</td>
</tr>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</table>
</p>
<h2>Dateien, die auf dem Server liegen, werden geprüft, ob sie in der Datenbank bekannt sind</h2>
<table width="100%" border="1" cellspacing="0" cellpadding="0" rules="all">
<tr>
<td height="40" style="padding-left:5px" width='20%'>
<b>Name</b>
</td>
<td height="40" style="padding-left:5px" width='60%'>
<b>Datei</b>
</td>
<td height="40" style="padding-left:5px" width='20%'>
<b>Existenz (Anzahl: <?php echo $_smarty_tpl->tpl_vars['dokverw_anzserver']->value;?>
)</b>
</td>
</tr>
<?php
$__section_table_data2_1_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2'] : false;
$__section_table_data2_1_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data2']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_data2_1_total = $__section_table_data2_1_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = new Smarty_Variable(array());
if ($__section_table_data2_1_total != 0) {
for ($__section_table_data2_1_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] = 0; $__section_table_data2_1_iteration <= $__section_table_data2_1_total; $__section_table_data2_1_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']++){
?>
<tr>
<td height="40" style="padding-left:5px" width='20%'>
<?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)]['nachname'];?>
, <?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)]['vorname'];?>
</td>
<td height="40" style="padding-left:5px" width='60%'>
<?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)]['file'];?>
</td>
<td height="40" style="padding-left:5px" width='20%'>
<?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)]['exists'] == 0) {?>
<a href="?action=delserver&file=<?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)]['file'];?>
" class="ButtonDel">Auf Server löschen</a>
<?php }?>
<?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)]['exists'] == 1) {?>
vorhanden
<?php }?>
</td>
</tr>
<?php
}
}
if ($__section_table_data2_1_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = $__section_table_data2_1_saved;
}
?>
</table>
<br />
<br />
</fieldset>
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,44 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 14:06:18
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\praxisstelle\verwaltung_frame.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f11943a653f60_68797728',
'file_dependency' =>
array (
'49ce90715945601d36f8e6ea19580c699864b275' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\praxisstelle\\verwaltung_frame.html',
1 => 1588758046,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f11943a653f60_68797728 ($_smarty_tpl) {
?>
<html>
<head>
<title>Deputatverwaltung</title>
<link type="text/css" rel="stylesheet" href="../css/styles_refill.css">
</head>
<frameset rows="1*" cols="250, 76%" border="0">
<frame name="menu_eingabe" scrolling="auto" marginwidth="10" marginheight="14" src="menu_verwaltung.php">
<frame name="eingabe_haupt" scrolling="yes" marginwidth="0" marginheight="0" src="bewerbungen.php">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>To view this page correctly, you need a Web browser that supports frames.</p>
</body>
</noframes>
</frameset>
</html><?php }
}

View File

@ -0,0 +1,111 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 07:28:41
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\praxisstelle\titel.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1920094cc043_05651724',
'file_dependency' =>
array (
'4aa32f118e50a850a75ab4e1bb9ebdfa7e14cff6' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\praxisstelle\\titel.html',
1 => 1595482084,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1920094cc043_05651724 ($_smarty_tpl) {
?>
<html>
<head>
<title>Testseite</title>
<meta name="generator" content="Namo WebEditor">
<base target="detail">
<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="../ajaxtabs/ajaxtabs.js">
/***********************************************
* Ajax Tabs Content script v2.2- <20> Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
<?php echo '</script'; ?>
>
</head>
<style type="text/css">
body {
background-image: url("templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/backgr/ground.png");
background-repeat: repeat-x;
background-position: left -1614px;
}
</style>
<body>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="80%" height="60" valign="top">
<h2>BPM Ausbildungsstellenportal: <?php echo $_smarty_tpl->tpl_vars['prx_stellenbezeichnung']->value;?>
</h2>
</td>
<td width="20%" valign="top">
<p align="right"><a class="navbar" href="logout.php" target="_parent">Logout</a></p>
</td>
<td width="25">&nbsp;</td>
</tr>
</table>
<div id="filltab" class="animatedtabs">
<ul>
<li><a href="hauptframe.php" selected><span><img src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/home.svg" width="20"></span></a></li>
<li><a href="verwaltung_frame.php"><span>Ausbildungsstellenverwaltung</span></a></li>
<li><a href="profil.php"><span>Profil</span></a></li>
<!--
<?php if ($_smarty_tpl->tpl_vars['titel_admin']->value == '1') {?>
<li><a href="admin_frame.php" ><span>Adminbereich</span></a></li>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['titel_ausschuss']->value == '1') {?>
<li><a href="ausschuss_frame.php" ><span>Ausschussbereich</span></a></li>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['titel_beteiligte']->value == '1') {?>
<li><a href="beteiligte_frame.php" ><span>Beteiligtenbereich</span></a></li>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['titel_gutachter']->value == '1') {?>
<li><a href="gutachter_frame.php" ><span>Gutachterbereich</span></a></li>
<?php }?>
-->
<!--
<li><a href="link.php"><span>Gutachterbereich</span></a></li>
<li><a href="link.php"><span>Beteiligtenbereich</span></a></li>
<li><a href="link.php"><span>Ausschussbereich</span></a></li>
-->
</ul>
</div>
</body>
</html><?php }
}

View File

@ -0,0 +1,257 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-24 09:43:11
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/dokverw.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1a910f247699_42104017',
'file_dependency' =>
array (
'52c788b82ebf8155418ecbcecf144c2a70c67899' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/dokverw.html',
1 => 1589520536,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1a910f247699_42104017 ($_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'; ?>
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;
}
</style>
</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>Dokumentenverwaltung</b>
</legend>
<br />
<br />
<h2>Dateien, die in der Datenbank sind, werden werden geprüft, ob sie auf dem Server vorhanden sind</h2>
<table width="100%" border="1" cellspacing="0" cellpadding="0" rules="all">
<tr>
<td height="40" style="padding-left:5px" width='20%'>
<b>Name</b>
</td>
<td height="40" style="padding-left:5px" width='60%'>
<b>Datei</b>
</td>
<td height="40" style="padding-left:5px" width='20%'>
<b>Existenz (Anzahl: <?php echo $_smarty_tpl->tpl_vars['dokverw_anzdb']->value;?>
)</b>
</td>
</tr>
<?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']++){
?>
<tr>
<td height="40" style="padding-left:5px" width='20%'>
<?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" width='60%'>
<?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)]['file'];?>
</td>
<td height="40" style="padding-left:5px" width='20%'>
<?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'] == 0) {?>
<a href="?action=deldb&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'];?>
" class="ButtonDel">Auf DB löschen</a>
<?php }?>
<?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) {?>
vorhanden
<?php }?>
</td>
</tr>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</table>
</p>
<h2>Dateien, die auf dem Server liegen, werden geprüft, ob sie in der Datenbank bekannt sind</h2>
<table width="100%" border="1" cellspacing="0" cellpadding="0" rules="all">
<tr>
<td height="40" style="padding-left:5px" width='20%'>
<b>Name</b>
</td>
<td height="40" style="padding-left:5px" width='60%'>
<b>Datei</b>
</td>
<td height="40" style="padding-left:5px" width='20%'>
<b>Existenz (Anzahl: <?php echo $_smarty_tpl->tpl_vars['dokverw_anzserver']->value;?>
)</b>
</td>
</tr>
<?php
$__section_table_data2_1_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2'] : false;
$__section_table_data2_1_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data2']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_data2_1_total = $__section_table_data2_1_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = new Smarty_Variable(array());
if ($__section_table_data2_1_total != 0) {
for ($__section_table_data2_1_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] = 0; $__section_table_data2_1_iteration <= $__section_table_data2_1_total; $__section_table_data2_1_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']++){
?>
<tr>
<td height="40" style="padding-left:5px" width='20%'>
<?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)]['nachname'];?>
, <?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)]['vorname'];?>
</td>
<td height="40" style="padding-left:5px" width='60%'>
<?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)]['file'];?>
</td>
<td height="40" style="padding-left:5px" width='20%'>
<?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)]['exists'] == 0) {?>
<a href="?action=delserver&file=<?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)]['file'];?>
" class="ButtonDel">Auf Server löschen</a>
<?php }?>
<?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)]['exists'] == 1) {?>
vorhanden
<?php }?>
</td>
</tr>
<?php
}
}
if ($__section_table_data2_1_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = $__section_table_data2_1_saved;
}
?>
</table>
<br />
<br />
</fieldset>
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,44 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 09:46:27
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/verwaltung_frame.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f19405348df82_81689024',
'file_dependency' =>
array (
'5424b724a84aeac8cb8dce939f4d3d0072402813' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/verwaltung_frame.html',
1 => 1595490382,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f19405348df82_81689024 ($_smarty_tpl) {
?>
<html>
<head>
<title>Deputatverwaltung</title>
<link type="text/css" rel="stylesheet" href="../css/styles_refill.css">
</head>
<frameset rows="1*" cols="300, 76%" border="0">
<frame name="menu_eingabe" scrolling="auto" marginwidth="10" marginheight="14" src="menu_verwaltung.php">
<frame name="eingabe_haupt" scrolling="yes" marginwidth="0" marginheight="0" src="termine.php">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>To view this page correctly, you need a Web browser that supports frames.</p>
</body>
</noframes>
</frameset>
</html><?php }
}

View File

@ -0,0 +1,56 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 11:11:06
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\hauptframe.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f116b2a1652d0_55478681',
'file_dependency' =>
array (
'5763262bd9e7a4a8570edc1959ea0e35479937e5' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\hauptframe.html',
1 => 1594976081,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f116b2a1652d0_55478681 ($_smarty_tpl) {
?>
<html>
<head>
<title>BPM Administration</title>
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>Willkommen</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<tr>
<td align="center">
<b>Willkommen bei der BPM Administration</b>
<br />
<br />
<br />
Wählen Sie oben einen Reiter aus, um den gewünschten Bereich zu administrieren.
</td>
</tr>
</table>
</div>
</body>
</html><?php }
}

View File

@ -0,0 +1,56 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 09:10:29
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/hauptframe.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1937e56c88b0_58091290',
'file_dependency' =>
array (
'605a58f425936afdcbd632deb7da22c44a9fc3f1' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/hauptframe.html',
1 => 1594976080,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1937e56c88b0_58091290 ($_smarty_tpl) {
?>
<html>
<head>
<title>BPM Administration</title>
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>Willkommen</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="90%">
<tr>
<td align="center">
<b>Willkommen bei der BPM Administration</b>
<br />
<br />
<br />
Wählen Sie oben einen Reiter aus, um den gewünschten Bereich zu administrieren.
</td>
</tr>
</table>
</div>
</body>
</html><?php }
}

View File

@ -0,0 +1,368 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 07:28:23
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\praxisstelle\index.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f191ff7dddeb4_24603509',
'file_dependency' =>
array (
'6131eef8389f0da278cae70d1c940590e114689a' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\praxisstelle\\index.html',
1 => 1595482008,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f191ff7dddeb4_24603509 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<head>
<title>Login der Ausbildungsstellen BPM (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Pragma" content="no-cache">
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:200px;
}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery-1.5.1.min.js"><?php echo '</script'; ?>
>
<!-- DATEI GIBTS NICHT <?php echo '<script'; ?>
>!window.jQuery && document.write('<?php echo '<script'; ?>
src="jquery-1.4.3.min.js"><\/script>');<?php echo '</script'; ?>
>-->
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.mousewheel-3.0.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
<?php echo '</script'; ?>
>
</head>
<body onload="if(document.login)document.login.username.focus();return false;">
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">Login der Ausbildungsstellen BPM (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</div>
</div>
</div>
<div class="pat_list_box">
<p>
<?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 }?>
<p align="center">Herzlich willkommen, bitte loggen Sie sich mit Ihren registrierten Zugangsdaten ein.
<br>
</p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/deputat_icon.svg" height="100">
</td>
<td align="left">
<table width="100%">
<form action=?action=anmeld method="POST" name="login">
<tr>
<td width="40%">
<strong>E-Mailadresse</strong>
</td>
<td>
<input class="eingabe" name="username" tabindex="1">
</td>
</tr>
<tr>
<td width="40%">
<strong>Passwort</strong>
</td>
<td>
<input class="eingabe" type="password" name="password" tabindex="2">
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td width="40%">
&nbsp;
</td>
<td>
<input type="submit" value="Login">
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<tr>
</table>
</td>
</tr>
</table>
<p align="center">
<br />
<br />
<a class="squarebutton_blue box" href="?action=reset"><span>Passwort&nbsp;vergessen</span></a>
</p>
<br />
<br />
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'anmeld') {?>
<meta http-equiv="refresh" content="0; URL=indexframe.php">
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'reset') {?>
<html>
<head>
<title>Passwort vergessen (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Pragma" content="no-cache">
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:200px;
}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery-1.5.1.min.js"><?php echo '</script'; ?>
>
<!-- DATEI GIBTS NICHT <?php echo '<script'; ?>
>!window.jQuery && document.write('<?php echo '<script'; ?>
src="jquery-1.4.3.min.js"><\/script>');<?php echo '</script'; ?>
>-->
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.mousewheel-3.0.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
<?php echo '</script'; ?>
>
</head>
<body onload="if(document.login)document.login.pwdback_mail.focus();return false;">
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">Passwort vergessen (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</div>
</div>
</div>
<div class="pat_list_box">
<p>
<?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 }?>
<p align="center">Bitte geben Sie Ihre registrierte Emailadresse ein!
<br>
</p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/deputat_icon.svg" height="100">
</td>
<td align="left">
<table width="100%">
<form action=?action=reset2 method="POST" name="login">
<tr>
<td width="40%">
<strong>Registrierte E-Mailadresse</strong>
</td>
<td>
<input class="eingabe" name="pwdback_mail" tabindex="1">
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td width="40%">
&nbsp;
</td>
<td>
<input type="submit" value="Abschicken">
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<tr>
</table>
</td>
</tr>
</table>
<p align="center">
<!--
<br />
<br />
<a class="squarebutton_blue box" href="?action=reset"><span>Passwort&nbsp;vergessen</span></a>
-->
</p>
<br />
<br />
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'reset2') {?>
<html>
<head>
<title>Passwort vergessen (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Pragma" content="no-cache">
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:200px;
}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery-1.5.1.min.js"><?php echo '</script'; ?>
>
<!-- DATEI GIBTS NICHT <?php echo '<script'; ?>
>!window.jQuery && document.write('<?php echo '<script'; ?>
src="jquery-1.4.3.min.js"><\/script>');<?php echo '</script'; ?>
>-->
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.mousewheel-3.0.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"><?php echo '</script'; ?>
>
</head>
<body>
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">Passwort vergessen (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</div>
</div>
</div>
<div class="pat_list_box">
<p align="center">
Bitte prüfen Sie Ihren Email-Posteingang für die weiteren Schritte.
</p>
<br />
<br />
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,85 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 11:11:10
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\menu_verwaltung.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f116b2e8eb260_75650350',
'file_dependency' =>
array (
'66361ad56e4cf943366dd5ccf0ae604c9d7bd8fc' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\menu_verwaltung.html',
1 => 1594906157,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f116b2e8eb260_75650350 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Menu</title>
<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="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/js/jquery.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/js/accordion.js"><?php echo '</script'; ?>
>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<form action="?action=suche" method='post' name='searchform'>
<div class="accordion2">
<h3><span>Termine</span></h3>
<ul>
<li class="abstand"><a href="termine.php" target="eingabe_haupt"><span>Testtermine</span></a></li>
<li class="abstand"><a href="termine_kandidat.php" target="eingabe_haupt"><span>Testtermin Kandidat</span></a></li>
</ul>
<h3><span>Test</span></h3>
<ul>
<li class="abstand"><a href="kand_del.php" target="eingabe_haupt"><span>Kandidat löschen</span></a></li>
<li class="abstand"><a href="liste_tn.php" target="eingabe_haupt"><span>Teilnehmerliste</span></a></li>
<li class="abstand"><a href="upload.php" target="eingabe_haupt"><span>Import Testdaten</span></a></li>
<li class="abstand"><a href="ergebnisse.php" target="eingabe_haupt"><span>Testergebnisse</span></a></li>
<li class="abstand"><a href="mail_test.php" target="eingabe_haupt"><span>Mail an Testteilnehmer</span></a></li>
<li class="abstand"><a href="rangliste2.php" target="eingabe_haupt"><span>Rangliste 2</span></a></li>
</ul>
<h3><span>Bewerber</span></h3>
<ul>
<li class="abstand"><a href="bewerber_daten.php" target="eingabe_haupt"><span>Bewerberdaten</span></a></li>
<li class="abstand"><a href="datencheck.php" target="eingabe_haupt"><span>Datencheck</span></a></li>
</ul>
<!--
<h3><span onmousemove="if(document.searchform)document.searchform.patrone.focus();return false;">Suche nach ID</span></h3>
<ul>
<li class="abstand"> <input class="eingabe_search" type="text" id="suchid" name="suchid" onkeyup="ajax_showOptions(this,'getWord',event)"></li>
<p align="right"><input type="submit" value="suche" name="b1" /></p> <!-- Auf Button kann verzichtet werden
</ul>
-->
</div>
</form>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,432 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 14:06:30
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\praxisstelle\archiv.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f119446a3d778_46521543',
'file_dependency' =>
array (
'69ad669f8f5c63a0de7f42c01775d60ab962847b' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\praxisstelle\\archiv.html',
1 => 1594976238,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f119446a3d778_46521543 ($_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">
<link rel="stylesheet" href="../jquery/jquery-ui.css">
<link rel="stylesheet" href="../jquery/jquery.timepicker.min.css">
<?php echo '<script'; ?>
src="../jquery/jquery-1.12.4.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery-ui.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.culture.de-DE.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.mousewheel.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.timepicker.min.js"><?php echo '</script'; ?>
>
<style type="text/css">
.spinner {
width: 112px;
height: 15px;
font-size: 12px !important;
}
</style>
<style>
.StandardTable thead th{
background: lightgray;
border: 1px solid #656565;
font-size:12px;
font-family:Arial;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
}
textarea{
border: 1px solid #888;
height: 6.7em;
width: 48.5em;
}
select{
width:630px;
}
.row_0 {
background-color: #FFFFFF;
}
.row_1 {
background-color: #E1E8F1;
}
.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:6px 12px;
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;
}
.ButtonArchiv {
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;
}
.ButtonArchiv:hover {
background:linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
background-color:#eb675e;
}
.ButtonArchiv:active {
position:relative;
top:1px;
}
</style>
</head>
<body>
<fieldset>
<legend>
<b>Bewerbungen</b>
</legend>
<br />
<br />
<table cellspacing="0" cellpadding="0" width="100%" border="0" class="StandardTable">
<tr>
<td width="10%">
<b>Nr</b>
</td>
<td width="30%">
<b>Name</b>
</td>
<td width="20%">
<b>Testergebnis</b>
</td>
<td width="20%">
<b>Bewerbungsdatum</b>
</td>
<td width="10%">
<b>Auswahl</b>
</td>
<td width="10%">
<b>Einblenden</b>
</td>
</tr>
<?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;
?>
<tr>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<?php echo (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null);?>
</td>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<?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 class="row_<?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)]['zaehler'];?>
" height='40'>
<?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'];?>
/ 133 Punkten
</td>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<?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)]['datum_form'];?>
</td>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<?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)]['showfiles'] == 1) {?>
<a href="?action=show&ka_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)]['ka_id'];?>
" class="ButtonAnzeigen">Daten anzeigen</a>
<?php }?>
</td>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<a href="?action=archive&wu_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)]['wu_id'];?>
" class="ButtonAnzeigen">Reaktivieren</a>
</td>
</tr>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</table>
<br />
<br />
</fieldset>
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'show') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Login der Praxisstellen 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;
}
.ButtonBack {
box-shadow: 0px 10px 14px -7px #276873;
background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
background-color:#599bb3;
border-radius:8px;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:20px;
font-weight:bold;
padding:13px 32px;
text-decoration:none;
text-shadow:0px 1px 0px #3d768a;
}
.ButtonBack:hover {
background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
background-color:#408c99;
}
.ButtonBack:active {
position:relative;
top:1px;
}
</style>
<link rel="stylesheet" type="text/css" href="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>
<fieldset class="fieldset2">
<legend class="legend1" align="center">
<b>Dokumentenportal</b>
</legend>
<?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>
<?php echo $_smarty_tpl->tpl_vars['dok_anrede']->value;?>
<br>
<?php echo $_smarty_tpl->tpl_vars['dok_vorname']->value;?>
<?php echo $_smarty_tpl->tpl_vars['dok_nachname']->value;?>
<br>
<?php echo $_smarty_tpl->tpl_vars['dok_str']->value;?>
<br>
<?php echo $_smarty_tpl->tpl_vars['dok_plz']->value;?>
<?php echo $_smarty_tpl->tpl_vars['dok_ort']->value;?>
<br>
</fieldset>
<br>
<br>
<fieldset>
<legend>
<b>Verfügbare Dokumente</b>
</legend>
<form action=?action=stelle method="POST" name="stelle">
<table cellspacing="0" cellpadding="2" width="100%" border="1">
<tr>
<td width="50">
<b>lfd.Nr.</b>
</td>
<td>
<b>Datei</b>
</td>
<td>
<b>Dokumentenbeschreibung</b>
</td>
<td>
<b>Dokumentendatum</b>
</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']++){
$_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] = $__section_table_data1_1_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 (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null);?>
</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)]['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'];?>
</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>
<?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'];?>
</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)]['datum_form'];?>
</td>
</tr>
<?php }?>
<?php
}
}
if ($__section_table_data1_1_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_1_saved;
}
?>
</table>
</fieldset>
<br />
<br />
<p align='center'>
<a href="?" class="ButtonBack">zurück</a>
</p>
</fieldset>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,495 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 07:39:23
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\praxisstelle\profil.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f19228bdb49d5_24017569',
'file_dependency' =>
array (
'6f58cc38779ecf3fb85a2b54f8270963858f020e' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\praxisstelle\\profil.html',
1 => 1595482760,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f19228bdb49d5_24017569 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Profil der Ausbildungsstellen 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">
<link rel="stylesheet" href="../jquery/jquery-ui.css">
<link rel="stylesheet" href="../jquery/jquery.timepicker.min.css">
<?php echo '<script'; ?>
src="../jquery/jquery-1.12.4.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery-ui.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.culture.de-DE.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.mousewheel.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.timepicker.min.js"><?php echo '</script'; ?>
>
<style type="text/css">
.spinner {
width: 112px;
height: 15px;
font-size: 12px !important;
}
</style>
<?php echo '<script'; ?>
>
$( function() {
$( ".spinner" ).spinner({
change: function (event, ui) {
<!--calc_erm_78();-->
},
spin: function (event, ui) {
<!--calc_erm_78();-->
},
start: function (event, ui) {
<!--calc_erm_78();-->
},
stop: function (event, ui) {
<!--calc_erm_78();-->
},
step: 1,
numberFormat: "i",
min:0,
decimals:0
});
Globalize.culture( "de-DE" );
} );
function trackKeys(evnt,regEx) {
var keyCode = evnt.keyCode ? evnt.keyCode : evnt.which;
return !!String.fromCharCode(keyCode).match(regEx);
}
//-->
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(function() {
$(".datepicker").datepicker({
prevText: '&#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-5:+5",
showButtonPanel : true,
altField : "#datepicker_input",
dateFormat : "dd.mm.yy",
showWeek: true
});
$.datepicker._gotoToday = function(id) {
$(id).datepicker('setDate', new Date()).datepicker('hide').blur();
}
});
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function(){
$('input.timepicker').timepicker({
timeFormat: 'HH:mm',
interval: 30,
minTime: '7',
maxTime: '18:00',
startTime: '7',
dynamic: false,
dropdown: true,
scrollbar: true
});
});
<?php echo '</script'; ?>
>
<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="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>
<form action="?action=save" method='post' name='save'>
<?php if ($_smarty_tpl->tpl_vars['dst_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['dst_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset class="fieldset2">
<legend>
<b>Profil</b>
</legend>
<br />
<br />
<table cellspacing="0" cellpadding="0" width="100%" border="0" class="StandardTable">
<tr>
<td width="15%">
<b>Art:</b>
</td>
<td>
<select name="art" size="5">
<option value="Gemeindeverwaltung" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'Gemeindeverwaltung') {?> selected <?php }?>}>Gemeindeverwaltung</option>
<option value="GVV" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'GVV') {?> selected <?php }?>}>GVV</option>
<option value="Landratsamt" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'Landratsamt') {?> selected <?php }?>}>Landratsamt</option>
<option value="Stadtverwaltung" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'Stadtverwaltung') {?> selected <?php }?>}>Stadtverwaltung</option>
<option value="VVG" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'VVG') {?> selected <?php }?>}>VVG</option>
</select>
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
<tr>
<tr>
<td width="15%">
<b>Behördenname:</b>
</td>
<td>
<input type="text" name="name" id="name" value="<?php echo $_smarty_tpl->tpl_vars['dst_name']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
<tr>
<tr>
<td width="15%">
<b>Straße:</b>
</td>
<td>
<input type="text" name="str" id="str" value="<?php echo $_smarty_tpl->tpl_vars['dst_str']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
<b>PLZ / Ort:</b>
</td>
<td>
<input type="text" name="plz" id="plz" value="<?php echo $_smarty_tpl->tpl_vars['dst_plz']->value;?>
" size="5"> <input type="text" name="ort" id="ort" value="<?php echo $_smarty_tpl->tpl_vars['dst_ort']->value;?>
" size="30">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
<b>Funktionsmailadresse:</b>
</td>
<td>
<input type="text" name="mail" id="mail" value="<?php echo $_smarty_tpl->tpl_vars['dst_mail']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%" colspan="2"><b>Anmeldefrist für Onlinebewerbungen:</b>
<br>Ist ein Datum gesetzt, wird die Ausbildungsstelle den Bewerbern nur innerhalb dieses Zeitraums für Onlinebewerbungen angeboten.
</td>
</tr>
<tr>
<td width="15%">
<b>Anzeige von:</b>
</td>
<td>
<input type="text" class="datepicker" name="gueltigvon" id="gueltigvon" value="<?php echo $_smarty_tpl->tpl_vars['dst_value_gueltigvon']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">
<b>Anzeige bis:</b>
</td>
<td>
<input type="text" class="datepicker" name="gueltigbis" id="gueltigbis" value="<?php echo $_smarty_tpl->tpl_vars['dst_value_gueltigbis']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td colspan="2"width="15%">
Neues Passwort erstellen:<br>
</td>
</tr>
<tr>
<td width="15%">
<b>Passwort:</b>
</td>
<td>
<input name="pwd_prx" id="pwd_prx" type="password" value="<?php echo $_smarty_tpl->tpl_vars['dst_pwd']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
<b>Passwort wiederholen:</b>
</td>
<td>
<input name="pwd_prx_wied" id="pwd_prx_wied" type="password" value="<?php echo $_smarty_tpl->tpl_vars['dst_pwd_wied']->value;?>
" size="40">
</td>
</tr>
</table>
<br />
<br />
<br />
<b><u>Informationen</u></b>
<ul>
<li>Bitte beachten Sie, dass alle Felder - außer Passwörter - Pflichtfelder sind.</li>
<li>Wollen Sie das Passwort ändern, müssen die Felder "Passwort" und "Passwort wiederholen" identisch ausgefüllt sein</li>
<li>Bitte geben Sie <b>KEINE</b> persönliche Mailadresse ein wie <u>vorname.nachname@...</u> sondern besser bspw. <u>ausbildung@...</u></li>
<li>Der Anmeldename im Ausbildungsstellenportal ist die angegebene E-Mailadresse sowie das hier angegebene Passwort.</li>
</ul>
<p align='center'>
<input type='submit' name='senden' value="Profil speichern">
</p>
<br />
</fieldset>
</form>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'save') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Profil der Ausbildungsstellen 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="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>
<fieldset>
<legend>
<b>Profil bearbeitet</b>
</legend>
<br>
Das Profil wurde bearbeitet.<br>
<br>
</fieldset>
</form>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,301 @@
<?php
/* Smarty version 3.1.29, created on 2021-07-27 07:55:37
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/rangliste1.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_60ff9fd93813d6_91280401',
'file_dependency' =>
array (
'7201390284b895f07f7abab12b383078526bfd33' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/rangliste1.html',
1 => 1627365334,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_60ff9fd93813d6_91280401 ($_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'; ?>
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;
}
</style>
</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>Rangliste 1 (Stand: <?php echo $_smarty_tpl->tpl_vars['create_time']->value;?>
)</b>
</legend>
<br>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150">
Export Rangliste 1:
</td>
<td>&nbsp;
<a href='rangliste1_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>
<br>
<br>
<?php if ($_smarty_tpl->tpl_vars['anz_punkte']->value > 0) {?>
<b>Fehlerhaft erfasste HZB Note: Note wurde nach Punktesystem erfasst, bitte korrigieren!</b>
<table width="100%" border="1" cellspacing="0" cellpadding="0" rules="all">
<tr>
<td height="40" style="padding-left:5px">
<b>Name</b>
</td>
<td height="40" style="padding-left:5px">
<b>ID</b>
</td>
<td height="40" style="padding-left:5px">
<b>Mail</b>
</td>
<td height="40" style="padding-left:5px">
<b>HZB errechnet</b>
</td>
<td height="40" style="padding-left:5px">
<b>Eingegebene Punkte</b>
</td>
</tr>
<?php
$__section_table_punkte_0_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_punkte']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_punkte'] : false;
$__section_table_punkte_0_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_punkte']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_punkte_0_total = $__section_table_punkte_0_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_punkte'] = new Smarty_Variable(array());
if ($__section_table_punkte_0_total != 0) {
for ($__section_table_punkte_0_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_punkte']->value['index'] = 0; $__section_table_punkte_0_iteration <= $__section_table_punkte_0_total; $__section_table_punkte_0_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_punkte']->value['index']++){
?>
<tr>
<td height="40" style="padding-left:5px">
<?php echo $_smarty_tpl->tpl_vars['table_punkte']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_punkte']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_punkte']->value['index'] : null)]['nachname'];?>
, <?php echo $_smarty_tpl->tpl_vars['table_punkte']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_punkte']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_punkte']->value['index'] : null)]['vorname'];?>
</td>
<td height="40" style="padding-left:5px">
<?php echo $_smarty_tpl->tpl_vars['table_punkte']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_punkte']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_punkte']->value['index'] : null)]['id'];?>
</td>
<td height="40" style="padding-left:5px">
<?php echo $_smarty_tpl->tpl_vars['table_punkte']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_punkte']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_punkte']->value['index'] : null)]['mail'];?>
</td>
<td height="40" style="padding-left:5px">
<?php echo $_smarty_tpl->tpl_vars['table_punkte']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_punkte']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_punkte']->value['index'] : null)]['hzb_form'];?>
</td>
<td height="40" style="padding-left:5px">
<?php echo $_smarty_tpl->tpl_vars['table_punkte']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_punkte']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_punkte']->value['index'] : null)]['hzb_punkte_form'];?>
</td>
</tr>
<?php
}
}
if ($__section_table_punkte_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_punkte'] = $__section_table_punkte_0_saved;
}
?>
</table>
<br>
<br>
<hr>
<br>
<br>
<?php }?>
<table width="100%" border="1" cellspacing="0" cellpadding="0" rules="all">
<tr>
<td height="40" style="padding-left:5px">
<b>Ranglistenplatz 1 (<?php echo $_smarty_tpl->tpl_vars['dokverw_anzdb']->value;?>
)</b>
</td>
<td height="40" style="padding-left:5px">
<b>Name</b>
</td>
<td height="40" style="padding-left:5px">
<b>Mail</b>
</td>
<td height="40" style="padding-left:5px">
<b>ID</b>
</td>
<td height="40" style="padding-left:5px">
<b>HZB-Note</b>
</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)]['rangliste'];?>
</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">
<?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>
<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)]['id'];?>
</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)]['hzb_form'];?>
</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 }
}
}

View File

@ -0,0 +1,212 @@
<?php
/* Smarty version 3.1.29, created on 2021-07-23 12:28:55
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/rangliste3.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_60fa99e71f37d9_61292650',
'file_dependency' =>
array (
'77f921bcc67645ee8a5c77a12d4a99573a209b8d' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/rangliste3.html',
1 => 1627036084,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_60fa99e71f37d9_61292650 ($_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'; ?>
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;
}
</style>
</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>Rangliste 3 (Stand: <?php echo $_smarty_tpl->tpl_vars['create_time']->value;?>
)</b> </legend>
<br>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150"> Export Rangliste 3: </td>
<td>&nbsp;
<a href='rangliste3_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>
<br>
<br>
<table width="100%" border="1" cellspacing="0" cellpadding="0" rules="all">
<tr>
<td height="40" style="padding-left:5px"> <b>Ranglistenplatz 3 (<?php echo $_smarty_tpl->tpl_vars['dokverw_anzdb']->value;?>
)</b> </td>
<td height="40" style="padding-left:5px"> <b>Name</b> </td>
<td height="40" style="padding-left:5px"> <b>Mail</b> </td>
<td height="40" style="padding-left:5px"> <b>ID</b> </td>
<td height="40" style="padding-left:5px"> <b>HZB-Note</b> </td>
<td height="40" style="padding-left:5px"> <b>Ranglistenplatz 1</b> </td>
<td height="40" style="padding-left:5px"> <b>Testergebnis</b> </td>
<td height="40" style="padding-left:5px"> <b>Ranglistenplatz 2</b> </td>
<td height="40" style="padding-left:5px"> <b>Berechnung Ranglistenplatz 3</b> </td>
</tr> <?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']++){
?>
<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)]['rangliste'];?>
</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"> <?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>
<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)]['id'];?>
</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)]['hzb_form'];?>
</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)]['rang1'];?>
</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="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)]['rang2'];?>
</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)]['rang1'];?>
+<?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)]['rang2'];?>
)/2 = <?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_berech_form'];?>
</td>
</tr> <?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?> </table>
<br />
<br /> </fieldset>
<br />
<br /> </body>
</html>
<?php }
}
}

View File

@ -0,0 +1,424 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-24 09:42:23
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/tanimport.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1a90df5d62c0_99204131',
'file_dependency' =>
array (
'7c1dfe7bb6c5018bb0e68799fd8753854847207c' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/tanimport.html',
1 => 1595482422,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1a90df5d62c0_99204131 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<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>
<legend>
<b>Schritt 1: Dateien auswählen und hochladen</b>
</legend>
<table border="0" width="100%">
<tr>
<td width="30%" valign="top">
<ol>
<li>Roter Button anklicken, um HOGREFE TAN Liste auszuwählen</li>
<li>Danach "CSV-Hochladen..." klicken</li>
<li><b>Verfügbare Rest-TANs: <?php echo $_smarty_tpl->tpl_vars['tanimp_anzahltan']->value;?>
</b></li>
<li>Importvorlage Hogrefe: <a href="Import_CSV_Hogrefe.xlsx" target='_new'>Import_CSV_Hogrefe.xlsx</a> als CSV-Datei abspeichern.</li>
</ol>
</td>
</td>
<td width="40%">
<form action=?action=csvimp method="POST" enctype="multipart/form-data" name="csvimp">
<table border="0" cellpadding="0" cellspacing="0" width="100%" >
<tr>
<td width="100%"align="center" >
<div>
<input type="file" name="file" id="file-5" class="inputfile inputfile-4" />
<label for="file-5">
<figure>
<svg xmlns="http://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;'>CSV-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'; ?>
>
</td>
</tr>
<tr>
<td width="100%" align="center" colspan="2">
<input type="submit" class="button" value="CSV-Hochladen&hellip;" name="B1" size="20">
</td>
</tr>
</table>
</form>
</td>
<td width="30%">
&nbsp;
</td>
</tr>
</table>
</fieldset>
<br />
<br />
</body>
</html>
<?php }
if ($_smarty_tpl->tpl_vars['action']->value == 'csvimp') {?>
<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;
}
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;
}
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;
}
.row_0 {
background-color: #FFFFFF;
}
.row_1 {
background-color: #E1E8F1;
}
</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>
<legend>
<b>Schritt 2: Daten prüfen</b>
</legend>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tr>
<th>
<b>#</b>
</th>
<th>
<b>TAN</b>
</th>
<th align="left" style="padding-left:5px">
<b>Kurzlink</b>
</th>
</tr>
<?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;
?>
<tr>
<td align="center" class="row_<?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)]['zaehler'];?>
">
<?php echo (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null);?>
</td>
<td align="center" class="row_<?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)]['zaehler'];?>
">
<?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)]['tan'];?>
</td>
<td class="row_<?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)]['zaehler'];?>
" 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)]['tinyurl'];?>
</td>
</tr>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</table>
<br>
<br>
<form action=?action=csvimp2 method="POST" name="csvimp2">
<table width="100%" border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#E7E8ED">
<tr>
<td width="70%" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
<b><font size="1">Auswahl</font></b>
</td>
<td width="30%" align="left" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
<b><font size="1">Markieren</font></b>
</td>
</tr>
<tr>
<td width="70%"><font size="1">Datens&auml;tze nicht importieren
</td>
<td width="30%"><font size="1"><input type="radio" name="import" value="0" checked>
</td>
</tr>
<tr>
<td width="70%"><font size="1">Datens&auml;tze importieren
</td>
<td width="30%"><font size="1"><input type="radio" name="import" value="1">
</td>
</tr>
<tr>
<td width="70%">
&nbsp;
</td>
<td width="30%">
&nbsp;
</td>
</tr>
<tr>
<td width="70%">
&nbsp;
</td width="30%">
<td>
<input type="submit" value="Abschicken" name="B1" size="20">
</td>
</tr>
</table>
</form>
</fieldset>
<br />
<br />
</body>
</html>
<?php }
if ($_smarty_tpl->tpl_vars['action']->value == 'csvimp2') {?>
<html>
<head>
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
<style>
select{
width:330px;
}
</style>
</head>
<body>
<fieldset>
<legend>
<b>Import beendet</b>
</legend>
<br />
<br />
<p align="center">
Der Import wurde beendet!
<br>
<br>
<?php if ($_smarty_tpl->tpl_vars['index_error']->value == '1') {?>
<table width="70%" class="errorTable" align="center">
<?php
$__section_table_data2_1_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2'] : false;
$__section_table_data2_1_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data2']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_data2_1_total = $__section_table_data2_1_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = new Smarty_Variable(array());
if ($__section_table_data2_1_total != 0) {
for ($__section_table_data2_1_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] = 0; $__section_table_data2_1_iteration <= $__section_table_data2_1_total; $__section_table_data2_1_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']++){
?>
<tr>
<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)]['hinweis'];?>
</td>
</tr>
<?php
}
}
if ($__section_table_data2_1_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = $__section_table_data2_1_saved;
}
?>
</table>
<?php }?>
</p>
<br />
<br />
</fieldset>
</form>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,205 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 10:36:09
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/hauptframe.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f194bf9e90cf7_66533933',
'file_dependency' =>
array (
'7d6d9f18aec2b4b3f1b82f0ea0602792400a1328' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/hauptframe.html',
1 => 1595482458,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f194bf9e90cf7_66533933 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<head>
<title>BPM Ausbildungsstellenverwaltung</title>
<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>
.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;
}
</style>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>Willkommen</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="80%">
<tr>
<td align="center">
<b>Willkommen bei der BPM Ausbildungsstellenverwaltung</b>
<br />
<br />
<br />
Wählen Sie oben einen Reiter aus, um den gewünschten Bereich zu verwalten.
</td>
</tr>
<tr>
<td align="center">
<fieldset style="width:800px">
<legend>
<b>Aktuelle Nachrichten</b>
</legend>
<table cellspacing="0" cellpadding="2" width="100%" border="1" width="80%">
<tr>
<td>
<b>Datum - Zeit</b>
</td>
<td>
<b>Überschrift</b>
</td>
<td>
<b>Anzeige</b>
</td>
<tr>
<?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;
?>
<?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)]['pn_date_form'];?>
</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)]['pn_headline'];?>
</td>
<td>
<a class="ButtonAnzeigen box" 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)]['pn_headline'];?>
" href="?action=show&pn_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)]['pn_id'];?>
">Nachricht anzeigen</a>
</td>
</tr>
<?php }?>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</table>
</fieldset>
</tr>
</td>
</tr>
</table>
<br>
<br>
</div>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'show') {?>
<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><?php echo $_smarty_tpl->tpl_vars['prx_show_headline']->value;?>
</b>
</legend>
<?php echo $_smarty_tpl->tpl_vars['prx_show_text']->value;?>
<br />
<br />
<br />
</form>
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,186 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 12:36:49
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/resetpassword.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f19684122db18_68770837',
'file_dependency' =>
array (
'7e8f46fc6036953232062cb2cf04a14ad0b69185' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/resetpassword.html',
1 => 1595482502,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f19684122db18_68770837 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<head>
<title>Neues Passwort BPM (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Pragma" content="no-cache">
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery-1.5.1.min.js"><?php echo '</script'; ?>
>
<!-- DATEI GIBTS NICHT <?php echo '<script'; ?>
>!window.jQuery && document.write('<?php echo '<script'; ?>
src="jquery-1.4.3.min.js"><\/script>');<?php echo '</script'; ?>
>-->
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.mousewheel-3.0.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
<?php echo '</script'; ?>
>
</head>
<body onload="if(document.login)document.pwback.resetpwd.focus();return false;">
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">Neues Passwort BPM (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</div>
</div>
</div>
<div class="pat_list_box">
<p>
<?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 }?>
<p align="center">Bitte geben Sie hier das neue Passwort für Ihren Account ein!<br>
</p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/deputat_icon.svg" height="100">
</td>
<td align="left">
<form action=?action=pwback method="POST" name="pwback">
<table width="100%" border="0">
<tr>
<td width="20%">
<strong>Passwort:</strong>
</td>
<td>
<input class="eingabe" type="password" name="resetpwd" tabindex="1">
</td>
</tr>
<tr>
<td width="20%">
<strong>Passwort wiederholen:</strong>
</td>
<td>
<input class="eingabe" type="password" name="resetpwd_wied" tabindex="2">
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td width="20%">
&nbsp;
</td>
<td>
<input type="submit" value="Abschicken">
</td>
</tr>
</table>
</td>
</tr>
</table>
<p align="center">
<!--
<br />
<br />
<a class="squarebutton_blue box" href="register.php"><span>Registrierung</span></a>
-->
</p>
<br />
<br />
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'pwback') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Passwort zurückgesetzt 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">
</head>
<body>
<fieldset>
<legend>
<b>Passwort zurückgesetzt</b>
</legend>
<br />
<br />
<p align="center">
Das Passwort wurde zurückgesetzt.<br>
Sie können sich nun einloggen: <a href="index.php">Ausbildungsstellenportal</a>
</p>
</fieldset>
</form>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,44 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 10:36:23
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/verwaltung_frame.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f194c07accf42_39516380',
'file_dependency' =>
array (
'83be7abb8211dda3e17cc3eac6a391d44ad6c1c3' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/verwaltung_frame.html',
1 => 1588758046,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f194c07accf42_39516380 ($_smarty_tpl) {
?>
<html>
<head>
<title>Deputatverwaltung</title>
<link type="text/css" rel="stylesheet" href="../css/styles_refill.css">
</head>
<frameset rows="1*" cols="250, 76%" border="0">
<frame name="menu_eingabe" scrolling="auto" marginwidth="10" marginheight="14" src="menu_verwaltung.php">
<frame name="eingabe_haupt" scrolling="yes" marginwidth="0" marginheight="0" src="bewerbungen.php">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>To view this page correctly, you need a Web browser that supports frames.</p>
</body>
</noframes>
</frameset>
</html><?php }
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,197 @@
<?php
/* Smarty version 3.1.29, created on 2022-02-09 07:10:47
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/kand_del.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_62035ae7eaf834_84779126',
'file_dependency' =>
array (
'84fd5c96ad3aaf2eb9b8b63f054125545b4f84ef' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/kand_del.html',
1 => 1644386827,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_62035ae7eaf834_84779126 ($_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:"kand_del"},
success:function(data)
{
/* $('#result').html(data);*/
/* console.log(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.nachfrage)document.nachfrage.search_text.focus();return false;">
<form action="?action=nachfrage" method='post' name='nachfrage'>
<?php if ($_smarty_tpl->tpl_vars['termine_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['termine_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset>
<legend>
<b>Kandidat löschen</b>
</legend>
<br />
<br />
<p align='center'>Kandidaten können gelöscht werden, solange sie noch nicht am Test teilgenommen haben.</p>
<p align="center">
<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>
<?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']++){
?>
<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)]['ka_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)]['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'];?>
(<?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)]['geb_format'];?>
)</option>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</select>
</p>
<br />
<p align='center'>
<input type='submit' name='senden' value="Kandidat löschen">
</p>
<br />
</fieldset>
</form>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'nachfrage') {?>
<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 Kandidat/in <b><u><?php echo $_smarty_tpl->tpl_vars['kand_name']->value;?>
</u></b> wirklich l&ouml;schen?<br><br>
<a href="?"><img title = "Nein" border="0" src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/nein.gif"></a>
&nbsp;
<a href="?action=delkand&ka_id=<?php echo $_smarty_tpl->tpl_vars['kand_ka_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 }
}
}

View File

@ -0,0 +1,424 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-22 10:45:04
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\tanimport.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f17fc90a47e74_55991693',
'file_dependency' =>
array (
'8a5e7dba35dda08cb2661f0e297cfb4b7473be4e' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\tanimport.html',
1 => 1594976238,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f17fc90a47e74_55991693 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Anlagenupload und Praxisstellenwahl 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>
<legend>
<b>Schritt 1: Dateien auswählen und hochladen</b>
</legend>
<table border="0" width="100%">
<tr>
<td width="30%" valign="top">
<ol>
<li>Roter Button anklicken, um HOGREFE TAN Liste auszuwählen</li>
<li>Danach "CSV-Hochladen..." klicken</li>
<li><b>Verfügbare Rest-TANs: <?php echo $_smarty_tpl->tpl_vars['tanimp_anzahltan']->value;?>
</b></li>
<li>Importvorlage Hogrefe: <a href="Import_CSV_Hogrefe.xlsx" target='_new'>Import_CSV_Hogrefe.xlsx</a> als CSV-Datei abspeichern.</li>
</ol>
</td>
</td>
<td width="40%">
<form action=?action=csvimp method="POST" enctype="multipart/form-data" name="csvimp">
<table border="0" cellpadding="0" cellspacing="0" width="100%" >
<tr>
<td width="100%"align="center" >
<div>
<input type="file" name="file" id="file-5" class="inputfile inputfile-4" />
<label for="file-5">
<figure>
<svg xmlns="http://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;'>CSV-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'; ?>
>
</td>
</tr>
<tr>
<td width="100%" align="center" colspan="2">
<input type="submit" class="button" value="CSV-Hochladen&hellip;" name="B1" size="20">
</td>
</tr>
</table>
</form>
</td>
<td width="30%">
&nbsp;
</td>
</tr>
</table>
</fieldset>
<br />
<br />
</body>
</html>
<?php }
if ($_smarty_tpl->tpl_vars['action']->value == 'csvimp') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Anlagenupload und Praxisstellenwahl 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;
}
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;
}
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;
}
.row_0 {
background-color: #FFFFFF;
}
.row_1 {
background-color: #E1E8F1;
}
</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>
<legend>
<b>Schritt 2: Daten prüfen</b>
</legend>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tr>
<th>
<b>#</b>
</th>
<th>
<b>TAN</b>
</th>
<th align="left" style="padding-left:5px">
<b>Kurzlink</b>
</th>
</tr>
<?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;
?>
<tr>
<td align="center" class="row_<?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)]['zaehler'];?>
">
<?php echo (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null);?>
</td>
<td align="center" class="row_<?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)]['zaehler'];?>
">
<?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)]['tan'];?>
</td>
<td class="row_<?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)]['zaehler'];?>
" 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)]['tinyurl'];?>
</td>
</tr>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</table>
<br>
<br>
<form action=?action=csvimp2 method="POST" name="csvimp2">
<table width="100%" border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#E7E8ED">
<tr>
<td width="70%" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
<b><font size="1">Auswahl</font></b>
</td>
<td width="30%" align="left" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
<b><font size="1">Markieren</font></b>
</td>
</tr>
<tr>
<td width="70%"><font size="1">Datens&auml;tze nicht importieren
</td>
<td width="30%"><font size="1"><input type="radio" name="import" value="0" checked>
</td>
</tr>
<tr>
<td width="70%"><font size="1">Datens&auml;tze importieren
</td>
<td width="30%"><font size="1"><input type="radio" name="import" value="1">
</td>
</tr>
<tr>
<td width="70%">
&nbsp;
</td>
<td width="30%">
&nbsp;
</td>
</tr>
<tr>
<td width="70%">
&nbsp;
</td width="30%">
<td>
<input type="submit" value="Abschicken" name="B1" size="20">
</td>
</tr>
</table>
</form>
</fieldset>
<br />
<br />
</body>
</html>
<?php }
if ($_smarty_tpl->tpl_vars['action']->value == 'csvimp2') {?>
<html>
<head>
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
<style>
select{
width:330px;
}
</style>
</head>
<body>
<fieldset>
<legend>
<b>Import beendet</b>
</legend>
<br />
<br />
<p align="center">
Der Import wurde beendet!
<br>
<br>
<?php if ($_smarty_tpl->tpl_vars['index_error']->value == '1') {?>
<table width="70%" class="errorTable" align="center">
<?php
$__section_table_data2_1_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2'] : false;
$__section_table_data2_1_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data2']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_data2_1_total = $__section_table_data2_1_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = new Smarty_Variable(array());
if ($__section_table_data2_1_total != 0) {
for ($__section_table_data2_1_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] = 0; $__section_table_data2_1_iteration <= $__section_table_data2_1_total; $__section_table_data2_1_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']++){
?>
<tr>
<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)]['hinweis'];?>
</td>
</tr>
<?php
}
}
if ($__section_table_data2_1_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = $__section_table_data2_1_saved;
}
?>
</table>
<?php }?>
</p>
<br />
<br />
</fieldset>
</form>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,435 @@
<?php
/* Smarty version 3.1.29, created on 2021-10-20 10:40:58
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/status/index.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_616fd61a0e7e48_20280742',
'file_dependency' =>
array (
'8b2edc5dcddb1b284c4af5af789980fedf8d3caf' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/status/index.html',
1 => 1634716315,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_616fd61a0e7e48_20280742 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<title>Status BPM der Hochschulen Ludwigsburg und Kehl.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Pragma" content="no-cache">
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery-1.5.1.min.js"><?php echo '</script'; ?>
>
<!-- DATEI GIBTS NICHT <?php echo '<script'; ?>
>!window.jQuery && document.write('<?php echo '<script'; ?>
src="jquery-1.4.3.min.js"><\/script>');<?php echo '</script'; ?>
>-->
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.mousewheel-3.0.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
<?php echo '</script'; ?>
>
</head>
<body onload="if(document.login)document.login.user.focus();return false;" onselectstart="return false" ondragstart="return false" oncontextmenu="return false" oncontext="return false">
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">Status BPM der Hochschulen Ludwigsburg und Kehl.</div>
</div>
</div>
<div class="pat_list_box">
<p>
<?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 }?>
<p align="center">Herzlich willkommen, bitte loggen Sie sich hier mit TestID und TAN ein, um Ihr Testergebnis zu erfahren!
<br>
</p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/deputat_icon.svg" height="100">
</td>
<td align="left">
<table width="100%">
<form action=?action=anmeld method="POST" name="login">
<tr>
<td width="40%">
<strong>Persönliche ID</strong>
</td>
<td>
<input class="eingabe" type="text" name="user" value="<?php echo $_smarty_tpl->tpl_vars['index_user']->value;?>
" tabindex="1">
</td>
</td>
</tr>
<tr>
<td width="40%">
<strong>TAN</strong>
</td>
<td>
<input class="eingabe" type="password" name="password" tabindex="2">
</td>
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td width="40%">
&nbsp;
</td>
<td>
<input type="submit" value="Login">
</td>
</tr>
</table>
</td>
</tr>
</table>
<p align="center">
<!--
<br />
<br />
<a class="squarebutton_blue box" href="register.php"><span>Registrierung</span></a>
-->
</p>
<br />
<br />
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'anmeld') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<title>Status BPM 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;
}
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;
}
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 onselectstart="return false" ondragstart="return false" oncontextmenu="return false" oncontext="return false">
<fieldset class="fieldset2">
<legend class="legend1" align="center">
<b>Testergebnisse</b>
</legend>
<h2 align="center">Public Management</h2>
<?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>
<?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>
<br>
Testdatum: <?php echo $_smarty_tpl->tpl_vars['status_login_dat_form']->value;?>
<br>
</ul>
</fieldset>
<br>
<br>
<fieldset>
<legend>
<b>Testergebnis im Detail</b>
</legend>
<?php if ($_smarty_tpl->tpl_vars['status_erg_vorhanden']->value == 0) {?>
<div>
Die Testergebnisse sind noch nicht verfügbar
</div>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['status_erg_vorhanden']->value == 1) {?>
<table border="1" width="350" cellspacing="0" cellpadding="0" rules="all" margins="2">
<tr>
<th align="left" height="30" style="padding-left:5px">
<b>Testmodul</b>
</th>
<th align="right" height="30" style="padding-right:5px">
<b>Erreichte Punkte</b>
</th>
</tr>
<tr>
<td align="left" height="30" style="padding-left:5px">
Satzergänzung:
</td>
<td align="right" height="30" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_satzerg']->value;?>
/ 20
</td>
</tr>
<tr>
<td align="left" height="30" style="padding-left:5px">
Gemeinsamkeiten:
</td>
<td align="right" height="30" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_gemeinsamkeiten']->value;?>
/ 20
</td>
</tr>
<!--
<tr>
<td align="left" height="30" style="padding-left:5px">
Gemeinsamkeiten:
</td>
<td align="right" height="30" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_gemeinsamkeiten']->value;?>
/ 20
</td>
</tr>
-->
<tr>
<td align="left" height="30" style="padding-left:5px">
Rechenaufgaben:
</td>
<td align="right" height="30" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_rechenaufgaben']->value;?>
/ 20
</td>
</tr>
<tr>
<td align="left" height="30" style="padding-left:5px">
Zahlenreihen:
</td>
<td align="right" height="30" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_zahlenreihen']->value;?>
/ 20
</td>
</tr>
<tr>
<td align="left" height="30" style="padding-left:5px">
Rechenzeichen:
</td>
<td align="right" height="30" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_rechenzeichen']->value;?>
/ 20
</td>
</tr>
<tr>
<td align="left" height="30" style="padding-left:5px">
Matrizen:
</td>
<td align="right" height="30" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_matrizen']->value;?>
/ 20
</td>
</tr>
<tr>
<td align="left" height="30" style="border-bottom-style: solid; border-bottom-width: 2px; padding-left:5px">
Merkfähigkeit verbal:
</td>
<td align="right" height="30" 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" height="30" style="padding-left:5px">
Erreichte Punktzahl:
</td>
<td align="right" height="30" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_summe']->value;?>
/ 130
</td>
</tr>
<tr>
<td align="left" height="30" style="padding-left:5px">
Ergebnis:
</td>
<td align="right" height="30" style="padding-right:5px">
<?php echo $_smarty_tpl->tpl_vars['status_erg_bestanden_text']->value;?>
</td>
</tr>
</table>
<?php }?>
<br>
<br>
Diese Seite dient auch als Teilnahmebest&auml;tigung zum oben genannten Datum.
<br>
<br>
</fieldset>
<br />
<br />
<!--
<fieldset>
<legend>
<b>Weiteres Vorgehen</b>
</legend>
<?php if ($_smarty_tpl->tpl_vars['status_erg_bestanden']->value == 0) {?>
<?php echo $_smarty_tpl->tpl_vars['status_erg_text']->value;?>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['status_erg_bestanden']->value == 1) {?>
<?php echo $_smarty_tpl->tpl_vars['status_erg_text']->value;?>
<?php }?>
</fieldset>
-->
<br />
<br />
<p align='center'>
<a href="logout.php" class="button">Logout</a>
</p>
</fieldset>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,47 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 09:10:29
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/indexframe.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1937e55e4817_61218011',
'file_dependency' =>
array (
'8e9806de799cc8401a542a49c1d696caeef5e12e' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/indexframe.html',
1 => 1594976080,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1937e55e4817_61218011 ($_smarty_tpl) {
?>
<html>
<head>
<title>BPM Administration</title>
<link type="text/css" rel="stylesheet" href="../css/styles_refill.css">
</head>
<style type='text/css'>
</style>
<frameset rows="103, 79%" cols="1*" border="0">
<frame name="banner" scrolling="no" marginwidth="10" marginheight="0" namo_target_frame="detail" src="titel.php" noresize>
<frameset rows="1*" cols="100%">
<frame name="detail" scrolling="yes" marginwidth="0" marginheight="0" src="hauptframe.php">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>To view this page correctly, you need a Web browser that supports frames.</p>
</body>
</noframes>
</frameset>
</html><?php }
}

View File

@ -0,0 +1,610 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 11:14:34
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\termine_kandidat.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f116bfa085ac3_62182175',
'file_dependency' =>
array (
'91147a5b078fb5dfcdffda98314cc5d9068a88be' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\termine_kandidat.html',
1 => 1591621377,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f116bfa085ac3_62182175 ($_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:330px;
}
#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:"termine_kandidat"},
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>Testtermin Kandidat anpassen</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>
<?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;
?>
<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)]['ka_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)]['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'];?>
</option>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</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>
<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">
<link rel="stylesheet" href="../jquery/jquery.timepicker.min.css">
<?php echo '<script'; ?>
src="../jquery/jquery-1.12.4.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery-ui.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.culture.de-DE.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.mousewheel.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.timepicker.min.js"><?php echo '</script'; ?>
>
<style type="text/css">
.spinner {
width: 112px;
height: 15px;
font-size: 12px !important;
}
</style>
<?php echo '<script'; ?>
>
$( function() {
$( ".spinner" ).spinner({
change: function (event, ui) {
<!--calc_erm_78();-->
},
spin: function (event, ui) {
<!--calc_erm_78();-->
},
start: function (event, ui) {
<!--calc_erm_78();-->
},
stop: function (event, ui) {
<!--calc_erm_78();-->
},
step: 1,
numberFormat: "i",
min:0,
decimals:0
});
Globalize.culture( "de-DE" );
} );
function trackKeys(evnt,regEx) {
var keyCode = evnt.keyCode ? evnt.keyCode : evnt.which;
return !!String.fromCharCode(keyCode).match(regEx);
}
//-->
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(function() {
$(".datepicker").datepicker({
prevText: '&#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-5:+5",
showButtonPanel : true,
altField : "#datepicker_input",
dateFormat : "dd.mm.yy",
showWeek: true
});
$.datepicker._gotoToday = function(id) {
$(id).datepicker('setDate', new Date()).datepicker('hide').blur();
}
});
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function(){
$('input.timepicker').timepicker({
timeFormat: 'HH:mm',
interval: 30,
minTime: '7',
maxTime: '18:00',
startTime: '7',
dynamic: false,
dropdown: true,
scrollbar: true
});
});
<?php echo '</script'; ?>
>
<style>
.StandardTable thead th{
background: lightgray;
border: 1px solid #656565;
font-size:12px;
font-family:Arial;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
}
textarea{
border: 1px solid #888;
height: 6.7em;
width: 48.5em;
}
select{
width:630px;
}
</style>
</head>
<body>
<?php if ($_smarty_tpl->tpl_vars['termine_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['termine_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<br />
<br />
<fieldset>
<legend>
<b>Erfasste Termine</b>
</legend>
Wählen Sie den neuen Termin für <b><u><?php echo $_smarty_tpl->tpl_vars['term_kand_anrede']->value;?>
<?php echo $_smarty_tpl->tpl_vars['term_kand_vorname']->value;?>
<?php echo $_smarty_tpl->tpl_vars['term_kand_nachname']->value;?>
</u></b> aus!<br>
<br>
Bisheriger Testtermin: <b><u><?php echo $_smarty_tpl->tpl_vars['term_kand_datum']->value;?>
<?php echo $_smarty_tpl->tpl_vars['term_kand_zeit']->value;?>
Uhr in <?php echo $_smarty_tpl->tpl_vars['term_kand_standort']->value;?>
</u></b>
<br>
<br>
<form action="?action=mail" method='post' name='mail'>
<table cellspacing="0" cellpadding="2" width="100%" border="1">
<tr>
<td>
<b>Auswahl</b>
</td>
<td>
<b>Testdatum</b>
</td>
<td>
<b>Uhrzeit</b>
</td>
<td>
<b>Standort</b>
</td>
<td>
<b>Freie Plätze</b>
</td>
<td>
<b>Gebäude / Raum</b>
</td>
<td>
<b>Verwendungszweck Überweisung</b>
</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']++){
$_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] = $__section_table_data1_1_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 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)]['restplatz'] != 0) {?>
<?php if ($_smarty_tpl->tpl_vars['term_kand_tm_id']->value != $_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_id']) {?>
<label for="<?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_id'];?>
"><input type="radio" 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)]['tm_id'];?>
" 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)]['tm_id'];?>
" name="tm_id" size="20"></label>
<?php }?>
<?php }?>
</td>
<td>
<label for="<?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_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)]['datum'];?>
</label>
</td>
<td>
<label for="<?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_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)]['zeit'];?>
</label>
</td>
<td>
<label for="<?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_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)]['standort_form'];?>
</label>
</td>
<td>
<label for="<?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_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)]['restplatz'];?>
/ <?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_plaetze'];?>
</label>
</td>
<td>
<label for="<?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_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)]['tm_raum'];?>
</label>
</td>
<td>
<label for="<?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_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)]['tm_referenznr'];?>
</label>
</td>
</tr>
<?php }?>
<?php
}
}
if ($__section_table_data1_1_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_1_saved;
}
?>
</table>
<br />
<p align='center'>
<input type='submit' name='senden' value="Abschicken">
</p>
<br />
</form>
</fieldset>
</form>
<br />
<br />
<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">
<?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>Mailtext</b>
</legend>
<br />
<br />
<font color='red'>Formulieren Sie ein Anschreiben an den Kandidaten, dass sein Termin verlegt wird.</font>
<br />
<br />
</font>
<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">
Absender:
</td>
<td style="padding-left:5px">
<select name="absender">
<option value="Kehl" selected>Kehl</option>
<option value="Ludwigsburg">Ludwigsburg</option>
</select>
</td>
</tr>
<tr>
<td width="200" height="40" style="padding-left:5px">
Empfänger:
</td>
<td style="padding-left:5px">
<?php echo $_smarty_tpl->tpl_vars['mtupd_mailadressen_an']->value;?>
<input type="hidden" name="empfaenger_an" id="empfaenger_an" size="101" value="<?php echo $_smarty_tpl->tpl_vars['mtupd_mailadressen_an']->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="" size="60">
</td>
</tr>
<tr>
<td height="40" style="padding-left:5px">
Mailtext:
</td>
<td style="padding-left:5px">
<textarea id='text' name='text'></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'; ?>
>
</td>
</tr>
</table>
</p>
<br />
<br />
<p align='center'>
<input type='submit' name='senden' value="Mail 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>
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,112 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 11:11:06
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\titel.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f116b2a120987_09975852',
'file_dependency' =>
array (
'990a9f6f3a5b729bd890b452a19e22f7e73b923c' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\titel.html',
1 => 1594976081,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f116b2a120987_09975852 ($_smarty_tpl) {
?>
<html>
<head>
<title>Testseite</title>
<meta name="generator" content="Namo WebEditor">
<base target="detail">
<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="../ajaxtabs/ajaxtabs.js">
/***********************************************
* Ajax Tabs Content script v2.2- <20> Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
<?php echo '</script'; ?>
>
</head>
<style type="text/css">
body {
background-image: url("templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/backgr/ground.png");
background-repeat: repeat-x;
background-position: left -1614px;
}
</style>
<body>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="250" height="60" valign="top">
<h2>BPM Administration</h2>
</td>
<td width="73">&nbsp;</td>
<td width="159">&nbsp;</td>
<td width="71">&nbsp;</td>
<td width="2%">&nbsp;</td>
<td width="">&nbsp;</td>
<td width="157" valign="top">
<p align="right"><a class="navbar" href="logout.php" target="_parent">Logout</a></p>
</td>
<td width="25">&nbsp;</td>
</tr>
</table>
<div id="filltab" class="animatedtabs">
<ul>
<li><a href="verwaltung_frame.php" selected><span>Verwaltung</span></a></li>
<li><a href="administration_frame.php"><span>Administration</span></a></li>
<!--
<?php if ($_smarty_tpl->tpl_vars['titel_admin']->value == '1') {?>
<li><a href="admin_frame.php" ><span>Adminbereich</span></a></li>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['titel_ausschuss']->value == '1') {?>
<li><a href="ausschuss_frame.php" ><span>Ausschussbereich</span></a></li>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['titel_beteiligte']->value == '1') {?>
<li><a href="beteiligte_frame.php" ><span>Beteiligtenbereich</span></a></li>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['titel_gutachter']->value == '1') {?>
<li><a href="gutachter_frame.php" ><span>Gutachterbereich</span></a></li>
<?php }?>
-->
<!--
<li><a href="link.php"><span>Gutachterbereich</span></a></li>
<li><a href="link.php"><span>Beteiligtenbereich</span></a></li>
<li><a href="link.php"><span>Ausschussbereich</span></a></li>
-->
</ul>
</div>
</body>
</html><?php }
}

View File

@ -0,0 +1,410 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 11:16:01
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\ergebnisse.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f116c51780807_64622264',
'file_dependency' =>
array (
'9b8df8689d1da99e16cc715117c447fb49f67731' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\ergebnisse.html',
1 => 1594976238,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f116c51780807_64622264 ($_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">
<style>
select{
width:330px;
}
</style>
</head>
<body>
<form action="?action=ausgabe" method='post' name='ausgabe'>
<?php if ($_smarty_tpl->tpl_vars['termine_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['termine_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset>
<legend>
<b>Testergebnisse</b>
</legend>
<br />
<br />
<p align="center">
<select name="testtermin" size=15>
<?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;
?>
<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)]['tm_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)]['tm_datum_form'];?>
- <?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'];?>
</option>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</select>
</p>
<br />
<p align='center'>
<input type='submit' name='senden' value="Datum 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 Praxisstellenwahl 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;
}
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;
}
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;
}
.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;
}
</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>
<legend>
<b>Testergebnisse: <?php echo $_smarty_tpl->tpl_vars['erg_datum']->value;?>
- <?php echo $_smarty_tpl->tpl_vars['erg_standort']->value;?>
</b>
</legend>
<br>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tr>
<th>
<b>#</b>
</th>
<th>
<b>TAN</b>
</th>
<th>
<b>Name</b>
</th>
<th>
<b>Satzergänzung</b>
</th>
<th>
<b>Analogien</b>
</th>
<!--
<th>
<b>Gemeinsamkeiten</b>
</th>
-->
<th>
<b>Rechenaufgaben</b>
</th>
<th>
<b>Zahlenreihen</b>
</th>
<th>
<b>Rechenzeichen</b>
</th>
<th>
<b>Matrizen</b>
</th>
<!--
<th>
<b>Verbale Intelligenz</b>
</th>
<th>
<b>Numerische Intelligenz</b>
</th>
-->
<th>
<b>Merkfähigkeit figural</b>
</th>
<th>
<b>Summe Einzeltests</b>
</th>
<th>
<b>Gesamtergebnis</b>
</th>
<th>
<b>Manuell nicht bestanden</b>
</th>
</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']++){
$_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] = $__section_table_data1_1_iteration;
?>
<tr>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?php echo (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null);?>
</td>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['tan'];?>
</td>
<td height="35" <?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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['satzerg'];?>
</td>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['analogie'];?>
</td>
<!--
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['gemeinsamkeiten'];?>
</td>
-->
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['rechenaufgaben'];?>
</td>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['zahlenreihen'];?>
</td>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['rechenzeichen'];?>
</td>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['matrizen'];?>
</td>
<!--
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['verb_intelligenz'];?>
</td>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['num_intelligenz'];?>
</td>
-->
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['merkf'];?>
</td>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['summe'];?>
</td>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['bestanden'] == 1) {?>
bestanden
<?php } else { ?>
nicht bestanden
<?php }?>
</td>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['bestanden'] == 1) {?>
<a href="?action=del&eg_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)]['eg_id'];?>
&ka_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)]['ka_id'];?>
" class="ButtonDel">Als durchgefallen markieren</a>
<?php }?>
</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 }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'del') {?>
<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 Testergebnisse von <b><?php echo $_smarty_tpl->tpl_vars['del_name']->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=del2&eg_id=<?php echo $_smarty_tpl->tpl_vars['del_eg_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 }
}
}

View File

@ -0,0 +1,167 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 11:17:20
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\parameter.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f116ca079b6f8_00141617',
'file_dependency' =>
array (
'9de7fb492faab60adce00a16a488ccb2eb4f69a1' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\parameter.html',
1 => 1583737566,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f116ca079b6f8_00141617 ($_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">
<style>
input{
width:330px;
}
.row_0 {
background-color: #FFFFFF;
}
.row_1 {
background-color: #E1E8F1;
}
</style>
</head>
<body>
<form action="?action=save" method='post' name='save'>
<?php if ($_smarty_tpl->tpl_vars['termine_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['termine_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset>
<legend>
<b>Systemparameter</b>
</legend>
<br />
<br />
<table width="100%" cellspacing="0" cellpadding="0">
<?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']++){
?>
<tr>
<td min-width="40%" class="row_<?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)]['zaehler'];?>
" height='30'>
<?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'];
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)]['pid'] == 1) {?> <b>Verfügbare Rest-TANs: <?php echo $_smarty_tpl->tpl_vars['parameter_anzahltan']->value;?>
</b><?php }?>
</td>
<td class="row_<?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)]['zaehler'];?>
" height='30'>
<input align="right" 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)]['pid'];?>
" 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)]['wert'];?>
">
</td>
</tr>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</table>
</p>
<br />
<p align='center'>
<input type='submit' name='senden' value="speichern">
</p>
<br />
</fieldset>
</form>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'save') {
if ($_smarty_tpl->tpl_vars['parameter_inserterr']->value == '1') {?>
<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>Fehler beim der Speicherung</legend>
<br />
<br />
Es traten folgende Fehler auf:
<br />
<?php echo $_smarty_tpl->tpl_vars['parameter_reason']->value;?>
<br />
</fieldset>
</form>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['parameter_inserterr']->value == '2') {?>
<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>Speicherung</legend>
<br />
<br />
<p align="center">
Die Daten wurden übernommen.
</p>
<br />
<br />
</fieldset>
</form>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
}
}
}

View File

@ -0,0 +1,289 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 11:17:08
from "F:\xampp_7.4.4\htdocs\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_5f116c94646440_21791503',
'file_dependency' =>
array (
'9e5080ad0baf85e76ef7a9989aff16023e88677e' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\datencheck.html',
1 => 1592469938,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f116c94646440_21791503 ($_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'; ?>
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;
}
</style>
</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>
<h2>Matrix über vorhandene Daten</h2>
<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['datenchk_anzget']->value;?>
</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['datenchk_aussttest']->value;?>
</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['datenchk_alleranm']->value;?>
</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['datenchk_anzdurchfaller']->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">
<b>Lfd Nr (<?php echo $_smarty_tpl->tpl_vars['dokverw_anzdb']->value;?>
)</b>
</td>
<td height="40" style="padding-left:5px">
<b>Name</b>
</td>
<td height="40" style="padding-left:5px">
<b>Testdatum</b>
</td>
<td height="40" style="padding-left:5px">
<b>Testergebnis</b>
</td>
<td height="40" align="center">
<b>PDF Upload HZB</b>
</td>
<td height="40" align="center">
<b>PDF Upload Zeugnisse</b>
</td>
<td height="40" align="center">
<b>Lebenslauf</b>
</td>
<td height="40" align="center">
<b>Note HZB</b>
</td>
<td height="40" align="center">
<b>Note Durchschnitt</b>
</td>
</tr>
<?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;
?>
<tr>
<td height="40" style="padding-left:5px">
<?php echo (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null);?>
</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">
<?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" 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'];?>
/ 133
</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'];?>
">
</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'];?>
">
</td>
</tr>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</table>
<br />
<br />
</fieldset>
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,410 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-24 11:43:23
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/ergebnisse.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1aad3be29060_03803921',
'file_dependency' =>
array (
'9f2c5bc52503389218fa30066719c26fd1fa31e6' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/ergebnisse.html',
1 => 1595583764,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1aad3be29060_03803921 ($_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">
<style>
select{
width:330px;
}
</style>
</head>
<body>
<form action="?action=ausgabe" method='post' name='ausgabe'>
<?php if ($_smarty_tpl->tpl_vars['termine_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['termine_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset>
<legend>
<b>Testergebnisse</b>
</legend>
<br />
<br />
<p align="center">
<select name="testtermin" size=15>
<?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;
?>
<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)]['tm_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)]['tm_datum_form'];?>
- <?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'];?>
</option>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</select>
</p>
<br />
<p align='center'>
<input type='submit' name='senden' value="Datum 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">
<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;
}
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;
}
.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;
}
</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>
<legend>
<b>Testergebnisse: <?php echo $_smarty_tpl->tpl_vars['erg_datum']->value;?>
- <?php echo $_smarty_tpl->tpl_vars['erg_standort']->value;?>
</b>
</legend>
<br>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tr>
<th>
<b>#</b>
</th>
<th>
<b>TAN</b>
</th>
<th>
<b>Name</b>
</th>
<th>
<b>Satzergänzung</b>
</th>
<th>
<b>Gemeinsamkeiten</b>
</th>
<!--
<th>
<b>Gemeinsamkeiten</b>
</th>
-->
<th>
<b>Rechenaufgaben</b>
</th>
<th>
<b>Zahlenreihen</b>
</th>
<th>
<b>Rechenzeichen</b>
</th>
<th>
<b>Matrizen</b>
</th>
<!--
<th>
<b>Verbale Intelligenz</b>
</th>
<th>
<b>Numerische Intelligenz</b>
</th>
-->
<th>
<b>Merkfähigkeit verbal</b>
</th>
<th>
<b>Summe Einzeltests</b>
</th>
<th>
<b>Gesamtergebnis</b>
</th>
<th>
<b>Manuell nicht bestanden</b>
</th>
</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']++){
$_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] = $__section_table_data1_1_iteration;
?>
<tr>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?php echo (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null);?>
</td>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['tan'];?>
</td>
<td height="35" <?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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['satzerg'];?>
</td>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['gemeinsamkeiten'];?>
</td>
<!--
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['gemeinsamkeiten'];?>
</td>
-->
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['rechenaufgaben'];?>
</td>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['zahlenreihen'];?>
</td>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['rechenzeichen'];?>
</td>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['matrizen'];?>
</td>
<!--
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['verb_intelligenz'];?>
</td>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['num_intelligenz'];?>
</td>
-->
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['merkf'];?>
</td>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['summe'];?>
</td>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['bestanden'] == 1) {?>
bestanden
<?php } else { ?>
nicht bestanden
<?php }?>
</td>
<td height="35" 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['bestanden'] == 1) {?>
<a href="?action=del&eg_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)]['eg_id'];?>
&ka_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)]['ka_id'];?>
" class="ButtonDel">Als durchgefallen markieren</a>
<?php }?>
</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 }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'del') {?>
<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 Testergebnisse von <b><?php echo $_smarty_tpl->tpl_vars['del_name']->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=del2&eg_id=<?php echo $_smarty_tpl->tpl_vars['del_eg_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 }
}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,98 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-24 09:05:57
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/liste_tn.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1a88555e3626_51840792',
'file_dependency' =>
array (
'a666deab135a876302e5bb979be61d921fb7e36c' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/liste_tn.html',
1 => 1582550996,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1a88555e3626_51840792 ($_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">
<style>
select{
width:330px;
}
</style>
</head>
<body>
<form action="?action=ausgabe" method='post' name='ausgabe'>
<?php if ($_smarty_tpl->tpl_vars['termine_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['termine_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset>
<legend>
<b>Teilnehmerliste</b>
</legend>
<br />
<br />
<p align="center">
<select name="testtermin" size=15>
<?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']++){
?>
<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)]['tm_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)]['tm_datum_form'];?>
- <?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'];?>
</option>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</select>
</p>
<br />
<p align='center'>
<input type='submit' name='senden' value="Liste drucken">
</p>
<br />
</fieldset>
</form>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,77 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 09:46:25
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/menu_administration.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f19405176d801_14307775',
'file_dependency' =>
array (
'b1a20a9216c343309b4725efa8d229c3a44187c8' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/menu_administration.html',
1 => 1595490372,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f19405176d801_14307775 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Menu</title>
<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="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/js/jquery.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/js/accordion.js"><?php echo '</script'; ?>
>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<form action="?action=suche" method='post' name='searchform'>
<div class="accordion2">
<h3><span>Voreinstellungen</span></h3>
<ul>
<li class="abstand"><a href="parameter.php" target="eingabe_haupt"><span>Systemparameter</span></a></li>
</ul>
<h3><span>System</span></h3>
<ul>
<li class="abstand"><a href="tanimport.php" target="eingabe_haupt"><span>Hogrefe: TAN Import</span></a></li>
<li class="abstand"><a href="praxisstellen_edit.php" target="eingabe_haupt"><span>Ausbildungsstellen bearbeiten</span></a></li>
<li class="abstand"><a href="praxisstellen_news.php" target="eingabe_haupt"><span>Ausbildungsstellen News</span></a></li>
<li class="abstand"><a href="dokverw.php" target="eingabe_haupt"><span>Dokumentenverwaltung</span></a></li>
</ul>
<!--
<h3><span onmousemove="if(document.searchform)document.searchform.patrone.focus();return false;">Suche nach ID</span></h3>
<ul>
<li class="abstand"> <input class="eingabe_search" type="text" id="suchid" name="suchid" onkeyup="ajax_showOptions(this,'getWord',event)"></li>
<p align="right"><input type="submit" value="suche" name="b1" /></p> <!-- Auf Button kann verzichtet werden
</ul>
-->
</div>
</form>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,495 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 10:36:36
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/profil.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f194c147eacb5_40446473',
'file_dependency' =>
array (
'b1e46c160db8c48f2897b744aef6ebe2aef3fb04' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/profil.html',
1 => 1595482760,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f194c147eacb5_40446473 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Profil der Ausbildungsstellen 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">
<link rel="stylesheet" href="../jquery/jquery-ui.css">
<link rel="stylesheet" href="../jquery/jquery.timepicker.min.css">
<?php echo '<script'; ?>
src="../jquery/jquery-1.12.4.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery-ui.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.culture.de-DE.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.mousewheel.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.timepicker.min.js"><?php echo '</script'; ?>
>
<style type="text/css">
.spinner {
width: 112px;
height: 15px;
font-size: 12px !important;
}
</style>
<?php echo '<script'; ?>
>
$( function() {
$( ".spinner" ).spinner({
change: function (event, ui) {
<!--calc_erm_78();-->
},
spin: function (event, ui) {
<!--calc_erm_78();-->
},
start: function (event, ui) {
<!--calc_erm_78();-->
},
stop: function (event, ui) {
<!--calc_erm_78();-->
},
step: 1,
numberFormat: "i",
min:0,
decimals:0
});
Globalize.culture( "de-DE" );
} );
function trackKeys(evnt,regEx) {
var keyCode = evnt.keyCode ? evnt.keyCode : evnt.which;
return !!String.fromCharCode(keyCode).match(regEx);
}
//-->
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(function() {
$(".datepicker").datepicker({
prevText: '&#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-5:+5",
showButtonPanel : true,
altField : "#datepicker_input",
dateFormat : "dd.mm.yy",
showWeek: true
});
$.datepicker._gotoToday = function(id) {
$(id).datepicker('setDate', new Date()).datepicker('hide').blur();
}
});
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function(){
$('input.timepicker').timepicker({
timeFormat: 'HH:mm',
interval: 30,
minTime: '7',
maxTime: '18:00',
startTime: '7',
dynamic: false,
dropdown: true,
scrollbar: true
});
});
<?php echo '</script'; ?>
>
<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="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>
<form action="?action=save" method='post' name='save'>
<?php if ($_smarty_tpl->tpl_vars['dst_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['dst_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset class="fieldset2">
<legend>
<b>Profil</b>
</legend>
<br />
<br />
<table cellspacing="0" cellpadding="0" width="100%" border="0" class="StandardTable">
<tr>
<td width="15%">
<b>Art:</b>
</td>
<td>
<select name="art" size="5">
<option value="Gemeindeverwaltung" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'Gemeindeverwaltung') {?> selected <?php }?>}>Gemeindeverwaltung</option>
<option value="GVV" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'GVV') {?> selected <?php }?>}>GVV</option>
<option value="Landratsamt" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'Landratsamt') {?> selected <?php }?>}>Landratsamt</option>
<option value="Stadtverwaltung" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'Stadtverwaltung') {?> selected <?php }?>}>Stadtverwaltung</option>
<option value="VVG" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'VVG') {?> selected <?php }?>}>VVG</option>
</select>
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
<tr>
<tr>
<td width="15%">
<b>Behördenname:</b>
</td>
<td>
<input type="text" name="name" id="name" value="<?php echo $_smarty_tpl->tpl_vars['dst_name']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
<tr>
<tr>
<td width="15%">
<b>Straße:</b>
</td>
<td>
<input type="text" name="str" id="str" value="<?php echo $_smarty_tpl->tpl_vars['dst_str']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
<b>PLZ / Ort:</b>
</td>
<td>
<input type="text" name="plz" id="plz" value="<?php echo $_smarty_tpl->tpl_vars['dst_plz']->value;?>
" size="5"> <input type="text" name="ort" id="ort" value="<?php echo $_smarty_tpl->tpl_vars['dst_ort']->value;?>
" size="30">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
<b>Funktionsmailadresse:</b>
</td>
<td>
<input type="text" name="mail" id="mail" value="<?php echo $_smarty_tpl->tpl_vars['dst_mail']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%" colspan="2"><b>Anmeldefrist für Onlinebewerbungen:</b>
<br>Ist ein Datum gesetzt, wird die Ausbildungsstelle den Bewerbern nur innerhalb dieses Zeitraums für Onlinebewerbungen angeboten.
</td>
</tr>
<tr>
<td width="15%">
<b>Anzeige von:</b>
</td>
<td>
<input type="text" class="datepicker" name="gueltigvon" id="gueltigvon" value="<?php echo $_smarty_tpl->tpl_vars['dst_value_gueltigvon']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">
<b>Anzeige bis:</b>
</td>
<td>
<input type="text" class="datepicker" name="gueltigbis" id="gueltigbis" value="<?php echo $_smarty_tpl->tpl_vars['dst_value_gueltigbis']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td colspan="2"width="15%">
Neues Passwort erstellen:<br>
</td>
</tr>
<tr>
<td width="15%">
<b>Passwort:</b>
</td>
<td>
<input name="pwd_prx" id="pwd_prx" type="password" value="<?php echo $_smarty_tpl->tpl_vars['dst_pwd']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
<b>Passwort wiederholen:</b>
</td>
<td>
<input name="pwd_prx_wied" id="pwd_prx_wied" type="password" value="<?php echo $_smarty_tpl->tpl_vars['dst_pwd_wied']->value;?>
" size="40">
</td>
</tr>
</table>
<br />
<br />
<br />
<b><u>Informationen</u></b>
<ul>
<li>Bitte beachten Sie, dass alle Felder - außer Passwörter - Pflichtfelder sind.</li>
<li>Wollen Sie das Passwort ändern, müssen die Felder "Passwort" und "Passwort wiederholen" identisch ausgefüllt sein</li>
<li>Bitte geben Sie <b>KEINE</b> persönliche Mailadresse ein wie <u>vorname.nachname@...</u> sondern besser bspw. <u>ausbildung@...</u></li>
<li>Der Anmeldename im Ausbildungsstellenportal ist die angegebene E-Mailadresse sowie das hier angegebene Passwort.</li>
</ul>
<p align='center'>
<input type='submit' name='senden' value="Profil speichern">
</p>
<br />
</fieldset>
</form>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'save') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Profil der Ausbildungsstellen 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="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>
<fieldset>
<legend>
<b>Profil bearbeitet</b>
</legend>
<br>
Das Profil wurde bearbeitet.<br>
<br>
</fieldset>
</form>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,177 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-24 11:25:06
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/hogrefe/index.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1aa8f208d5b8_83754086',
'file_dependency' =>
array (
'b20b072519cd8fe23a45d0d5d3b29a81deee2b8f' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/hogrefe/index.html',
1 => 1595582702,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1aa8f208d5b8_83754086 ($_smarty_tpl) {
?>
<!-- index gegen LDAP und DB bei externer Kennung-->
<?php if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<head>
<title><?php echo $_smarty_tpl->tpl_vars['index_titel']->value;?>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Pragma" content="no-cache">
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery-1.5.1.min.js"><?php echo '</script'; ?>
>
<!-- DATEI GIBTS NICHT <?php echo '<script'; ?>
>!window.jQuery && document.write('<?php echo '<script'; ?>
src="jquery-1.4.3.min.js"><\/script>');<?php echo '</script'; ?>
>-->
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.mousewheel-3.0.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
<?php echo '</script'; ?>
>
</head>
<body onload="if(document.login)document.login.user.focus();return false;" onselectstart="return false" ondragstart="return false" oncontextmenu="return false" oncontext="return false">
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center"><?php echo $_smarty_tpl->tpl_vars['index_titel']->value;?>
</div>
</div>
</div>
<div class="pat_list_box">
<p>
<?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 }?>
<p align="center">Herzlich Willkommen zum Sudierfähigkeitstest für den Bachelor Public Management</p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/deputat_icon.svg" height="100">
</td>
<td align="left">
<table width="100%">
<form action=?action=anmeld method="POST" name="login">
<tr>
<td width="40%">
<strong>Persönliche ID</strong>
</td>
<td>
<input class="eingabe" type="text" name="user" value="<?php echo $_smarty_tpl->tpl_vars['index_user']->value;?>
" tabindex="1"></td>
</td>
</tr>
<tr>
<td width="40%">
<strong>TAN</strong>
</td>
<td>
<input class="eingabe" type="password" name="password" tabindex="2"></td>
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td width="40%">
&nbsp;
</td>
<td>
<input type="submit" value="Login">
</td>
</tr>
</table>
</td>
</tr>
</table>
<p align="center">
<!--
<br />
<br />
<a class="squarebutton_blue box" href="register.php"><span>Registrierung</span></a>
-->
</p>
<br />
<br />
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'anmeld') {?>
<?php if ($_smarty_tpl->tpl_vars['index_login']->value == '1') {?>
<meta http-equiv="refresh" content="0; URL=indexframe.php">
<?php }
}
}
}

View File

@ -0,0 +1,76 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 11:17:20
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\menu_administration.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f116ca07e7264_54230575',
'file_dependency' =>
array (
'b45b34e432fb81467bb8a9c4dab509f8fe00589e' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\menu_administration.html',
1 => 1590572917,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f116ca07e7264_54230575 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Menu</title>
<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="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/js/jquery.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/js/accordion.js"><?php echo '</script'; ?>
>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<form action="?action=suche" method='post' name='searchform'>
<div class="accordion2">
<h3><span>Voreinstellungen</span></h3>
<ul>
<li class="abstand"><a href="parameter.php" target="eingabe_haupt"><span>Systemparameter</span></a></li>
</ul>
<h3><span>System</span></h3>
<ul>
<li class="abstand"><a href="tanimport.php" target="eingabe_haupt"><span>Hogrefe: TAN Import</span></a></li>
<li class="abstand"><a href="praxisstellen_edit.php" target="eingabe_haupt"><span>Praxisstellen bearbeiten</span></a></li>
<li class="abstand"><a href="praxisstellen_news.php" target="eingabe_haupt"><span>Praxisstellen News</span></a></li>
<li class="abstand"><a href="dokverw.php" target="eingabe_haupt"><span>Dokumentenverwaltung</span></a></li>
</ul>
<!--
<h3><span onmousemove="if(document.searchform)document.searchform.patrone.focus();return false;">Suche nach ID</span></h3>
<ul>
<li class="abstand"> <input class="eingabe_search" type="text" id="suchid" name="suchid" onkeyup="ajax_showOptions(this,'getWord',event)"></li>
<p align="right"><input type="submit" value="suche" name="b1" /></p> <!-- Auf Button kann verzichtet werden
</ul>
-->
</div>
</form>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,167 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 08:40:42
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/parameter.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1930ea77a7d1_03251679',
'file_dependency' =>
array (
'b50246612c10a9ef832e45baa527332734ec8f8f' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/parameter.html',
1 => 1583737566,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1930ea77a7d1_03251679 ($_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">
<style>
input{
width:330px;
}
.row_0 {
background-color: #FFFFFF;
}
.row_1 {
background-color: #E1E8F1;
}
</style>
</head>
<body>
<form action="?action=save" method='post' name='save'>
<?php if ($_smarty_tpl->tpl_vars['termine_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['termine_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset>
<legend>
<b>Systemparameter</b>
</legend>
<br />
<br />
<table width="100%" cellspacing="0" cellpadding="0">
<?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']++){
?>
<tr>
<td min-width="40%" class="row_<?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)]['zaehler'];?>
" height='30'>
<?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'];
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)]['pid'] == 1) {?> <b>Verfügbare Rest-TANs: <?php echo $_smarty_tpl->tpl_vars['parameter_anzahltan']->value;?>
</b><?php }?>
</td>
<td class="row_<?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)]['zaehler'];?>
" height='30'>
<input align="right" 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)]['pid'];?>
" 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)]['wert'];?>
">
</td>
</tr>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</table>
</p>
<br />
<p align='center'>
<input type='submit' name='senden' value="speichern">
</p>
<br />
</fieldset>
</form>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'save') {
if ($_smarty_tpl->tpl_vars['parameter_inserterr']->value == '1') {?>
<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>Fehler beim der Speicherung</legend>
<br />
<br />
Es traten folgende Fehler auf:
<br />
<?php echo $_smarty_tpl->tpl_vars['parameter_reason']->value;?>
<br />
</fieldset>
</form>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['parameter_inserterr']->value == '2') {?>
<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>Speicherung</legend>
<br />
<br />
<p align="center">
Die Daten wurden übernommen.
</p>
<br />
<br />
</fieldset>
</form>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
}
}
}

View File

@ -0,0 +1,205 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 07:36:26
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\praxisstelle\hauptframe.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1921da08cf66_40723088',
'file_dependency' =>
array (
'b7d898dd4096c6bb7c561232cf9f3a4195ccee66' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\praxisstelle\\hauptframe.html',
1 => 1595482459,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1921da08cf66_40723088 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<head>
<title>BPM Ausbildungsstellenverwaltung</title>
<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>
.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;
}
</style>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<div class="header">
<div>
<div>Willkommen</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="100%" height="80%">
<tr>
<td align="center">
<b>Willkommen bei der BPM Ausbildungsstellenverwaltung</b>
<br />
<br />
<br />
Wählen Sie oben einen Reiter aus, um den gewünschten Bereich zu verwalten.
</td>
</tr>
<tr>
<td align="center">
<fieldset style="width:800px">
<legend>
<b>Aktuelle Nachrichten</b>
</legend>
<table cellspacing="0" cellpadding="2" width="100%" border="1" width="80%">
<tr>
<td>
<b>Datum - Zeit</b>
</td>
<td>
<b>Überschrift</b>
</td>
<td>
<b>Anzeige</b>
</td>
<tr>
<?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;
?>
<?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)]['pn_date_form'];?>
</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)]['pn_headline'];?>
</td>
<td>
<a class="ButtonAnzeigen box" 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)]['pn_headline'];?>
" href="?action=show&pn_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)]['pn_id'];?>
">Nachricht anzeigen</a>
</td>
</tr>
<?php }?>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</table>
</fieldset>
</tr>
</td>
</tr>
</table>
<br>
<br>
</div>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'show') {?>
<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><?php echo $_smarty_tpl->tpl_vars['prx_show_headline']->value;?>
</b>
</legend>
<?php echo $_smarty_tpl->tpl_vars['prx_show_text']->value;?>
<br />
<br />
<br />
</form>
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,47 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 07:36:25
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\praxisstelle\indexframe.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1921d9dfa320_81745359',
'file_dependency' =>
array (
'bcd2bbe60aa0d2b6c4e1bfba3cceae32e09f84fd' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\praxisstelle\\indexframe.html',
1 => 1595482463,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1921d9dfa320_81745359 ($_smarty_tpl) {
?>
<html>
<head>
<title>BPM Ausbildungsstellenverwaltung</title>
<link type="text/css" rel="stylesheet" href="../css/styles_refill.css">
</head>
<style type='text/css'>
</style>
<frameset rows="103, 79%" cols="1*" border="0">
<frame name="banner" scrolling="no" marginwidth="10" marginheight="0" namo_target_frame="detail" src="titel.php" noresize>
<frameset rows="1*" cols="100%">
<frame name="detail" scrolling="yes" marginwidth="0" marginheight="0" src="hauptframe.php">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>To view this page correctly, you need a Web browser that supports frames.</p>
</body>
</noframes>
</frameset>
</html><?php }
}

View File

@ -0,0 +1,546 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-20 16:48:21
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\praxisstellen_edit.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f15aeb5c07e65_91284469',
'file_dependency' =>
array (
'bdfba4a1094111aeb7017b5b52dbeca4774bca9f' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\praxisstellen_edit.html',
1 => 1595256498,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f15aeb5c07e65_91284469 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<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">
<link rel="stylesheet" href="../jquery/jquery.timepicker.min.css">
<?php echo '<script'; ?>
src="../jquery/jquery-1.12.4.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery-ui.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/globalize.culture.de-DE.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.mousewheel.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.timepicker.min.js"><?php echo '</script'; ?>
>
<style type="text/css">
.spinner {
width: 112px;
height: 15px;
font-size: 12px !important;
}
</style>
<?php echo '<script'; ?>
>
$( function() {
$( ".spinner" ).spinner({
change: function (event, ui) {
<!--calc_erm_78();-->
},
spin: function (event, ui) {
<!--calc_erm_78();-->
},
start: function (event, ui) {
<!--calc_erm_78();-->
},
stop: function (event, ui) {
<!--calc_erm_78();-->
},
step: 1,
numberFormat: "i",
min:0,
decimals:0
});
Globalize.culture( "de-DE" );
} );
function trackKeys(evnt,regEx) {
var keyCode = evnt.keyCode ? evnt.keyCode : evnt.which;
return !!String.fromCharCode(keyCode).match(regEx);
}
//-->
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(function() {
$(".datepicker").datepicker({
prevText: '&#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-5:+5",
showButtonPanel : true,
altField : "#datepicker_input",
dateFormat : "dd.mm.yy",
showWeek: true
});
$.datepicker._gotoToday = function(id) {
$(id).datepicker('setDate', new Date()).datepicker('hide').blur();
}
});
<?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function(){
$('input.timepicker').timepicker({
timeFormat: 'HH:mm',
interval: 30,
minTime: '7',
maxTime: '18:00',
startTime: '7',
dynamic: false,
dropdown: true,
scrollbar: true
});
});
<?php echo '</script'; ?>
>
<style>
.StandardTable thead th{
background: lightgray;
border: 1px solid #656565;
font-size:12px;
font-family:Arial;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
}
textarea{
border: 1px solid #888;
height: 6.7em;
width: 48.5em;
}
select{
width:330px;
}
.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>
<style>
.result
{
background-color: #00ffff;
}
</style>
</head>
<body>
<form action="?action=save" method='post' name='erfassen'>
<?php if ($_smarty_tpl->tpl_vars['prxedit_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['prxedit_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset>
<legend>
<b>Praxisstelle erfassen</b>
</legend>
<br />
<br />
<table cellspacing="0" cellpadding="0" width="100%" border="0" class="StandardTable">
<tr>
<td width="15%">
Art der Ausbildungsstelle:
</td>
<td>
<select name="art" size="7">
<option value="Gemeindeverwaltung" <?php if ($_smarty_tpl->tpl_vars['prxedit_value_art']->value == 'Gemeindeverwaltung') {?> selected <?php }?>}>Gemeindeverwaltung</option>
<option value="GVV" <?php if ($_smarty_tpl->tpl_vars['prxedit_value_art']->value == 'GVV') {?> selected <?php }?>}>GVV</option>
<option value="Landratsamt" <?php if ($_smarty_tpl->tpl_vars['prxedit_value_art']->value == 'Landratsamt') {?> selected <?php }?>}>Landratsamt</option>
<option value="Stadtverwaltung" <?php if ($_smarty_tpl->tpl_vars['prxedit_value_art']->value == 'Stadtverwaltung') {?> selected <?php }?>}>Stadtverwaltung</option>
<option value="VVG" <?php if ($_smarty_tpl->tpl_vars['prxedit_value_art']->value == 'VVG') {?> selected <?php }?>}>VVG</option>
<option value="Regierungspräsidium" <?php if ($_smarty_tpl->tpl_vars['prxedit_value_art']->value == 'Regierungspräsidium') {?> selected <?php }?>}>Regierungspräsidium</option>
<option value="Privatrechtliche Einrichtungen in öffentlicher Hand" <?php if ($_smarty_tpl->tpl_vars['prxedit_value_art']->value == 'Privatrechtliche Einrichtungen in öffentlicher Hand') {?> selected <?php }?>}>Privatrechtliche Einrichtungen in öffentlicher Hand</option>
</select>
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
<tr>
<tr>
<td width="15%">
Behördenname:
</td>
<td>
<input type="text" name="name" id="name" value="<?php echo $_smarty_tpl->tpl_vars['prxedit_value_name']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
<tr>
<tr>
<td width="15%">
Straße:
</td>
<td>
<input type="text" name="str" id="str" value="<?php echo $_smarty_tpl->tpl_vars['prxedit_value_str']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
PLZ / Ort:
</td>
<td>
<input type="text" name="plz" id="plz" value="<?php echo $_smarty_tpl->tpl_vars['prxedit_value_plz']->value;?>
" size="5"> <input type="text" name="ort" id="ort" value="<?php echo $_smarty_tpl->tpl_vars['prxedit_value_ort']->value;?>
" size="30">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
Mail:
</td>
<td>
<input type="text" name="mail" id="mail" value="<?php echo $_smarty_tpl->tpl_vars['prxedit_value_mail']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
Gültig von:
</td>
<td>
<input type="text" class="datepicker" name="gueltigvon" id="gueltigvon" value="<?php echo $_smarty_tpl->tpl_vars['prxedit_value_gueltigvon']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
Gültig bis:
</td>
<td>
<input type="text" class="datepicker" name="gueltigbis" id="gueltigbis" value="<?php echo $_smarty_tpl->tpl_vars['prxedit_value_gueltigbis']->value;?>
" size="40">
</td>
</tr>
<tr>
<td>&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
</table>
<br />
<p align='center'>
<input type='submit' name='senden' value="Praxisstelle speichern" class="button">
<?php if ($_smarty_tpl->tpl_vars['prxedit_value_user']->value != '') {?>
&nbsp;<a href="bewerber_daten.php?action=ausgabe&user=<?php echo $_smarty_tpl->tpl_vars['prxedit_value_user']->value;?>
" class="button">zurück zu <?php echo $_smarty_tpl->tpl_vars['prxedit_value_username']->value;?>
</a>
<?php }?>
</p>
<br />
</fieldset>
</form>
<br />
<br />
<fieldset>
<legend>
<b>Erfasste Praxisstellen</b>
</legend>
<?php echo '<script'; ?>
type="text/javascript" src="../jquery/prx_search.js"><?php echo '</script'; ?>
>
<link type="text/css" href="../jquery/jquery-ui.min.css" rel="stylesheet" />
<table cellspacing="0" cellpadding="2" width="100%" border="0">
<tr>
<td width="180">
<b>Suche: Mind 3 Zeichen: </b>
</td>
<td width="180">
<input type="text" id="search" name="search" />
</td>
<td>
<input id = "btnSubmit" type="submit" value="Zeige alle"/>
</td>
</table>
<br>
<div id="results"></div>
</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;
}
</style>
</head>
<body>
<fieldset>
<legend>
<b>E-Mail bearbeiten</b>
</legend>
<br />
<br />
<form action="?action=mailsenden2" 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="dstid" id="dstid" size="101" value="<?php echo $_smarty_tpl->tpl_vars['mail_dstid']->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 }
}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,44 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 09:46:25
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/administration_frame.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1940515e3cf5_79481004',
'file_dependency' =>
array (
'c1c182e104c4a832c439ad2072745edde6579c0e' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/administration_frame.html',
1 => 1595490378,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1940515e3cf5_79481004 ($_smarty_tpl) {
?>
<html>
<head>
<title>Deputatverwaltung</title>
<link type="text/css" rel="stylesheet" href="../css/styles_refill.css">
</head>
<frameset rows="1*" cols="300, 76%" border="0">
<frame name="menu_eingabe" scrolling="auto" marginwidth="10" marginheight="14" src="menu_administration.php">
<frame name="eingabe_haupt" scrolling="yes" marginwidth="0" marginheight="0" src="parameter.php">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>To view this page correctly, you need a Web browser that supports frames.</p>
</body>
</noframes>
</frameset>
</html><?php }
}

View File

@ -0,0 +1,498 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 07:22:52
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\praxisstelle\register.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f191eac648b01_06221064',
'file_dependency' =>
array (
'c1d7828b139474a6d91248e5a92a36cf741521e8' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\praxisstelle\\register.html',
1 => 1595481769,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f191eac648b01_06221064 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<head>
<title>Registrierung der Praxisstellen BPM (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Pragma" content="no-cache">
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
.eingabe{
width:350px;
}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery-1.5.1.min.js"><?php echo '</script'; ?>
>
<!-- DATEI GIBTS NICHT <?php echo '<script'; ?>
>!window.jQuery && document.write('<?php echo '<script'; ?>
src="jquery-1.4.3.min.js"><\/script>');<?php echo '</script'; ?>
>-->
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.mousewheel-3.0.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
<?php echo '</script'; ?>
>
</head>
<body onload="if(document.login)document.login.username.focus();return false;">
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">Registrierung der Ausbildungsstellen BPM (Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.</div>
</div>
</div>
<div class="pat_list_box">
<p>
<?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 }?>
<p align="center">Herzlich willkommen, bitte registrieren Sie Ihre Ausbildungsstelle für das Einführungspraktikum im Studiengang Bachelor Public Management (BPM).<br>
Geben Sie dazu Ihre Zugangsdaten aus der E-Mail ein.
<br>
<br>
Sollten Sie sich bereits für <b><u><i>"Bachelor of Arts - Public Management"</i></u></b> registriert haben, dann melden Sie sich mit der hinterlegten Mailadresse<br>und <b><u>ihrem</u></b> Passwort im Ausbildungsstellenportal: <a href='https://www.hs-ludwigsburg.de/kurs/bpm/praxisstelle/'>https://www.hs-ludwigsburg.de/kurs/bpm/praxisstelle</a> an.
</p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/deputat_icon.svg" height="100">
</td>
<td align="left">
<form action=?action=anmeld method="POST" name="login">
<table width="100%" border="0">
<tr>
<td width="20%">
<strong>Benutzername:</strong>
</td>
<td>
<input class="eingabe" name="username" value='<?php echo $_smarty_tpl->tpl_vars['reg_uid']->value;?>
' tabindex="1">
</td>
</tr>
<tr>
<td width="20%">
<strong>Passwort:</strong>
</td>
<td>
<input class="eingabe" type='password' value='<?php echo $_smarty_tpl->tpl_vars['reg_tan']->value;?>
' name="password" tabindex="2">
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td width="20%">
&nbsp;
</td>
<td>
<input type="submit" value="Login">
</td>
</tr>
</table>
</td>
</tr>
</table>
<p align="center">
<!--
<br />
<br />
<a class="squarebutton_blue box" href="register.php"><span>Registrierung</span></a>
-->
</p>
<br />
<br />
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'anmeld') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Registrierung der Praxisstellen 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="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>
<form action="?action=save" method='post' name='save'>
<?php if ($_smarty_tpl->tpl_vars['dst_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['dst_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset>
<legend>
<b>Praxisstelle registrieren</b>
</legend>
<br />
<br />
<table cellspacing="0" cellpadding="0" width="100%" border="0" class="StandardTable">
<tr>
<td width="15%">
<b>Art:</b>
</td>
<td>
<select name="art" size="6">
<option value="Gemeindeverwaltung" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'Gemeindeverwaltung') {?> selected <?php }?>}>Gemeindeverwaltung</option>
<option value="GVV" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'GVV') {?> selected <?php }?>}>GVV</option>
<option value="Landratsamt" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'Landratsamt') {?> selected <?php }?>}>Landratsamt</option>
<option value="Stadtverwaltung" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'Stadtverwaltung') {?> selected <?php }?>}>Stadtverwaltung</option>
<option value="VVG" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'VVG') {?> selected <?php }?>}>VVG</option>
<option value="Regierungspräsidium" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'Regierungspräsidium') {?> selected <?php }?>}>Regierungspräsidium</option>
<option value="Privatrechtliche Einrichtungen in öffentlicher Hand" <?php if ($_smarty_tpl->tpl_vars['dst_bezeichnung']->value == 'Privatrechtliche Einrichtungen in öffentlicher Hand') {?> selected <?php }?>}>Privatrechtliche Einrichtungen in öffentlicher Hand</option>
</select>
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
<tr>
<tr>
<td width="15%">
<b>Behördenname:</b>
</td>
<td>
<input type="text" name="name" id="name" value="<?php echo $_smarty_tpl->tpl_vars['dst_name']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
<tr>
<tr>
<td width="15%">
<b>Straße:</b>
</td>
<td>
<input type="text" name="str" id="str" value="<?php echo $_smarty_tpl->tpl_vars['dst_str']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
<b>PLZ / Ort:</b>
</td>
<td>
<input type="text" name="plz" id="plz" value="<?php echo $_smarty_tpl->tpl_vars['dst_plz']->value;?>
" size="5"> <input type="text" name="ort" id="ort" value="<?php echo $_smarty_tpl->tpl_vars['dst_ort']->value;?>
" size="30">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
<b>Funktionsmailadresse:</b>
</td>
<td>
<input type="text" name="mail" id="mail" value="<?php echo $_smarty_tpl->tpl_vars['dst_mail']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td colspan="2"width="15%">
Geben Sie ein Passwort an, um sich im Praxisstellenportal anmelden zu können.<br>
Damit haben Sie Zugang zu den Bewerberunterlagen:
</td>
</tr>
<tr>
<td width="15%">
<b>Passwort:</b>
</td>
<td>
<input name="pwd_prx" id="pwd_prx" type="password" value="<?php echo $_smarty_tpl->tpl_vars['dst_pwd']->value;?>
" size="40">
</td>
</tr>
<tr>
<td width="15%">&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td width="15%">
<b>Passwort wiederholen:</b>
</td>
<td>
<input name="pwd_prx_wied" id="pwd_prx_wied" type="password" value="<?php echo $_smarty_tpl->tpl_vars['dst_pwd_wied']->value;?>
" size="40">
</td>
</tr>
</table>
<br />
<br />
<br />
<b><u>Informationen</u></b>
<ul>
<li>Bitte beachten Sie, dass alle Felder Pflichtfelder sind.</li>
<li>Bitte geben Sie <b>KEINE</b> persönliche Mailadresse ein wie <u>vorname.nachname@...</u> sondern besser bspw. <u>ausbildung@...</u></li>
<li>Der Anmeldename im Praxisstellenportal ist die angegebene E-Mailadresse sowie das hier angegebene Passwort.</li>
</ul>
<p align='center'>
<input type='submit' name='senden' value="Praxisstelle registrieren">
</p>
<br />
</fieldset>
</form>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'save') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Registrierung der Praxisstellen 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="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>
<fieldset>
<legend>
<b>Praxisstelle registriert</b>
</legend>
<br>
Die Praxisstelle wurde registriert<br>
Sie können sich nun mit ihrer Mailadresse und dem angebenen Passwort im Praxisstellenportal anmelden:<br>
<br>
<a href='https://www.hs-ludwigsburg.de/kurs/bpm/praxisstelle/index.php'>https://www.hs-ludwigsburg.de/kurs/bpm/praxisstelle/index.php</a>
<br><br>
Die Registrierung ist abgeschlossen, das Fenster kann geschlossen werden.<br>
<br>
</fieldset>
</form>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,313 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 14:15:44
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\praxisstellen_news.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f119670ac4804_51869160',
'file_dependency' =>
array (
'c3a416b043166985f11956a98dfe96405d6a54f1' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\praxisstellen_news.html',
1 => 1588842772,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f119670ac4804_51869160 ($_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'; ?>
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;
}
</style>
</head>
<body>
<form action="?action=save" method='post' name='save'>
<?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>Praxisstellen News</b>
</legend>
<br />
<br />
<table width="100%" border="1" cellspacing="0" cellpadding="0" rules="all">
<tr>
<td height="40" style="padding-left:5px">
Überschrift:
</td>
<td style="padding-left:5px">
<input type="text" id="headline" name="headline" value="<?php echo $_smarty_tpl->tpl_vars['news_value_headline']->value;?>
" size="60">
</td>
</tr>
<tr>
<td height="40" style="padding-left:5px">
Inhalt:
</td>
<td style="padding-left:5px">
<textarea id='text' name='text'><?php echo $_smarty_tpl->tpl_vars['news_value_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'; ?>
>
</td>
</tr>
</table>
</p>
<br />
<br />
<p align='center'>
<input type='submit' name='senden' value="Speichern">
</p>
<br />
</form>
</fieldset>
<br />
<br />
<br />
<br />
<fieldset>
<legend>
<b>Erfasste News</b>
</legend>
<table cellspacing="0" cellpadding="2" width="100%" border="1">
<tr>
<td>
<b>Datum - Zeit</b>
</td>
<td>
<b>Überschrift</b>
</td>
<td>
<b>Anzeige</b>
</td>
<td align="center">
<b>Edit</b>
</td>
<tr>
<?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;
?>
<?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)]['pn_date_form'];?>
</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)]['pn_headline'];?>
</td>
<td>
<a class="ButtonAnzeigen box" 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)]['pn_headline'];?>
" href="?action=show&pn_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)]['pn_id'];?>
">Nachricht anzeigen</a>
</td>
<td align="center">
<a href=?edit=<?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)]['pn_id'];?>
><img title = "Termin bearbeiten" border="0" height=10 src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/edit.png"></a>
&nbsp;
<a href="?action=del&pn_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)]['pn_id'];?>
"><img title = 'Termin 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_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</table>
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'show') {?>
<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><?php echo $_smarty_tpl->tpl_vars['prx_show_headline']->value;?>
</b>
</legend>
<?php echo $_smarty_tpl->tpl_vars['prx_show_text']->value;?>
<br />
<br />
<br />
</form>
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,177 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 11:10:54
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\index.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f116b1e9038f7_52155372',
'file_dependency' =>
array (
'c46de89c853666017db6bb8ebcda14a4893f1adb' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\index.html',
1 => 1589181756,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f116b1e9038f7_52155372 ($_smarty_tpl) {
?>
<!-- index gegen LDAP und DB bei externer Kennung-->
<?php if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<head>
<title><?php echo $_smarty_tpl->tpl_vars['index_titel']->value;?>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery-1.5.1.min.js"><?php echo '</script'; ?>
>
<!-- DATEI GIBTS NICHT <?php echo '<script'; ?>
>!window.jQuery && document.write('<?php echo '<script'; ?>
src="jquery-1.4.3.min.js"><\/script>');<?php echo '</script'; ?>
>-->
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.mousewheel-3.0.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
<?php echo '</script'; ?>
>
</head>
<body onload="if(document.login)document.login.user.focus();return false;">
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center"><?php echo $_smarty_tpl->tpl_vars['index_titel']->value;?>
</div>
</div>
</div>
<div class="pat_list_box">
<p>
<?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 }?>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/deputat_icon.svg" height="100">
</td>
<td align="left">
<table width="100%">
<form action=?action=anmeld method="POST" name="login">
<tr>
<td width="40%">
<strong><?php echo $_smarty_tpl->tpl_vars['index_field_user']->value;?>
</strong>
</td>
<td>
<input class="eingabe" type="text" name="user" value="<?php echo $_smarty_tpl->tpl_vars['index_user']->value;?>
" tabindex="1"></td>
</td>
</tr>
<tr>
<td width="40%">
<strong><?php echo $_smarty_tpl->tpl_vars['index_field_pass']->value;?>
</strong>
</td>
<td>
<input class="eingabe" type="password" name="password" tabindex="2"></td>
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td width="40%">
&nbsp;
</td>
<td>
<input type="submit" value="Login">
</td>
</tr>
</table>
</td>
</tr>
</table>
<p align="center">
<!--
<br />
<br />
<a class="squarebutton_blue box" href="register.php"><span>Registrierung</span></a>
-->
</p>
<br />
<br />
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'anmeld') {?>
<?php if ($_smarty_tpl->tpl_vars['index_login']->value == '1') {?>
<meta http-equiv="refresh" content="0; URL=indexframe.php">
<?php }
}
}
}

View File

@ -0,0 +1,197 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 11:14:45
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\kand_del.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f116c059602e1_09152974',
'file_dependency' =>
array (
'd036ec1d07b848ebf08c8f6b0dde91823d1c5f0b' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\kand_del.html',
1 => 1591621193,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f116c059602e1_09152974 ($_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:330px;
}
#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:"kand_del"},
success:function(data)
{
/* $('#result').html(data);*/
/* console.log(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.nachfrage)document.nachfrage.search_text.focus();return false;">
<form action="?action=nachfrage" method='post' name='nachfrage'>
<?php if ($_smarty_tpl->tpl_vars['termine_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['termine_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset>
<legend>
<b>Kandidat löschen</b>
</legend>
<br />
<br />
<p align='center'>Kandidaten können gelöscht werden, solange sie noch nicht am Test teilgenommen haben.</p>
<p align="center">
<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>
<?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']++){
?>
<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)]['ka_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)]['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'];?>
(<?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)]['geb_format'];?>
)</option>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</select>
</p>
<br />
<p align='center'>
<input type='submit' name='senden' value="Kandidat löschen">
</p>
<br />
</fieldset>
</form>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'nachfrage') {?>
<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 Kandidat/in <b><u><?php echo $_smarty_tpl->tpl_vars['kand_name']->value;?>
</u></b> wirklich l&ouml;schen?<br><br>
<a href="?"><img title = "Nein" border="0" src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/nein.gif"></a>
&nbsp;
<a href="?action=delkand&ka_id=<?php echo $_smarty_tpl->tpl_vars['kand_ka_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 }
}
}

View File

@ -0,0 +1,167 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-24 11:06:42
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/bewerbung/index.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1aa4a27e9f70_75628832',
'file_dependency' =>
array (
'd15ab718f8d813c6deca6db55971ca75e58233ad' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/bewerbung/index.html',
1 => 1594976238,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1aa4a27e9f70_75628832 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<title>Bewerbung zum Studiengang BPM <!--(Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.--></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Pragma" content="no-cache">
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery-1.5.1.min.js"><?php echo '</script'; ?>
>
<!-- DATEI GIBTS NICHT <?php echo '<script'; ?>
>!window.jQuery && document.write('<?php echo '<script'; ?>
src="jquery-1.4.3.min.js"><\/script>');<?php echo '</script'; ?>
>-->
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.mousewheel-3.0.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
<?php echo '</script'; ?>
>
</head>
<body onload="if(document.login)document.login.user.focus();return false;" onselectstart="return false" ondragstart="return false" oncontextmenu="return false" oncontext="return false">
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center">Bewerbung zum Studiengang BPM<!--(Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.--></div>
</div>
</div>
<div class="pat_list_box">
<p>
<?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 }?>
<p align="center">Herzlich willkommen, bitte loggen Sie sich hier mit TestID und TAN ein, um sich für den Studiengang "Public Management" zu bewerben.
<br>
</p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/deputat_icon.svg" height="100">
</td>
<td align="left">
<table width="100%">
<form action=?action=anmeld method="POST" name="login">
<tr>
<td width="40%">
<strong>Persönliche ID</strong>
</td>
<td>
<input class="eingabe" type="text" name="user" value="<?php echo $_smarty_tpl->tpl_vars['index_user']->value;?>
" tabindex="1">
</td>
</td>
</tr>
<tr>
<td width="40%">
<strong>TAN</strong>
</td>
<td>
<input class="eingabe" type="password" name="password" tabindex="2">
</td>
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td width="40%">
&nbsp;
</td>
<td>
<input type="submit" value="Login">
</td>
</tr>
</table>
</td>
</tr>
</table>
<p align="center">
<!--
<br />
<br />
<a class="squarebutton_blue box" href="register.php"><span>Registrierung</span></a>
-->
</p>
<br />
<br />
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,231 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 11:15:55
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\rangliste2.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f116c4b0a1e73_44319058',
'file_dependency' =>
array (
'd269e55f56c6d830e8b849c1c3b57bf45cdb14a6' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\rangliste2.html',
1 => 1594974186,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f116c4b0a1e73_44319058 ($_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'; ?>
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;
}
</style>
</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>Rangliste 2</b>
</legend>
<br>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150">
Export Rangliste 2:
</td>
<td>&nbsp;<a href='rangliste2_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>
<br>
<br>
<table width="100%" border="1" cellspacing="0" cellpadding="0" rules="all">
<tr>
<td height="40" style="padding-left:5px">
<b>Ranglistenplatz 2 (<?php echo $_smarty_tpl->tpl_vars['dokverw_anzdb']->value;?>
)</b>
</td>
<td height="40" style="padding-left:5px">
<b>Name</b>
</td>
<td height="40" style="padding-left:5px">
<b>Mail</b>
</td>
<td height="40" style="padding-left:5px">
<b>ID</b>
</td>
<td height="40" style="padding-left:5px">
<b>Testdatum</b>
</td>
<td height="40" style="padding-left:5px">
<b>Testergebnis</b>
</td>
</tr>
<?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']++){
?>
<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)]['rangliste'];?>
</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">
<?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>
<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)]['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)]['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" 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)]['summe'];?>
/ 133
</td>
</tr>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</table>
<br />
<br />
</fieldset>
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,88 @@
<?php
/* Smarty version 3.1.29, created on 2021-07-23 10:44:19
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/menu_verwaltung.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_60fa8163183281_83719607',
'file_dependency' =>
array (
'd438d6aab9e42b84fa471b9f07bd8d39d9db7153' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/menu_verwaltung.html',
1 => 1627029835,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_60fa8163183281_83719607 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Menu</title>
<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="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/js/jquery.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/js/accordion.js"><?php echo '</script'; ?>
>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<form action="?action=suche" method='post' name='searchform'>
<div class="accordion2">
<h3><span>Termine</span></h3>
<ul>
<li class="abstand"><a href="termine.php" target="eingabe_haupt"><span>Testtermine</span></a></li>
<li class="abstand"><a href="termine_kandidat.php" target="eingabe_haupt"><span>Testtermin Kandidat</span></a></li>
</ul>
<h3><span>Test</span></h3>
<ul>
<li class="abstand"><a href="kand_del.php" target="eingabe_haupt"><span>Kandidat löschen</span></a></li>
<li class="abstand"><a href="liste_tn.php" target="eingabe_haupt"><span>Teilnehmerliste</span></a></li>
<li class="abstand"><a href="upload.php" target="eingabe_haupt"><span>Import Testdaten</span></a></li>
<li class="abstand"><a href="ergebnisse.php" target="eingabe_haupt"><span>Testergebnisse</span></a></li>
<li class="abstand"><a href="mail_test.php" target="eingabe_haupt"><span>Mail an Testteilnehmer</span></a></li>
<li class="abstand"><a href="rangliste_prepare.php" target="eingabe_haupt"><span>Ranglisten berechnen</span></a></li>
<li class="abstand"><a href="rangliste1.php" target="eingabe_haupt"><span>Rangliste 1</span></a></li>
<li class="abstand"><a href="rangliste2.php" target="eingabe_haupt"><span>Rangliste 2</span></a></li>
<li class="abstand"><a href="rangliste3.php" target="eingabe_haupt"><span>Rangliste 3</span></a></li>
</ul>
<h3><span>Bewerber</span></h3>
<ul>
<li class="abstand"><a href="bewerber_daten.php" target="eingabe_haupt"><span>Bewerberdaten</span></a></li>
<li class="abstand"><a href="datencheck.php" target="eingabe_haupt"><span>Datencheck</span></a></li>
</ul>
<!--
<h3><span onmousemove="if(document.searchform)document.searchform.patrone.focus();return false;">Suche nach ID</span></h3>
<ul>
<li class="abstand"> <input class="eingabe_search" type="text" id="suchid" name="suchid" onkeyup="ajax_showOptions(this,'getWord',event)"></li>
<p align="right"><input type="submit" value="suche" name="b1" /></p> <!-- Auf Button kann verzichtet werden
</ul>
-->
</div>
</form>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,962 @@
<?php
/* Smarty version 3.1.29, created on 2021-04-29 07:28:14
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/bewerbungen.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_608a43ee621b22_16537205',
'file_dependency' =>
array (
'd73f707f019cea7df68830dd6329a30a942ce998' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/bewerbungen.html',
1 => 1619674089,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_608a43ee621b22_16537205 ($_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">
<!-- 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 = "?";
}
});
});
<?php echo '</script'; ?>
>
<link rel="stylesheet" href="../jquery/jquery-ui.css">
<link rel="stylesheet" href="../jquery/jquery.timepicker.min.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'; ?>
>
<?php echo '<script'; ?>
src="../jquery/jquery.timepicker.min.js"><?php echo '</script'; ?>
>
<style type="text/css">
.spinner {
width: 112px;
height: 15px;
font-size: 12px !important;
}
</style>
<style>
.StandardTable thead th{
background: lightgray;
border: 1px solid #656565;
font-size:12px;
font-family:Arial;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
}
textarea{
border: 1px solid #888;
height: 6.7em;
width: 48.5em;
}
select{
width:630px;
}
.row_0 {
background-color: #FFFFFF;
}
.row_1 {
background-color: #E1E8F1;
}
.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:6px 12px;
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;
}
.ButtonCSV {
box-shadow: 0px 10px 14px -7px #276873;
background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
background-color:#599bb3;
border-radius:4px;
border:1px solid #29668f;
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 #3d768a;
}
.ButtonCSV:hover {
background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
background-color:#408c99;
}
.ButtonCSV:active {
position:relative;
top:1px;
}
.ButtonArchiv {
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;
}
.ButtonArchiv:hover {
background:linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
background-color:#eb675e;
}
.ButtonArchiv:active {
position:relative;
top:1px;
}
.btn_zusage {
box-shadow: 0px 10px 14px -7px #7a8eb9;
background:linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
background-color:#637aad;
border-radius:4px;
border:1px solid #314179;
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 #7a8eb9;
}
.btn_zusage:hover {
background:linear-gradient(to bottom, #5972a7 5%, #637aad 100%);
background-color:#5972a7;
}
.btn_zusage:active {
position:relative;
top:1px;
}
</style>
</head>
<body>
<fieldset>
<legend>
<b>Bewerbungen</b>
</legend>
<br />
<br />
<table cellspacing="0" cellpadding="0" width="100%" border="0" class="StandardTable">
<tr>
<td width="10%">
<b>Bew. Nr.</b>
</td>
<td width="20%">
<b>Name</b>
</td>
<td width="10%">
<b>Testergebnis</b>
</td>
<td width="10%">
<b>Schwerbehinderung</b>
</td>
<td width="15%">
<b>Bewerbungsdatum</b>
</td>
<td width="15%">
<b>Zusage</b>
</td>
<td width="10%">
<b>Auswahl</b>
</td>
<td width="10%">
<b>Ausblenden</b>
</td>
</tr>
<?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;
?>
<tr>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<?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'];?>
<!--<?php echo (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null);?>
-->
</td>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<?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'];?>
(<a href="mailto:<?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'];?>
"><?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'];?>
</a>)
</td>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<?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 Punkten
</td>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<?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 } else { ?> Nein <?php }?>
</td>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<?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)]['datum_form'];?>
</td>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<?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)]['zusage'] == 'J') {?>
Zugesagt am <?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)]['zusage_dat_form'];?>
<?php } elseif ($_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)]['anderezusage'] == 'J') {?>
Bitte kontaktieren Sie den Bewerber, er wurde bereits von einer anderen Stelle ausgewählt.
<?php } else { ?>
<a class="aformlink box btn_zusage" title="Mitteilung über Zusage" href="?action=zusage1&ka_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)]['ka_id'];?>
">Mitteilung über Zusage</a>
<?php }?>
</td>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<?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)]['showfiles'] == 1) {?>
<a href="?action=show&ka_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)]['ka_id'];?>
" class="ButtonAnzeigen">Daten anzeigen</a>
<?php }?>
</td>
<td class="row_<?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)]['zaehler'];?>
" height='40'>
<a href="?action=archive&wu_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)]['wu_id'];?>
" class="ButtonArchiv">Archivieren</a>
</td>
</tr>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</table>
<br />
<p align='center'><a href="export_bewerber.php" class="ButtonCSV">CSV Export</a></p>
</fieldset>
<br />
<br />
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'show') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Login der Ausbildungsstellen 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;
}
.ButtonBack {
box-shadow: 0px 10px 14px -7px #276873;
background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
background-color:#599bb3;
border-radius:8px;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:20px;
font-weight:bold;
padding:13px 32px;
text-decoration:none;
text-shadow:0px 1px 0px #3d768a;
}
.ButtonBack:hover {
background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
background-color:#408c99;
}
.ButtonBack:active {
position:relative;
top:1px;
}
</style>
<link rel="stylesheet" type="text/css" href="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>
<fieldset class="fieldset2">
<legend class="legend1" align="center">
<b>Dokumentenportal</b>
</legend>
<?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>
<?php echo $_smarty_tpl->tpl_vars['dok_anrede']->value;?>
<br>
<?php echo $_smarty_tpl->tpl_vars['dok_vorname']->value;?>
<?php echo $_smarty_tpl->tpl_vars['dok_nachname']->value;?>
<br>
<?php echo $_smarty_tpl->tpl_vars['dok_str']->value;?>
<br>
<?php echo $_smarty_tpl->tpl_vars['dok_plz']->value;?>
<?php echo $_smarty_tpl->tpl_vars['dok_ort']->value;?>
<br>
<a href="mailto:<?php echo $_smarty_tpl->tpl_vars['dok_mail']->value;?>
"><?php echo $_smarty_tpl->tpl_vars['dok_mail']->value;?>
</a>
</fieldset>
<br>
<br>
<fieldset>
<legend>
<b>Verfügbare Dokumente</b>
</legend>
<form action=?action=stelle method="POST" name="stelle">
<table cellspacing="0" cellpadding="2" width="100%" border="1">
<tr>
<td width="50">
<b>Dok. Nr.</b>
</td>
<td>
<b>Datei</b>
</td>
<td>
<b>Dokumentenbeschreibung</b>
</td>
<td>
<b>Dokumentendatum</b>
</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']++){
$_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] = $__section_table_data1_1_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'];?>
<!--<?php echo (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null);?>
-->
</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>
<?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'];?>
</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)]['datum_form'];?>
</td>
</tr>
<?php }?>
<?php
}
}
if ($__section_table_data1_1_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_1_saved;
}
?>
</table>
</fieldset>
<br />
<br />
<p align='center'>
<a href="?" class="ButtonBack">zurück</a>
</p>
</fieldset>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'zusage1') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Zusageassistent</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;
}
.ButtonBack {
box-shadow: 0px 10px 14px -7px #276873;
background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
background-color:#599bb3;
border-radius:8px;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:20px;
font-weight:bold;
padding:13px 32px;
text-decoration:none;
text-shadow:0px 1px 0px #3d768a;
}
.ButtonBack:hover {
background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
background-color:#408c99;
}
.ButtonBack:active {
position:relative;
top:1px;
}
.btn_ja {
background-color:#94c2a0;
border-radius:28px;
border:1px solid #18ab29;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:17px;
padding:16px 31px;
text-decoration:none;
text-shadow:0px 1px 0px #2f6627;
}
.btn_ja:hover {
background-color:#5cbf2a;
}
.btn_ja:active {
position:relative;
top:1px;
}
.btn_nein {
box-shadow: 0px 0px 0px 0px #c73636;
background-color:#ff8585;
border-radius:28px;
border:1px solid #d44444;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:17px;
padding:16px 31px;
text-decoration:none;
text-shadow:0px 1px 0px #f02222;
}
.btn_nein:hover {
background-color:#f51818;
}
.btn_nein:active {
position:relative;
top:1px;
}
</style>
<link rel="stylesheet" type="text/css" href="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>
<fieldset class="fieldset2">
<legend class="legend1" align="center">
<b>Zusageassistent</b>
</legend>
<?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 }?>
<h1><p align="center"><?php echo $_smarty_tpl->tpl_vars['text_nachfrage']->value;?>
</p></h1>
<br>
<br>
<form action=?action=stelle method="POST" name="stelle">
<table cellspacing="0" cellpadding="2" width="100%" border="0">
<tr>
<td width="25%" align="center">
&nbsp;
</td>
<td width="25%" align="center">
<a href="?action=zusage2&ka_id=<?php echo $_smarty_tpl->tpl_vars['ka_id']->value;?>
" class="btn_ja">Ja</a>
</td>
<td width="25%" align="center">
<a href="?action=zusage_holen&ka_id=<?php echo $_smarty_tpl->tpl_vars['ka_id']->value;?>
" class="btn_nein">Nein</a>
</td>
<td width="25%" align="center">
&nbsp;
</td>
<tr>
</table>
<br />
<br />
</fieldset>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'zusage_holen') {?>
<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>Zusage einholen</b>
</legend>
<br />
<br />
<form action="?action=mailsenden" method='post' name='mailsenden'>
<table width="100%" border="1" cellspacing="0" cellpadding="0" rules="all">
<tr>
<td width="200" height="40" style="padding-left:5px">
Praxisstelle:
</td>
<td style="padding-left:5px">
<?php echo $_smarty_tpl->tpl_vars['dst_bez']->value;?>
&lt;<?php echo $_smarty_tpl->tpl_vars['dst_mail']->value;?>
&gt;
</td>
</tr>
<tr>
<td height="40" style="padding-left:5px">
Empfänger:
</td>
<td style="padding-left:5px">
<?php echo $_smarty_tpl->tpl_vars['bew_name']->value;?>
&lt;<?php echo $_smarty_tpl->tpl_vars['bew_mail']->value;?>
&gt;
</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="80">
</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="bew_ka_id" id="bew_ka_id" size="101" value="<?php echo $_smarty_tpl->tpl_vars['bew_ka_id']->value;?>
">
</td>
</tr>
</table>
</p>
<br />
<br />
<p align='center'>
<input type='submit' name='senden' value="Mail senden">
</p>
<br />
</form>
</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">
</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 == 'zusage2') {?>
<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 />
<table width="100%" border="1" cellspacing="0" cellpadding="2" rules="all">
<tr>
<td>
Status Praxisstelle:
</td>
<td>
<?php echo $_smarty_tpl->tpl_vars['mail_senderg_prx']->value;?>
</td>
</tr>
<tr>
<td>
Status Bewerber:
</td>
<td>
<?php echo $_smarty_tpl->tpl_vars['mail_senderg_bew']->value;?>
</td>
</tr>
<tr>
<td>
Status Hochschule:
</td>
<td>
<?php echo $_smarty_tpl->tpl_vars['mail_senderg_hs']->value;?>
</td>
</tr>
</table>
<br>
<br>
Sie können das Fenster nun schließen.
</fieldset>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,112 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 09:10:29
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/titel.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1937e56b5876_41743170',
'file_dependency' =>
array (
'db2876a1629fc266a01178bdba6756c63aa5b553' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/titel.html',
1 => 1594976080,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1937e56b5876_41743170 ($_smarty_tpl) {
?>
<html>
<head>
<title>Testseite</title>
<meta name="generator" content="Namo WebEditor">
<base target="detail">
<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="../ajaxtabs/ajaxtabs.js">
/***********************************************
* Ajax Tabs Content script v2.2- <20> Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
<?php echo '</script'; ?>
>
</head>
<style type="text/css">
body {
background-image: url("templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/backgr/ground.png");
background-repeat: repeat-x;
background-position: left -1614px;
}
</style>
<body>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="250" height="60" valign="top">
<h2>BPM Administration</h2>
</td>
<td width="73">&nbsp;</td>
<td width="159">&nbsp;</td>
<td width="71">&nbsp;</td>
<td width="2%">&nbsp;</td>
<td width="">&nbsp;</td>
<td width="157" valign="top">
<p align="right"><a class="navbar" href="logout.php" target="_parent">Logout</a></p>
</td>
<td width="25">&nbsp;</td>
</tr>
</table>
<div id="filltab" class="animatedtabs">
<ul>
<li><a href="verwaltung_frame.php" selected><span>Verwaltung</span></a></li>
<li><a href="administration_frame.php"><span>Administration</span></a></li>
<!--
<?php if ($_smarty_tpl->tpl_vars['titel_admin']->value == '1') {?>
<li><a href="admin_frame.php" ><span>Adminbereich</span></a></li>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['titel_ausschuss']->value == '1') {?>
<li><a href="ausschuss_frame.php" ><span>Ausschussbereich</span></a></li>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['titel_beteiligte']->value == '1') {?>
<li><a href="beteiligte_frame.php" ><span>Beteiligtenbereich</span></a></li>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['titel_gutachter']->value == '1') {?>
<li><a href="gutachter_frame.php" ><span>Gutachterbereich</span></a></li>
<?php }?>
-->
<!--
<li><a href="link.php"><span>Gutachterbereich</span></a></li>
<li><a href="link.php"><span>Beteiligtenbereich</span></a></li>
<li><a href="link.php"><span>Ausschussbereich</span></a></li>
-->
</ul>
</div>
</body>
</html><?php }
}

View File

@ -0,0 +1,47 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 11:11:05
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\indexframe.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f116b29f21ca6_54525878',
'file_dependency' =>
array (
'e04eaab9ee42ca8a187ec65f892790f4f99ad467' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\indexframe.html',
1 => 1594976081,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f116b29f21ca6_54525878 ($_smarty_tpl) {
?>
<html>
<head>
<title>BPM Administration</title>
<link type="text/css" rel="stylesheet" href="../css/styles_refill.css">
</head>
<style type='text/css'>
</style>
<frameset rows="103, 79%" cols="1*" border="0">
<frame name="banner" scrolling="no" marginwidth="10" marginheight="0" namo_target_frame="detail" src="titel.php" noresize>
<frameset rows="1*" cols="100%">
<frame name="detail" scrolling="yes" marginwidth="0" marginheight="0" src="hauptframe.php">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>To view this page correctly, you need a Web browser that supports frames.</p>
</body>
</noframes>
</frameset>
</html><?php }
}

View File

@ -0,0 +1,65 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 10:36:23
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/menu_verwaltung.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f194c07de11d1_54779632',
'file_dependency' =>
array (
'e1304a6beac2d7e17f633cfd4a00ba756fce6713' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/menu_verwaltung.html',
1 => 1588765098,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f194c07de11d1_54779632 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Menu</title>
<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="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/js/jquery.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/js/accordion.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="livesearch/ajax.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="livesearch/ajax-dynamic-list.js"><?php echo '</script'; ?>
>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" onload="if(document.searchform)document.searchform.patrone.focus(); return false;">
<div class="accordion2">
<h3><span>Bewerbungen</span></h3>
<ul>
<li class="abstand"><a href="bewerbungen.php" target="eingabe_haupt"><span>Bewerbungen</span></a></li>
<li class="abstand"><a href="archiv.php" target="eingabe_haupt"><span>Archiv</span></a></li>
</ul>
</div>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,177 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 09:10:19
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/index.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1937db640306_71605654',
'file_dependency' =>
array (
'e204f80dbefc15dcdb8fba3c8c6303ba85ceacf7' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/index.html',
1 => 1589181756,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1937db640306_71605654 ($_smarty_tpl) {
?>
<!-- index gegen LDAP und DB bei externer Kennung-->
<?php if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<head>
<title><?php echo $_smarty_tpl->tpl_vars['index_titel']->value;?>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_login.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery-1.5.1.min.js"><?php echo '</script'; ?>
>
<!-- DATEI GIBTS NICHT <?php echo '<script'; ?>
>!window.jQuery && document.write('<?php echo '<script'; ?>
src="jquery-1.4.3.min.js"><\/script>');<?php echo '</script'; ?>
>-->
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.mousewheel-3.0.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
type="text/javascript">
$(document).ready(function() {
$(".box").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
<?php echo '</script'; ?>
>
</head>
<body onload="if(document.login)document.login.user.focus();return false;">
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center"><?php echo $_smarty_tpl->tpl_vars['index_titel']->value;?>
</div>
</div>
</div>
<div class="pat_list_box">
<p>
<?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 }?>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/deputat_icon.svg" height="100">
</td>
<td align="left">
<table width="100%">
<form action=?action=anmeld method="POST" name="login">
<tr>
<td width="40%">
<strong><?php echo $_smarty_tpl->tpl_vars['index_field_user']->value;?>
</strong>
</td>
<td>
<input class="eingabe" type="text" name="user" value="<?php echo $_smarty_tpl->tpl_vars['index_user']->value;?>
" tabindex="1"></td>
</td>
</tr>
<tr>
<td width="40%">
<strong><?php echo $_smarty_tpl->tpl_vars['index_field_pass']->value;?>
</strong>
</td>
<td>
<input class="eingabe" type="password" name="password" tabindex="2"></td>
</td>
</tr>
<tr>
<td width="100%" colspan="2" align="center">
&nbsp;
</td>
</tr>
<tr>
<td width="40%">
&nbsp;
</td>
<td>
<input type="submit" value="Login">
</td>
</tr>
</table>
</td>
</tr>
</table>
<p align="center">
<!--
<br />
<br />
<a class="squarebutton_blue box" href="register.php"><span>Registrierung</span></a>
-->
</p>
<br />
<br />
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'anmeld') {?>
<?php if ($_smarty_tpl->tpl_vars['index_login']->value == '1') {?>
<meta http-equiv="refresh" content="0; URL=indexframe.php">
<?php }
}
}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,111 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 10:36:09
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/titel.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f194bf9db99a9_52715071',
'file_dependency' =>
array (
'f0386ec9f69af45cac6d4cd5dd6dd6d1f91e8c1a' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/praxisstelle/titel.html',
1 => 1595482084,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f194bf9db99a9_52715071 ($_smarty_tpl) {
?>
<html>
<head>
<title>Testseite</title>
<meta name="generator" content="Namo WebEditor">
<base target="detail">
<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="../ajaxtabs/ajaxtabs.js">
/***********************************************
* Ajax Tabs Content script v2.2- <20> Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
<?php echo '</script'; ?>
>
</head>
<style type="text/css">
body {
background-image: url("templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/backgr/ground.png");
background-repeat: repeat-x;
background-position: left -1614px;
}
</style>
<body>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="80%" height="60" valign="top">
<h2>BPM Ausbildungsstellenportal: <?php echo $_smarty_tpl->tpl_vars['prx_stellenbezeichnung']->value;?>
</h2>
</td>
<td width="20%" valign="top">
<p align="right"><a class="navbar" href="logout.php" target="_parent">Logout</a></p>
</td>
<td width="25">&nbsp;</td>
</tr>
</table>
<div id="filltab" class="animatedtabs">
<ul>
<li><a href="hauptframe.php" selected><span><img src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/home.svg" width="20"></span></a></li>
<li><a href="verwaltung_frame.php"><span>Ausbildungsstellenverwaltung</span></a></li>
<li><a href="profil.php"><span>Profil</span></a></li>
<!--
<?php if ($_smarty_tpl->tpl_vars['titel_admin']->value == '1') {?>
<li><a href="admin_frame.php" ><span>Adminbereich</span></a></li>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['titel_ausschuss']->value == '1') {?>
<li><a href="ausschuss_frame.php" ><span>Ausschussbereich</span></a></li>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['titel_beteiligte']->value == '1') {?>
<li><a href="beteiligte_frame.php" ><span>Beteiligtenbereich</span></a></li>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['titel_gutachter']->value == '1') {?>
<li><a href="gutachter_frame.php" ><span>Gutachterbereich</span></a></li>
<?php }?>
-->
<!--
<li><a href="link.php"><span>Gutachterbereich</span></a></li>
<li><a href="link.php"><span>Beteiligtenbereich</span></a></li>
<li><a href="link.php"><span>Ausschussbereich</span></a></li>
-->
</ul>
</div>
</body>
</html><?php }
}

View File

@ -0,0 +1,587 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 11:16:02
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\upload.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f116c52eb58b0_76252079',
'file_dependency' =>
array (
'f92c31e6a47ac97399c12486ed4e7d09834ffc6f' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\upload.html',
1 => 1594976238,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f116c52eb58b0_76252079 ($_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">
<style>
select{
width:330px;
}
</style>
</head>
<body>
<form action="?action=upload" method='post' name='upload'>
<?php if ($_smarty_tpl->tpl_vars['termine_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['termine_error_text']->value;?>
</td>
</tr>
</table>
<br />
<?php }?>
<fieldset>
<legend>
<b>Import Testdaten</b>
</legend>
<br />
<br />
<p align="center">
<select name="testtermin" size=15>
<?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;
?>
<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)]['tm_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)]['tm_datum_form'];?>
- <?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'];?>
</option>
<?php
}
}
if ($__section_table_data1_0_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data1'] = $__section_table_data1_0_saved;
}
?>
</select>
</p>
<br />
<p align='center'>
<input type='submit' name='senden' value="Datum wählen">
</p>
<br />
</fieldset>
</form>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
if ($_smarty_tpl->tpl_vars['action']->value == 'upload') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Anlagenupload und Praxisstellenwahl 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>
<legend>
<b>Schritt 1: Dateien auswählen und hochladen</b>
</legend>
<table border="0" width="100%">
<tr>
<td width="30%" valign="top">
<ol>
<li>Die CSV-Dateien können nacheinander hochgeladen werden.</li>
<li>Roter Button anklicken, um die einzelne Datei vom PC auszuwählen</li>
<li>Danach "CSV-Hochladen..." klicken, so dass die Datei unter Schritt 2 angezeigt wird</li>
</ol>
</td>
</td>
<td width="40%">
<form action=?action=csvimp method="POST" enctype="multipart/form-data" name="csvimp">
<table border="0" cellpadding="0" cellspacing="0" width="100%" >
<tr>
<td width="100%"align="center" >
<div>
<input type="file" name="file" id="file-5" class="inputfile inputfile-4" />
<label for="file-5">
<figure>
<svg xmlns="http://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;'>CSV-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'; ?>
>
</td>
</tr>
<tr>
<td width="100%" align="center" colspan="2">
<input type="submit" class="button" value="CSV-Hochladen&hellip;" name="B1" size="20">
</td>
</tr>
</table>
</form>
</td>
<td width="30%">
&nbsp;
</td>
</tr>
</table>
</fieldset>
<br />
<br />
</body>
</html>
<?php }
if ($_smarty_tpl->tpl_vars['action']->value == 'csvimp') {?>
<html>
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Anlagenupload und Praxisstellenwahl 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;
}
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;
}
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>
<legend>
<b>Schritt 2: Daten prüfen</b>
</legend>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tr>
<th>
<b>#</b>
</th>
<th>
<b>TAN</b>
</th>
<th>
<b>Name</b>
</th>
<th>
<b>Datum</b>
</th>
<th>
<b>Satzergänzung</b>
</th>
<th>
<b>Analogien</b>
</th>
<!--
<th>
<b>Gemeinsamkeiten</b>
</th>
-->
<th>
<b>Rechenaufgaben</b>
</th>
<th>
<b>Zahlenreihen</b>
</th>
<th>
<b>Rechenzeichen</b>
</th>
<th>
<b>Matrizen</b>
</th>
<!--
<th>
<b>Verbale Intelligenz</b>
</th>
<th>
<b>Numerische Intelligenz</b>
</th>
-->
<th>
<b>Merkfähigkeit figural</b>
</th>
<th>
<b>Summe Einzeltests</b>
</th>
<th>
<b>Gesamtergebnis</b>
</th>
</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']++){
$_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] = $__section_table_data1_1_iteration;
?>
<tr>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?php echo (isset($_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data1']->value['rownum'] : null);?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['tan'];?>
</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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['name'];?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['datum'];?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['satzerg_raw'];?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['analogie_raw'];?>
</td>
<!--
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['gemeinsamkeiten_raw'];?>
</td>
-->
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['rechenaufgaben_raw'];?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['zahlenreihen_raw'];?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['rechenzeichen_raw'];?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['matrizen_raw'];?>
</td>
<!--
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['verb_intelligenz_raw'];?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['num_intelligenz_raw'];?>
</td>
-->
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['merkf_raw'];?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['summe'];?>
</td>
<td 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)]['bestanden'] == 1) {?> BGCOLOR="#C8EFD4" <?php } else { ?> BGCOLOR="#FBCFD0" <?php }?>>
<?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)]['bestanden'] == 1) {?>
bestanden
<?php } else { ?>
nicht bestanden
<?php }?>
</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>
<form action=?action=csvimp2 method="POST" name="csvimp2">
<table width="100%" border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#E7E8ED">
<tr>
<td width="70%" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
<b><font size="1">Auswahl</font></b>
</td>
<td width="30%" align="left" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
<b><font size="1">Markieren</font></b>
</td>
</tr>
<tr>
<td width="70%"><font size="1">Datens&auml;tze nicht importieren
</td>
<td width="30%"><font size="1"><input type="radio" name="import" value="0" checked>
</td>
</tr>
<tr>
<td width="70%"><font size="1">Datens&auml;tze importieren
</td>
<td width="30%"><font size="1"><input type="radio" name="import" value="1">
</td>
</tr>
<tr>
<td width="70%">
&nbsp;
</td>
<td width="30%">
&nbsp;
</td>
</tr>
<tr>
<td width="70%">
&nbsp;
</td width="30%">
<td>
<input type="submit" value="Abschicken" name="B1" size="20">
</td>
</tr>
</table>
</form>
</fieldset>
<br />
<br />
</body>
</html>
<?php }
if ($_smarty_tpl->tpl_vars['action']->value == 'csvimp2') {?>
<html>
<head>
<link type="text/css" rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css">
<style>
select{
width:330px;
}
</style>
</head>
<body>
<fieldset>
<legend>
<b>Import beendet</b>
</legend>
<br />
<br />
<p align="center">
Der Import wurde beendet!
<br>
<br>
<?php if ($_smarty_tpl->tpl_vars['index_error']->value == '1') {?>
<table width="70%" class="errorTable" align="center">
<?php
$__section_table_data2_2_saved = isset($_smarty_tpl->tpl_vars['__smarty_section_table_data2']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data2'] : false;
$__section_table_data2_2_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data2']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_data2_2_total = $__section_table_data2_2_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = new Smarty_Variable(array());
if ($__section_table_data2_2_total != 0) {
for ($__section_table_data2_2_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index'] = 0; $__section_table_data2_2_iteration <= $__section_table_data2_2_total; $__section_table_data2_2_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data2']->value['index']++){
?>
<tr>
<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)]['hinweis'];?>
</td>
</tr>
<?php
}
}
if ($__section_table_data2_2_saved) {
$_smarty_tpl->tpl_vars['__smarty_section_table_data2'] = $__section_table_data2_2_saved;
}
?>
</table>
<?php }?>
</p>
<br />
<br />
</fieldset>
</form>
<br />
<br />
<br />
<br />
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,103 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-23 09:10:16
from "/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/logout.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f1937d8b9ed00_96355960',
'file_dependency' =>
array (
'fc078a03c500e82b9d28ec856f38926e19a375a9' =>
array (
0 => '/srv/www/htdocs-hvf/kurs/bpm/templates/modern/admin/logout.html',
1 => 1589181764,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f1937d8b9ed00_96355960 ($_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<html>
<head>
<title><?php echo $_smarty_tpl->tpl_vars['logout_titel']->value;?>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_refill.css" type="text/css">
<style>
.squarebutton_blue{
width:100px;
}
</style>
</head>
<body onload="if(document.login)document.login.user.focus();return false;">
<table height="100%" width="100%">
<tr>
<td width="20%">
&nbsp;
</td>
<td width="60%">
<div class="Header">
<div>
<div align="center"><?php echo $_smarty_tpl->tpl_vars['logout_titel']->value;?>
</div>
</div>
</div>
<div class="pat_list_box">
<p>
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
<tr>
<td width="200px" align="center" valign="middle">
<img style="margin:10px;padding:10px;"src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/deputat_icon.svg" height="100">
</td>
<td align="left">
<table width="100%">
<form action=?action=anmeld method="POST" name="login">
<tr>
<td width="100%" align="center">
<strong><?php echo $_smarty_tpl->tpl_vars['logout_text']->value;?>
</strong>
</td>
</tr>
<tr>
<td width="100%" align="center">
&nbsp;
</td>
</tr>
<tr>
<td align="center">
<a class="squarebutton_blue" href="index.php" target="_self"><span>Login</span></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<br />
</div>
</td>
<td width="20%">
&nbsp;
</td>
</tr>
</table>
</form>
</body>
</html>
<?php }
}
}

View File

@ -0,0 +1,44 @@
<?php
/* Smarty version 3.1.29, created on 2020-07-17 11:17:20
from "F:\xampp_7.4.4\htdocs\bpm\templates\modern\admin\administration_frame.html" */
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.29',
'unifunc' => 'content_5f116ca06c72a8_98025098',
'file_dependency' =>
array (
'feb242a921a1d113909ca568a97d821b71cac181' =>
array (
0 => 'F:\\xampp_7.4.4\\htdocs\\bpm\\templates\\modern\\admin\\administration_frame.html',
1 => 1581514746,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_5f116ca06c72a8_98025098 ($_smarty_tpl) {
?>
<html>
<head>
<title>Deputatverwaltung</title>
<link type="text/css" rel="stylesheet" href="../css/styles_refill.css">
</head>
<frameset rows="1*" cols="250, 76%" border="0">
<frame name="menu_eingabe" scrolling="auto" marginwidth="10" marginheight="14" src="menu_administration.php">
<frame name="eingabe_haupt" scrolling="yes" marginwidth="0" marginheight="0" src="parameter.php">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>To view this page correctly, you need a Web browser that supports frames.</p>
</body>
</noframes>
</frameset>
</html><?php }
}