first commit
This commit is contained in:
@ -0,0 +1,373 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.29, created on 2021-04-28 08:33:30
|
||||
from "/srv/www/htdocs-hvf/kurs/dvm/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_608901ba8f4405_81269467',
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'8a9887ef790ddeec0d79bd17716827016d9b3e56' =>
|
||||
array (
|
||||
0 => '/srv/www/htdocs-hvf/kurs/dvm/templates/modern/admin/praxisstellen_edit.html',
|
||||
1 => 1591175588,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_608901ba8f4405_81269467 ($_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: '< zurück', prevStatus: '',
|
||||
prevJumpText: '<<', prevJumpStatus: '',
|
||||
changeMonth: true,
|
||||
changeYear: true,
|
||||
nextText: 'Vor >', nextStatus: '',
|
||||
nextJumpText: '>>', nextJumpStatus: '',
|
||||
currentText: 'Heute', currentStatus: '',
|
||||
todayText: 'Heute', todayStatus: '',
|
||||
clearText: '-', clearStatus: '',
|
||||
closeText: 'schließen', closeStatus: '',
|
||||
monthNames: ['Januar','Februar','März','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember'],
|
||||
monthNamesShort: ['Jan','Feb','Mä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%">
|
||||
</td>
|
||||
<td>
|
||||
</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%">
|
||||
</td>
|
||||
<td>
|
||||
</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%">
|
||||
</td>
|
||||
<td>
|
||||
</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%">
|
||||
</td>
|
||||
<td>
|
||||
</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%">
|
||||
</td>
|
||||
<td>
|
||||
</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%">
|
||||
</td>
|
||||
<td>
|
||||
</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>
|
||||
</td>
|
||||
<td>
|
||||
</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 != '') {?>
|
||||
<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 }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user