437 lines
14 KiB
HTML
Executable File
437 lines
14 KiB
HTML
Executable File
{if $action == ''}
|
|
<html>
|
|
<head>
|
|
<title>Registrierung der Praxisstellen DVM (Bachelor of Arts - Digitales Verwaltungsmanagement) der Hochschulen Ludwigsburg und Kehl.</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta http-equiv="Pragma" content="no-cache">
|
|
<link rel="stylesheet" href="../templates/{$global_template}/css/styles_login.css" type="text/css">
|
|
<style>
|
|
.squarebutton_blue{
|
|
width:100px;
|
|
}
|
|
</style>
|
|
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
|
|
<script type="text/javascript" src="../fancybox/jquery-1.5.1.min.js"></script>
|
|
<!-- DATEI GIBTS NICHT <script>!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');</script>-->
|
|
<script type="text/javascript" src="../fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
|
|
<script type="text/javascript" src="../fancybox/jquery.fancybox-1.3.4.pack.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function() {
|
|
$(".box").fancybox({
|
|
'width' : '75%',
|
|
'height' : '75%',
|
|
'autoScale' : true,
|
|
'transitionIn' : 'elastic',
|
|
'transitionOut' : 'elastic',
|
|
'type' : 'iframe'
|
|
});
|
|
});
|
|
</script>
|
|
</head>
|
|
<body onload="if(document.login)document.login.username.focus();return false;">
|
|
<table height="100%" width="100%">
|
|
<tr>
|
|
<td width="20%">
|
|
|
|
</td>
|
|
<td width="60%">
|
|
<div class="Header">
|
|
<div>
|
|
<div align="center">Registrierung der Praxisstellen DVM (Bachelor of Arts - Digitales Verwaltungsmanagement) der Hochschulen Ludwigsburg und Kehl.</div>
|
|
</div>
|
|
</div>
|
|
<div class="pat_list_box">
|
|
<p>
|
|
{if $index_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>
|
|
{$index_error_text}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br />
|
|
{/if}
|
|
<p align="center">Herzlich willkommen, bitte registrieren Sie Ihre Praxisstelle für das digitale Verwaltungsmanagement (DVM).<br>
|
|
Geben Sie dazu Ihre Zugangsdaten aus der E-Mail ein.
|
|
</p>
|
|
<table align="center" border="0" bordercolordark="white" bordercolorlight="lightgray" cellspacing="0" width="96%" >
|
|
<tr>
|
|
<td width="200px" align="center" valign="middle">
|
|
<img style="margin:10px;padding:10px;"src="../templates/{$global_template}/images/deputat_icon.svg" height="100">
|
|
</td>
|
|
<td align="left">
|
|
<form action=?action=anmeld method="POST" name="login">
|
|
<table width="100%" border="0">
|
|
<tr>
|
|
<td width="20%">
|
|
<strong>Benutzername:</strong>
|
|
</td>
|
|
<td>
|
|
<input class="eingabe" name="username" tabindex="1">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="20%">
|
|
<strong>Passwort:</strong>
|
|
</td>
|
|
<td>
|
|
<input class="eingabe" type="password" name="password" tabindex="2">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="100%" colspan="2" align="center">
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="20%">
|
|
|
|
</td>
|
|
<td>
|
|
<input type="submit" value="Login">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<p align="center">
|
|
<!--
|
|
<br />
|
|
<br />
|
|
<a class="squarebutton_blue box" href="register.php"><span>Registrierung</span></a>
|
|
-->
|
|
</p>
|
|
<br />
|
|
<br />
|
|
</div>
|
|
</td>
|
|
<td width="20%">
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
{/if}
|
|
|
|
{if $action == 'anmeld'}
|
|
<html>
|
|
<!DOCTYPE html>
|
|
<html lang="en" class="no-js">
|
|
<head>
|
|
<title>Registrierung 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>
|
|
<legend>
|
|
<b>Praxisstelle registrieren</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="6">
|
|
<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>
|
|
Damit haben Sie Zugang zu den Bewerberunterlagen:
|
|
</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 Pflichtfelder sind.</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="Praxisstelle registrieren">
|
|
</p>
|
|
<br />
|
|
</fieldset>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
{/if}
|
|
|
|
{if $action == 'save'}
|
|
<html>
|
|
<!DOCTYPE html>
|
|
<html lang="en" class="no-js">
|
|
<head>
|
|
<title>Registrierung 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>Praxisstelle registriert</b>
|
|
</legend>
|
|
<br>
|
|
Die Praxisstelle wurde registriert<br>
|
|
Sie können sich nun mit ihrer Mailadresse und dem angebenen Passwort im Praxisstellenportal anmelden:<br>
|
|
<br>
|
|
<a href='https://www.hs-ludwigsburg.de/kurs/dvm/praxisstelle/index.php'>https://www.hs-ludwigsburg.de/kurs/dvm/praxisstelle/index.php</a>
|
|
<br><br>
|
|
Die Registrierung ist abgeschlossen, das Fenster kann geschlossen werden.<br>
|
|
<br>
|
|
</fieldset>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
{/if}
|