349 lines
11 KiB
PHP
Executable File
349 lines
11 KiB
PHP
Executable File
<?php
|
|
/* Smarty version 3.1.29, created on 2021-04-28 11:34:15
|
|
from "/srv/www/htdocs-hvf/kurs/dvm/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_60892c17817ea0_50952339',
|
|
'file_dependency' =>
|
|
array (
|
|
'706d0ad896d5e38240b271b87a39d5c7d4c57662' =>
|
|
array (
|
|
0 => '/srv/www/htdocs-hvf/kurs/dvm/templates/modern/praxisstelle/profil.html',
|
|
1 => 1591175614,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
),
|
|
),false)) {
|
|
function content_60892c17817ea0_50952339 ($_smarty_tpl) {
|
|
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
|
|
<html>
|
|
<!DOCTYPE html>
|
|
<html lang="en" class="no-js">
|
|
<head>
|
|
<title>Profil 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;
|
|
}
|
|
</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="7">
|
|
<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%">
|
|
</td>
|
|
<td>
|
|
</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%">
|
|
</td>
|
|
<td>
|
|
</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%">
|
|
</td>
|
|
<td>
|
|
</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%">
|
|
</td>
|
|
<td>
|
|
</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%">
|
|
</td>
|
|
<td>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="15%">
|
|
</td>
|
|
<td>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2"width="15%">
|
|
Geben Sie ein Passwort an, um sich im Praxisstellenportal anmelden zu können.<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%">
|
|
</td>
|
|
<td>
|
|
</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 Praxisstellenportal 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 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;
|
|
}
|
|
</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 }
|
|
}
|
|
}
|