bpm/templates_c/bdfba4a1094111aeb7017b5b52dbeca4774bca9f_0.file.praxisstellen_edit.html.php
2022-11-28 10:24:23 +01:00

547 lines
18 KiB
PHP
Executable File

<?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 }
}
}