first commit
This commit is contained in:
959
templates_c/4a51ac376dd0e6b329b524d868ef96e662806935_0.file.bewerbungen.html.php
Executable file
959
templates_c/4a51ac376dd0e6b329b524d868ef96e662806935_0.file.bewerbungen.html.php
Executable file
@ -0,0 +1,959 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.29, created on 2021-04-29 07:54:08
|
||||
from "/srv/www/htdocs-hvf/kurs/dvm/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_608a4a00bc0400_90983732',
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'4a51ac376dd0e6b329b524d868ef96e662806935' =>
|
||||
array (
|
||||
0 => '/srv/www/htdocs-hvf/kurs/dvm/templates/modern/praxisstelle/bewerbungen.html',
|
||||
1 => 1619674033,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_608a4a00bc0400_90983732 ($_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'];?>
|
||||
/ 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 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 Praxisstellen DVM (Bachelor of Arts - Digitales Verwaltungsmanagement) 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">
|
||||
|
||||
</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">
|
||||
|
||||
</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;?>
|
||||
<<?php echo $_smarty_tpl->tpl_vars['dst_mail']->value;?>
|
||||
>
|
||||
</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;?>
|
||||
<<?php echo $_smarty_tpl->tpl_vars['bew_mail']->value;?>
|
||||
>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="40" style="padding-left:5px">
|
||||
Betreff:
|
||||
</td>
|
||||
<td style="padding-left:5px">
|
||||
<input type="text" id="betreff" name="betreff" value="<?php echo $_smarty_tpl->tpl_vars['mail_betreff']->value;?>
|
||||
" size="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 }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user