first commit
This commit is contained in:
309
templates/modern/praxisstelle/profil.html
Executable file
309
templates/modern/praxisstelle/profil.html
Executable file
@ -0,0 +1,309 @@
|
||||
{if $action == ''}
|
||||
<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/{$global_template}/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" />
|
||||
<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);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<form action="?action=save" method='post' name='save'>
|
||||
|
||||
{if $dst_error == '1'}
|
||||
<table width="70%" class="errorTable" align="center">
|
||||
<tr>
|
||||
<td>
|
||||
<img src="../templates/{$global_template}/images/pflichtfelder/achtung_gross.gif">
|
||||
</td>
|
||||
<td><b>Achtung!</b><br>
|
||||
{$dst_error_text}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
{/if}
|
||||
<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" {if $dst_bezeichnung == 'Gemeindeverwaltung'} selected {/if}}>Gemeindeverwaltung</option>
|
||||
<option value="GVV" {if $dst_bezeichnung == 'GVV'} selected {/if}}>GVV</option>
|
||||
<option value="Landratsamt" {if $dst_bezeichnung == 'Landratsamt'} selected {/if}}>Landratsamt</option>
|
||||
<option value="Stadtverwaltung" {if $dst_bezeichnung == 'Stadtverwaltung'} selected {/if}}>Stadtverwaltung</option>
|
||||
<option value="VVG" {if $dst_bezeichnung == 'VVG'} selected {/if}}>VVG</option>
|
||||
<option value="Regierungspräsidium" {if $dst_bezeichnung == 'Regierungspräsidium'} selected {/if}}>Regierungspräsidium</option>
|
||||
<option value="Privatrechtliche Einrichtungen in öffentlicher Hand" {if $dst_bezeichnung == 'Privatrechtliche Einrichtungen in öffentlicher Hand'} selected {/if}}>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="{$dst_name}" 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="{$dst_str}" 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="{$dst_plz}" size="5"> <input type="text" name="ort" id="ort" value="{$dst_ort}" 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="{$dst_mail}" 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="{$dst_pwd}" 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="{$dst_pwd_wied}" 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>
|
||||
{/if}
|
||||
|
||||
{if $action == '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/{$global_template}/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" />
|
||||
<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);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<fieldset>
|
||||
<legend>
|
||||
<b>Profil bearbeitet</b>
|
||||
</legend>
|
||||
<br>
|
||||
Das Profil wurde bearbeitet.<br>
|
||||
<br>
|
||||
</fieldset>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
Reference in New Issue
Block a user