1333 lines
53 KiB
HTML
Executable File
1333 lines
53 KiB
HTML
Executable File
{if $action == ''}
|
||
<html>
|
||
<head>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||
<meta name="mobile-web-app-capable" content="yes" />
|
||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||
<title>
|
||
Anlagenupload und Ausbildungsstellenwahl BPM <!--(Bachelor of Arts - Public Management) 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.user.focus();return false;" onselectstart="return false" ondragstart="return false" oncontextmenu="return false" oncontext="return false">
|
||
<table height="100%" width="100%">
|
||
<tr>
|
||
<td width="20%">
|
||
|
||
</td>
|
||
<td width="60%">
|
||
<div class="Header">
|
||
<div>
|
||
<div align="center">
|
||
Anlagenupload und Ausbildungsstellenwahl BPM <!--(Bachelor of Arts - Public Management) 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 loggen Sie sich hier mit TestID und TAN ein, um ihre Anlagen hochzuladen.
|
||
<br>
|
||
</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">
|
||
<table width="100%">
|
||
<form action=?action=anmeld method="POST" name="login">
|
||
<tr>
|
||
<td width="40%">
|
||
<strong>Persönliche ID</strong>
|
||
</td>
|
||
<td>
|
||
<input class="eingabe" type="text" name="user" value="{$index_user}" tabindex="1">
|
||
</td>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="40%">
|
||
<strong>TAN</strong>
|
||
</td>
|
||
<td>
|
||
<input class="eingabe" type="password" name="password" tabindex="2">
|
||
</td>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="100%" colspan="2" align="center">
|
||
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="40%">
|
||
|
||
</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>
|
||
<!--
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||
<meta name="mobile-web-app-capable" content="yes" />
|
||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||
-->
|
||
<title>
|
||
Anlagenupload und Ausbildungsstellenwahl BPM <!--(Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.-->
|
||
</title>
|
||
<link type="text/css" rel="stylesheet" href="../templates/{$global_template}/css/styles_refill.css">
|
||
<link rel="stylesheet" href="../jquery/jquery-ui.css">
|
||
<script src="../jquery/jquery-1.12.4.js"></script>
|
||
<script src="../jquery/jquery-ui.js"></script>
|
||
<script src="../jquery/globalize.js"></script>
|
||
<script src="../jquery/globalize.culture.de-DE.js"></script>
|
||
<script src="../jquery/jquery.mousewheel.js"></script>
|
||
<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;
|
||
}
|
||
.select2{
|
||
width:200px;
|
||
}
|
||
.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;
|
||
}
|
||
.spinner {
|
||
width: 80px;
|
||
height: 15px;
|
||
font-size: 12px !important;
|
||
}
|
||
</style>
|
||
<script>
|
||
$( function() {
|
||
$( ".spinner" ).spinner({
|
||
change: function (event, ui) {
|
||
save_note();
|
||
},
|
||
spin: function (event, ui) {
|
||
save_note();
|
||
},
|
||
numberFormat: "i",
|
||
min:1,
|
||
{if $hzb_radio == 'j'}
|
||
step: 0.1,
|
||
max:6,
|
||
{/if}
|
||
{if $hzb_radio == 'n'}
|
||
{if $skala_value_n == "Noten"}
|
||
step: 0.1,
|
||
max:6,
|
||
{/if}
|
||
{if $skala_value_n == "Punkte"}
|
||
step: 1,
|
||
max:15,
|
||
{/if}
|
||
{/if}
|
||
decimals:2
|
||
});
|
||
Globalize.culture( "de-DE" );
|
||
} );
|
||
|
||
function trackKeys(evnt,regEx) {
|
||
var keyCode = evnt.keyCode ? evnt.keyCode : evnt.which;
|
||
return !!String.fromCharCode(keyCode).match(regEx);
|
||
}
|
||
//-->
|
||
</script>
|
||
<link rel="stylesheet" type="text/css" href="../templates/{$global_template}/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>
|
||
<script language='JavaScript' type='text/javascript'>
|
||
<!--
|
||
function start() {
|
||
{section name=table_data1 loop=$table_data1}
|
||
setBgColor(document.getElementById('dokumentenart_{$table_data1[table_data1].up_id}'))
|
||
{/section}
|
||
|
||
{if $hzb_radio == 'j'}
|
||
document.getElementById("hzb_fade").style.display = "block";
|
||
document.getElementById("schnitt_fade").style.display = "none";
|
||
{elseif $hzb_radio == 'n'}
|
||
document.getElementById("hzb_fade").style.display = "none";
|
||
document.getElementById("schnitt_fade").style.display = "block";
|
||
{else}
|
||
document.getElementById("hzb_fade").style.display = "none";
|
||
document.getElementById("schnitt_fade").style.display = "none";
|
||
{/if}
|
||
}
|
||
|
||
//-->
|
||
|
||
function show_hzb(){
|
||
|
||
if (document.getElementById("hzb_j").checked == true) {
|
||
document.getElementById("hzb_fade").style.display = "block";
|
||
document.getElementById("schnitt_fade").style.display = "none";
|
||
}
|
||
if (document.getElementById("hzb_n").checked == true) {
|
||
document.getElementById("hzb_fade").style.display = "none";
|
||
document.getElementById("schnitt_fade").style.display = "block";
|
||
}
|
||
}
|
||
</script>
|
||
<script type="text/javascript">
|
||
function save_note() {
|
||
var hzbnote = document.getElementById('hzbnote').value;
|
||
var durchschnittnote = document.getElementById('durchschnittnote').value;
|
||
var ele = document.getElementsByName('hzb');
|
||
for(i = 0; i < ele.length; i++) {
|
||
if(ele[i].checked)
|
||
var radios = ele[i].value;
|
||
}
|
||
|
||
if(radios == 'j'){
|
||
var notenskala = "Noten";
|
||
}
|
||
if(radios == 'n'){
|
||
var notenskala = document.getElementById('notenskala_n').value
|
||
}
|
||
|
||
$.ajax({
|
||
type: 'POST',
|
||
url: 'save_note.php',
|
||
data: {
|
||
get_hzbnote: hzbnote,
|
||
get_radio: radios,
|
||
get_notenskala: notenskala,
|
||
get_durchschnittnote: durchschnittnote
|
||
},
|
||
success: function (response) {
|
||
|
||
}
|
||
});
|
||
}
|
||
</script>
|
||
</head>
|
||
<body onload="start();" onselectstart="return false" ondragstart="return false" oncontextmenu="return false" oncontext="return false">
|
||
<fieldset class="fieldset2">
|
||
<legend class="legend1" align="center">
|
||
<b>Dokumentenupload</b>
|
||
</legend>
|
||
{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}
|
||
<fieldset class="fieldset1">
|
||
<legend>
|
||
<b>Benötigte Dokumente</b>
|
||
</legend>
|
||
<ul>
|
||
<li>Nachweis der Hochschulzugangsberechtigung, sofern vorhanden oder Nachweis der letzten beiden Schulzeugnisse, sofern die HZB noch nicht vorhanden ist (siehe <a href="../media/zeugnishandbuch.pdf" target="_new">„Zeugnishandbuch“</a>). Das HZB Zeugnis muss dennoch bis Bewerbungsschluss nachgereicht werden, sonst ist keine Zulassung möglich.</li>
|
||
<li>Tabellarischer Lebenslauf</li>
|
||
<!--<li>Nachweis des bestandenen Studierfähigkeitstest BPM</li>-->
|
||
<!-- <li>Bei Nichtvolljährigkeit: Einverständniserklärung der/des Erziehungsberechtigten</li>-->
|
||
<!--
|
||
<li>
|
||
Bewerber/innen, die eine Dienstpflicht nach Artikel 12a des Grundgesetzes einen freiwilligen Wehrdienst nach § 4 Absatz 3 des Wehrpflichtgesetzes
|
||
oder § 58b des Soldatengesetzes erfüllt haben oder noch erfüllen oder die eine mindestens einjährige Tätigkeit nach § 1 des Entwicklungsheler-Gesetzes,
|
||
nach den §§ 3 und 4 des Jugendfreiwilligendienstgesetzes oder nach § 2 des Bundesfreiwilligendienstgesetzes ausgeübt haben oder noch ausüben. Nachweis bitte hochladen
|
||
wenden sich zusätzlich zur Bewerbung bitte an die Ansprechpartner der Hochschulen: <a href="mailto:Studsek@hs-kehl.de">Studsek@hs-kehl.de</a> oder <a href="mailto:studienbuero@hs-ludwigsburg.de">studienbuero@hs-ludwigsburg.de</a>
|
||
</li>
|
||
-->
|
||
</ul>
|
||
</fieldset>
|
||
<br>
|
||
<br>
|
||
<fieldset>
|
||
<legend>
|
||
<b>Schritt 1: Zusatzangaben zur Bewerbung</b>
|
||
</legend>
|
||
Bitte kreuzen Sie die entsprechende Feld an, falls die Angabe auf Sie zutrifft:
|
||
<br>
|
||
<br>
|
||
<form action=?action=zusatz method="POST" name="zusatz">
|
||
<table border="0" width="100%">
|
||
<tr>
|
||
<td colspan="2">
|
||
<b>Antrag auf Verkürzung</b>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="30" valign="top">
|
||
<input type="checkbox" value="J" id="verkuerzung" {if $zusatz_value_verkuerzung == "J"}checked{/if} name="verkuerzung" onclick="document.zusatz.submit();">
|
||
</td>
|
||
<td>
|
||
<label for="verkuerzung">Sie haben bereits eine Ausbildung als Verwaltungsfachangestellte/Verwaltungsfachangestellter (Fachrichtung Kommunal- oder Landesverwaltung) oder eine Ausbildung im mittleren Verwaltungsdienst absolviert und möchten das Einführungspraktikum erlassen bekommen. Nachweis (Ausbildungszeugnis o.ä.) auf dieser Seite bitte hochladen.</label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2">
|
||
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2">
|
||
<b>Schwerbehinderung</b>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="30" valign="top">
|
||
<input type="checkbox" value="J" id="behinderung" {if $zusatz_value_behinderung == "J"}checked{/if} name="behinderung" onclick="document.zusatz.submit();">
|
||
</td>
|
||
<td>
|
||
<label for="behinderung">Bei Ihnen liegt eine Schwerbehinderung vor und sie möchten diese angeben (freiwillig). Nachweis auf dieser Seite bitte hochladen.</label>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</form>
|
||
</fieldset>
|
||
<br>
|
||
<br>
|
||
<fieldset>
|
||
<legend>
|
||
<b>Schritt 2: Dateien auswählen und hochladen</b>
|
||
</legend>
|
||
<table border="0" width="100%">
|
||
<tr>
|
||
<td width="30%" valign="top">
|
||
<ol>
|
||
<li>Die PDF-Dateien können nacheinander hochgeladen werden.</li>
|
||
<li>Roter Button anklicken, um die einzelne Datei vom PC auszuwählen</li>
|
||
<li>Danach "PDF-Hochladen..." klicken, so dass die Datei unter Schritt 3 angezeigt wird</li>
|
||
<li>Ggf. die Schritte solange wiederholen, bis alle Dokumente hochgeladen sind</li>
|
||
</ol>
|
||
</td>
|
||
</td>
|
||
<td width="40%">
|
||
<form action=?action=upload method="POST" enctype="multipart/form-data" name="upload">
|
||
<table border="0" cellpadding="0" cellspacing="0" width="100%" >
|
||
<tr>
|
||
<td width="100%"align="center" >
|
||
<div>
|
||
<input type="file" name="file" id="file-5" class="inputfile inputfile-4" />
|
||
<label for="file-5">
|
||
<figure>
|
||
<svg xmlns="https://www.w3.org/2000/svg" width="20" height="17" viewBox="0 0 20 17">
|
||
<path d="M10 0l-5.2 4.9h3.3v5.1h3.8v-5.1h3.3l-5.2-4.9zm9.3 11.5l-3.2-2.1h-2l3.4 2.6h-3.5c-.1 0-.2.1-.2.1l-.8 2.3h-6l-.8-2.2c-.1-.1-.1-.2-.2-.2h-3.6l3.4-2.6h-2l-3.2 2.1c-.4.3-.7 1-.6 1.5l.6 3.1c.1.5.7.9 1.2.9h16.3c.6 0 1.1-.4 1.3-.9l.6-3.1c.1-.5-.2-1.2-.7-1.5z"/>
|
||
</svg>
|
||
</figure>
|
||
<span style='float:center;'>PDF-Datei auswählen…<br>(hier klicken)</span>
|
||
</label>
|
||
</div>
|
||
<script src="../templates/{$global_template}/js/custom-file-input.js"></script>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="100%" align="center" colspan="2">
|
||
<br>
|
||
<input type="submit" class="button" value="PDF-Hochladen…" name="B1" size="20">
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</form>
|
||
</td>
|
||
<td width="30%">
|
||
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</fieldset>
|
||
<br />
|
||
<br />
|
||
<fieldset>
|
||
<legend>
|
||
<b>Schritt 3: Erfasste Dateien kontrollieren</b>
|
||
</legend>
|
||
<form action=?action=descr method="POST" name="descr">
|
||
<table cellspacing="0" cellpadding="2" width="100%" border="1">
|
||
<tr>
|
||
<td>
|
||
<b>lfd.Nr.</b>
|
||
</td>
|
||
<td>
|
||
<b>Datei</b>
|
||
</td>
|
||
<td>
|
||
<b>Dokumentenbeschreibung eingeben</b>
|
||
</td>
|
||
<td align="center">
|
||
<b>Edit</b>
|
||
</td>
|
||
<tr>
|
||
{section name=table_data1 loop=$table_data1}
|
||
{if $smarty.section.table_data1.rownum != ''}
|
||
<tr>
|
||
<td>
|
||
{$smarty.section.table_data1.rownum}
|
||
</td>
|
||
<td>
|
||
<a href='{$table_data1[table_data1].file}' target='_new'>{$table_data1[table_data1].basename}</a>
|
||
</td>
|
||
<td width="450">
|
||
<select name="desc_{$table_data1[table_data1].up_id}" id="dokumentenart_{$table_data1[table_data1].up_id}" size=1>
|
||
<option style="background-color:#E4CACA;" value="">Auswahl</option>
|
||
<option style="background-color:#FFFFFF;" value="Motivationsschreiben" {if $table_data1[table_data1].beschreibung == 'Motivationsschreiben'} selected {/if}>Motivationsschreiben</option>
|
||
<option style="background-color:#FFFFFF;" value="HZB" {if $table_data1[table_data1].beschreibung == 'HZB'} selected {/if}>HZB</option>
|
||
<option style="background-color:#FFFFFF;" value="Zeugnis 1" {if $table_data1[table_data1].beschreibung == 'Zeugnis 1'} selected {/if}>Zeugnis 1</option>
|
||
<option style="background-color:#FFFFFF;" value="Zeugnis 2" {if $table_data1[table_data1].beschreibung == 'Zeugnis 2'} selected {/if}>Zeugnis 2</option>
|
||
<option style="background-color:#FFFFFF;" value="Lebenslauf" {if $table_data1[table_data1].beschreibung == 'Lebenslauf'} selected {/if}>Lebenslauf</option>
|
||
<option style="background-color:#FFFFFF;" value="abgeschlossenes Studium" {if $table_data1[table_data1].beschreibung == 'abgeschlossenes Studium'} selected {/if}>abgeschlossenes Studium (Abschlusszeugnis)</option>
|
||
<option style="background-color:#FFFFFF;" value="sonstige Qualifikation" {if $table_data1[table_data1].beschreibung == 'sonstige Qualifikation'} selected {/if}>sonstige Qualifikation</option>
|
||
<option style="background-color:#FFFFFF;" value="Nachweis Schwerbehinderung" {if $table_data1[table_data1].beschreibung == 'Nachweis Schwerbehinderung'} selected {/if}>Nachweis Schwerbehinderung (falls in Schritt 1 angegeben)</option>
|
||
<option style="background-color:#FFFFFF;" value="Nachweis Verkürzung" {if $table_data1[table_data1].beschreibung == 'Nachweis Verkürzung'} selected {/if}>Nachweis Verkürzung (falls in Schritt 1 angegeben)</option>
|
||
<option style="background-color:#FFFFFF;" value="sonstiges Dokument" {if $table_data1[table_data1].beschreibung == 'sonstiges Dokument'} selected {/if}>sonstiges Dokument</option>
|
||
</select>
|
||
</td>
|
||
<td align="center">
|
||
<a href="?action=del&up_id={$table_data1[table_data1].up_id}"><img title = 'Datei löschen' border="0" height=10 src="../templates/{$global_template}/images/drop.png"></a>
|
||
</td>
|
||
</tr>
|
||
{/if}
|
||
{/section}
|
||
<!-- Damit der ausgew<65>hlte Dropdownbutton in der richtigen Hintergrundsfarbe erscheint -->
|
||
<script>
|
||
try {
|
||
var setBgColor = function (select) {
|
||
{section name=table_data1 loop=$table_data1}
|
||
select.style.backgroundColor = document.getElementById('dokumentenart_{$table_data1[table_data1].up_id}').options[select.selectedIndex].style.backgroundColor;
|
||
{/section}
|
||
};
|
||
{section name=table_data1 loop=$table_data1}
|
||
document.getElementById('dokumentenart_{$table_data1[table_data1].up_id}').onchange = function () { setBgColor(this); document.descr.submit(); };
|
||
{/section}
|
||
} catch (error) { throw error; }
|
||
//# sourceURL=izowuw.js
|
||
</script>
|
||
</table>
|
||
</fieldset>
|
||
</form>
|
||
<br />
|
||
<br />
|
||
<fieldset>
|
||
<legend>
|
||
<b>Schritt 4: HZB Note</b>
|
||
</legend>
|
||
<form action=?action=skala method="POST" name="skala">
|
||
Haben Sie schon eine HZB Note?<br><br>
|
||
<label for="hzb_j"><input type="radio" value="j" id="hzb_j" name="hzb" {if $hzb_radio == 'j'} checked {/if} size="20" onclick="show_hzb(); save_note(); document.skala.submit();"> Ja</label><br>
|
||
<label for="hzb_n"><input type="radio" value="n" id="hzb_n" name="hzb" {if $hzb_radio == 'n'} checked {/if} size="20" onclick="show_hzb(); save_note(); document.skala.submit();"> Nein</label>
|
||
<br>
|
||
<br>
|
||
<div id="hzb_fade">
|
||
Bitte geben Sie hier Ihre HZB Note ein: <input type="text" class="spinner" name="hzbnote" id="hzbnote" size="101" value="{$hzb_hzbnote}" onKeypress="return trackKeys(event,/[0-9,]/);">
|
||
Notensystem (1-6)
|
||
<!--
|
||
<select name="notenskala_j" id="notenskala_j" class="select2" onchange="save_note(); document.skala.submit();">
|
||
<option value="Noten" {if $skala_value_j == "Noten"} selected {/if}>Notensystem (1-6)</option>
|
||
<option value="Punkte" {if $skala_value_j == "Punkte"} selected {/if}>Punktesystem (1-15)</option>
|
||
</select>
|
||
-->
|
||
</div>
|
||
<div id="schnitt_fade">
|
||
Erfassen Sie hier den Durchschnitt Ihrer Zeugnisse laut Zeugnishandbuch: <input type="text" class="spinner" name="durchschnittnote" id="durchschnittnote" size="101" value="{$hzb_durchschnitt}" onchange='save_note();' onKeypress="return trackKeys(event,/[0-9,]/);">
|
||
<select name="notenskala_n" id="notenskala_n" class="select2" onchange="save_note(); document.skala.submit();">
|
||
<option value="Noten" {if $skala_value_n == "Noten"} selected {/if}>Notensystem (1-6)</option>
|
||
<option value="Punkte" {if $skala_value_n == "Punkte"} selected {/if}>Punktesystem (1-15)</option>
|
||
</select>
|
||
</div>
|
||
</form>
|
||
<br>
|
||
</fieldset>
|
||
<br />
|
||
<br />
|
||
<form action=?action=stelle method="POST" name="stelle">
|
||
<fieldset>
|
||
<legend>
|
||
<b>Schritt 5: Weiter zum nächsten Schritt</b>
|
||
</legend>
|
||
<font color='red'><b>Die Bewerbung ist noch nicht abgeschlossen. Bitte klicken Sie auf "Weiter zum nächsten Schritt", um auf die nächste Seite zu gelangen!</b></font>
|
||
<br>
|
||
<br>
|
||
Hinweis: Bitte verwenden sie die entsprechenden "Weiter-" bzw. "Zurückbuttons". Bitte nicht die Pfeiltasten Ihres Browsers verwenden.
|
||
<p align="center">
|
||
<input type="submit" class="button" value="Weiter zum nächsten Schritt">
|
||
</p>
|
||
</form>
|
||
</fieldset>
|
||
</fieldset>
|
||
</body>
|
||
</html>
|
||
{/if}
|
||
{if $action == 'stelle'}
|
||
<html>
|
||
<!DOCTYPE html>
|
||
<html lang="en" class="no-js">
|
||
<head>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||
<meta name="mobile-web-app-capable" content="yes" />
|
||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||
<script src="../jquery/jquery-1.12.4.js"></script>
|
||
<script src="../jquery/bootstrap.min.js"></script>
|
||
<link href="../jquery/bootstrap.min.css" rel="stylesheet" />
|
||
<title>
|
||
Anlagenupload und Ausbildungsstellenwahl BPM <!--(Bachelor of Arts - Public Management) 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;
|
||
}
|
||
#inner {
|
||
display: table;
|
||
margin: 0 auto;
|
||
width:630px;
|
||
}
|
||
#outer {
|
||
width:100%
|
||
}
|
||
</style>
|
||
<link rel="stylesheet" type="text/css" href="../templates/{$global_template}/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>
|
||
{literal}
|
||
<script>
|
||
$(document).ready(function(){
|
||
load_data();
|
||
function load_data(query)
|
||
{
|
||
$.ajax({
|
||
url:"fetch_dst.php",
|
||
method:"post",
|
||
data:{query:query},
|
||
success:function(data)
|
||
{
|
||
/* $('#result').html(data); */
|
||
$("#stelle").empty().append(data);
|
||
}
|
||
});
|
||
}
|
||
|
||
$('#search_text').keyup(function(){
|
||
var search = $(this).val();
|
||
if(search != '')
|
||
{
|
||
load_data(search);
|
||
}
|
||
else
|
||
{
|
||
load_data();
|
||
}
|
||
});
|
||
});
|
||
</script>
|
||
{/literal}
|
||
</head>
|
||
<body onload="if(document.save_praxis)document.save_praxis.search_text.focus();return false;" onselectstart="return false" ondragstart="return false" oncontextmenu="return false" oncontext="return false">
|
||
<fieldset class="fieldset2">
|
||
<legend class="legend1" align="center">
|
||
<b>Ausbildungsstellenauswahl</b>
|
||
</legend>
|
||
{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}
|
||
<fieldset class="fieldset1">
|
||
<legend>
|
||
<b>Hinweise</b>
|
||
</legend>
|
||
<ul>
|
||
<li>Bitte nennen hier bis zu {$index_stelle_anz} Ausbildungsstellen.</li>
|
||
<li>Nicht alle der hier aufgeführten Behörden bieten auch Ausbildungsstellen für diesen Studiengang an. </li>
|
||
<li>Die gewählten Ausbildungsstellen erhalten automatisch Ihre Bewerbung übermittelt.</li>
|
||
<li>Sie erhalten gegebenenfalls von den ausgewählten Behörden eine Einladung zur Vorstellung.</li>
|
||
</ul>
|
||
</fieldset>
|
||
<br>
|
||
<br>
|
||
<fieldset>
|
||
<legend>
|
||
<b>Schritt 1: Ausbildungsstellenwahl</b>
|
||
</legend>
|
||
<table border="0" width="100%">
|
||
<tr>
|
||
<td width="30%" valign="top">
|
||
<ol>
|
||
<li>Die erste Stelle im Dropdownfeld markieren.</li>
|
||
<li>Danach "Markierte Stelle auswählen..." klicken,<br>so dass die Stelle unter Schritt 2 angezeigt wird</li>
|
||
<li>Ggf. die Schritte solange wiederholen. Maximal {$index_stelle_anz} Stellen sind möglich.</li>
|
||
</ol>
|
||
</td>
|
||
</td>
|
||
<td width="40%">
|
||
<form action=?action=save_praxis method="POST" enctype="multipart/form-data" name="save_praxis">
|
||
<div id="outer">
|
||
<div id="inner">
|
||
<div class="form-group">
|
||
<div class="input-group">
|
||
<span class="input-group-addon">Suche</span>
|
||
<input type="text" name="search_text" id="search_text" placeholder="Dienststelle suchen" class="form-control" />
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<table border="0" cellpadding="0" cellspacing="0" width="100%" >
|
||
<tr>
|
||
<td width="100%"align="center" >
|
||
<div>
|
||
<select name="stelle" id="stelle" size=15>
|
||
</select>
|
||
<br>
|
||
<br>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td width="100%" align="center" colspan="2">
|
||
<input type="submit" class="button" value="Markierte Stelle auswählen…" name="B1" size="20">
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</form>
|
||
</td>
|
||
<td width="30%">
|
||
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</fieldset>
|
||
</form>
|
||
<br />
|
||
<br />
|
||
<fieldset>
|
||
<legend>
|
||
<b>Schritt 2: Ausgewählte Ausbildungsstellen</b>
|
||
</legend>
|
||
{if $index_wahl_prx == 1}
|
||
<form action=?action=hswahl method="POST" name="hswahl">
|
||
{/if}
|
||
{if $index_wahl_prx == 0}
|
||
<form action=?action=overview method="POST" name="overview">
|
||
{/if}
|
||
<table cellspacing="0" cellpadding="2" width="100%" border="1">
|
||
<tr>
|
||
<td>
|
||
<b>lfd.Nr.</b>
|
||
</td>
|
||
<td>
|
||
<b>Ausbildungsstelle</b>
|
||
</td>
|
||
<!--
|
||
<td>
|
||
<b>Adresse</b>
|
||
</td>
|
||
-->
|
||
<td>
|
||
<b>Mailadresse</b>
|
||
</td>
|
||
<td align="center">
|
||
<b>Edit</b>
|
||
</td>
|
||
<tr>
|
||
{section name=table_data2 loop=$table_data2}
|
||
{if $smarty.section.table_data2.rownum != ''}
|
||
<tr>
|
||
<td>
|
||
{$smarty.section.table_data2.rownum}
|
||
</td>
|
||
<td>
|
||
{$table_data2[table_data2].bez}
|
||
</td>
|
||
<!--
|
||
<td width="450">
|
||
{$table_data2[table_data2].str}, {$table_data2[table_data2].plz} {$table_data2[table_data2].ort}
|
||
</td>
|
||
-->
|
||
<td>
|
||
{$table_data2[table_data2].mail}
|
||
</td>
|
||
<td align="center">
|
||
<a href="?action=del_stelle&wu_id={$table_data2[table_data2].wu_id}"><img title = 'Stelle löschen' border="0" height=10 src="../templates/{$global_template}/images/drop.png"></a>
|
||
</td>
|
||
</tr>
|
||
{/if}
|
||
{/section}
|
||
</table>
|
||
</fieldset>
|
||
<br />
|
||
<br />
|
||
<!-- Hochschulwahl oder Zusammenfassung -->
|
||
{if $index_wahl_prx == 0}
|
||
<fieldset>
|
||
<legend>
|
||
<b>Schritt 3: Weiter zur Übersicht und Datencheck</b>
|
||
</legend>
|
||
Bitte verwenden sie die entsprechenden "Weiter-" bzw. "Zurückbuttons". Bitte nicht die Pfeiltasten Ihres Browsers verwenden.
|
||
<p align="center">
|
||
<a href="?action=anmeld" class="button">Zurück zum Dokumentenupload</a> <input type="submit" class="button" value="Weiter zur Übersicht">
|
||
</p>
|
||
</fieldset>
|
||
{/if}
|
||
{if $index_wahl_prx == 1}
|
||
<fieldset>
|
||
<legend>
|
||
<b>Schritt 3: Weiter zur Hochschulwahl</b>
|
||
</legend>
|
||
<p align="center">
|
||
<a href="?action=anmeld" class="button">Zurück zum Dokumentenupload</a> <input type="submit" class="button" value="Weiter zur Hochschulwahl">
|
||
</p>
|
||
</fieldset>
|
||
{/if}
|
||
</form>
|
||
</fieldset>
|
||
</body>
|
||
</html>
|
||
{/if}
|
||
{if $action == 'hswahl'}
|
||
<html>
|
||
<!DOCTYPE html>
|
||
<html lang="en" class="no-js">
|
||
<head>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||
<meta name="mobile-web-app-capable" content="yes" />
|
||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||
<title>
|
||
Anlagenupload und Ausbildungsstellenwahl BPM <!--(Bachelor of Arts - Public Management) 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="../templates/{$global_template}/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 onselectstart="return false" ondragstart="return false" oncontextmenu="return false" oncontext="return false">
|
||
<fieldset class="fieldset2">
|
||
<legend class="legend1" align="center">
|
||
<b>Hochschulswahl</b>
|
||
</legend>
|
||
{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}
|
||
<fieldset class="fieldset1">
|
||
<legend>
|
||
<b>Hinweise</b>
|
||
</legend>
|
||
<ul>
|
||
<li>Bitte wählen Sie eine Hochschule</li>
|
||
</ul>
|
||
</fieldset>
|
||
<br>
|
||
<br>
|
||
<fieldset>
|
||
<legend>
|
||
<b>Schritt 1: Hochschulwahl</b>
|
||
</legend>
|
||
<table border="0" width="100%">
|
||
<tr>
|
||
<td width="30%" valign="top">
|
||
|
||
</td>
|
||
</td>
|
||
<td width="40%">
|
||
<form action=?action=overview method="POST" name="overview">
|
||
<table border="0" cellpadding="0" cellspacing="0" width="100%" >
|
||
<tr>
|
||
<td width="100%"align="center" >
|
||
<div>
|
||
<select name="hs" size=2>
|
||
<option value="Kehl" {if $hsw_value_hs == 'Kehl'} selected {/if}>Hochschule Kehl</option>
|
||
<option value="Ludwigsburg" {if $hsw_value_hs == 'Ludwigsburg'} selected {/if}>Hochschule Ludwigsburg</option>
|
||
</select>
|
||
<br>
|
||
<br>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
<td width="30%">
|
||
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</fieldset>
|
||
<br />
|
||
<br />
|
||
<!-- Hochschulwahl oder Zusammenfassung -->
|
||
<fieldset>
|
||
<legend>
|
||
<b>Schritt 2: Weiter zur Übersicht und Datencheck</b>
|
||
</legend>
|
||
Bitte verwenden sie die entsprechenden "Weiter-" bzw. "Zurückbuttons". Bitte nicht die Pfeiltasten Ihres Browsers verwenden.
|
||
<p align="center">
|
||
{if $index_wahl_prx == 0}<a href="?action=anmeld" class="button">Zurück zum Dokumentenupload</a>{/if}
|
||
{if $index_wahl_prx == 1}<a href="?action=stelle" class="button">Zurück zur Ausbildungsstellenwahl</a>{/if}
|
||
<input type="submit" class="button" value="Weiter zur Übersicht">
|
||
</p>
|
||
</fieldset>
|
||
</form>
|
||
</fieldset>
|
||
</body>
|
||
</html>
|
||
{/if}
|
||
{if $action == 'overview'}
|
||
<html>
|
||
<!DOCTYPE html>
|
||
<head>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||
<meta name="mobile-web-app-capable" content="yes" />
|
||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||
<title>
|
||
Anlagenupload und Ausbildungsstellenwahl BPM <!--(Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.-->
|
||
</title>
|
||
<link type="text/css" rel="stylesheet" href="../templates/{$global_template}/css/styles_refill.css">
|
||
<script type="text/javascript">
|
||
function senden_aktiv(){
|
||
if ( document.getElementById("versicherung").checked == true ){
|
||
document.getElementById("senden").disabled = false;
|
||
}else{
|
||
document.getElementById("senden").disabled = true;
|
||
}
|
||
}
|
||
</script>
|
||
<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="../templates/{$global_template}/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 onselectstart="return false" ondragstart="return false" oncontextmenu="return false" oncontext="return false">
|
||
<fieldset class="fieldset2">
|
||
<legend class="legend1" align="center">
|
||
<b>Übersicht</b>
|
||
</legend>
|
||
{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}
|
||
<fieldset>
|
||
<legend>
|
||
<b>Hochgeladene Dokumente</b>
|
||
</legend>
|
||
<table cellspacing="0" cellpadding="2" width="100%" border="1">
|
||
<tr>
|
||
<td width="10%">
|
||
<b>lfd.Nr.</b>
|
||
</td>
|
||
<td>
|
||
<b>Datei</b>
|
||
</td>
|
||
<td>
|
||
<b>Dokumentenbeschreibung</b>
|
||
</td>
|
||
<tr>
|
||
{section name=table_data1 loop=$table_data1}
|
||
{if $smarty.section.table_data1.rownum != ''}
|
||
<tr>
|
||
<td>
|
||
{$smarty.section.table_data1.rownum}
|
||
</td>
|
||
<td width="60%">
|
||
<a href='{$table_data1[table_data1].file}' target='_new'>{$table_data1[table_data1].basename}</a>
|
||
</td>
|
||
<td width="450">
|
||
{$table_data1[table_data1].beschreibung}
|
||
</td>
|
||
</tr>
|
||
{/if}
|
||
{/section}
|
||
</table>
|
||
<p align="center">
|
||
<br><br><br>
|
||
Bitte verwenden sie die entsprechenden "Weiter-" bzw. "Zurückbuttons". Bitte nicht die Pfeiltasten Ihres Browsers verwenden.<br>
|
||
<br>
|
||
<a href="?action=anmeld" class="button">Zurück zum Dokumentenupload</a>
|
||
</p>
|
||
</fieldset>
|
||
<br />
|
||
<br />
|
||
<fieldset>
|
||
<legend>
|
||
<b>Erfasste Note</b>
|
||
</legend>
|
||
<!--
|
||
$smarty->assign('overview_zeugnisschnittpunkte', "");
|
||
$smarty->assign('overview_zeugnisschnittnote', "");
|
||
$smarty->assign('overview_hzbpunkte', "");
|
||
$smarty->assign('overview_hzbnote', $row_note['hzb']);
|
||
$smarty->assign('overview_hinweis_hzb', 0);
|
||
-->
|
||
<p align="center">
|
||
{if $overview_hzbpunkte != ""}
|
||
<b>Erfasste HZB Note:</b> {$overview_hzbpunkte} Punkte (= Note {$overview_hzbnote})
|
||
{/if}
|
||
{if $overview_hzbnote != "" and $overview_hzbpunkte == ""}
|
||
<b>Erfasste HZB Note:</b> {$overview_hzbnote}
|
||
{/if}
|
||
{if $overview_zeugnisschnittpunkte != ""}
|
||
<b>Erfasste Durchschnittsnote:</b> {$overview_zeugnisschnittpunkte} Punkte (= Note {$overview_zeugnisschnittnote})
|
||
{/if}
|
||
{if $overview_zeugnisschnittnote != "" and $overview_zeugnisschnittpunkte == ""}
|
||
<b>Erfasste Durchschnittsnote:</b> {$overview_zeugnisschnittnote}
|
||
{/if}
|
||
{if $overview_hinweis_hzb == "1"}
|
||
<br>
|
||
<br>
|
||
<b><font color="red">Bitte unbedingt beachten: Sie müssen nach Erhalt Ihrer Hochschulzugangsberechtigung diese zwingend nachreichen, sonst ist keine Zulassung möglich</font></b>
|
||
{/if}
|
||
<br><br><br>
|
||
Bitte verwenden sie die entsprechenden "Weiter-" bzw. "Zurückbuttons". Bitte nicht die Pfeiltasten Ihres Browsers verwenden.<br>
|
||
<br>
|
||
<a href="?action=anmeld" class="button">Zurück zur Notenerfassung</a>
|
||
</p>
|
||
</fieldset>
|
||
<br />
|
||
<br />
|
||
{if $index_wahl_prx == 1}
|
||
<fieldset>
|
||
<legend>
|
||
<b>Ausgewählte Ausbildungsstellen</b>
|
||
</legend>
|
||
<table cellspacing="0" cellpadding="2" width="100%" border="1">
|
||
<tr>
|
||
<td width="10%">
|
||
<b>lfd.Nr.</b>
|
||
</td>
|
||
<td width="30%">
|
||
<b>Ausbildungsstelle</b>
|
||
</td>
|
||
<td width="30%">
|
||
<b>Adresse</b>
|
||
</td>
|
||
<td width="450">
|
||
<b>Mailadresse</b>
|
||
</td>
|
||
<tr>
|
||
{section name=table_data2 loop=$table_data2}
|
||
{if $smarty.section.table_data2.rownum != ''}
|
||
<tr>
|
||
<td>
|
||
{$smarty.section.table_data2.rownum}
|
||
</td>
|
||
<td>
|
||
{$table_data2[table_data2].bez}
|
||
</td>
|
||
<td width="450">
|
||
{$table_data2[table_data2].str}, {$table_data2[table_data2].plz} {$table_data2[table_data2].ort}
|
||
</td>
|
||
<td>
|
||
{$table_data2[table_data2].mail}
|
||
</td>
|
||
</tr>
|
||
{/if}
|
||
{/section}
|
||
</table>
|
||
<p align="center">
|
||
<br><br><br>
|
||
Bitte verwenden sie die entsprechenden "Weiter-" bzw. "Zurückbuttons". Bitte nicht die Pfeiltasten Ihres Browsers verwenden.<br>
|
||
<br>
|
||
<a href="?action=stelle" class="button">Zurück zur Ausbildungsstellenauswahl</a>
|
||
</p>
|
||
</fieldset>
|
||
<br />
|
||
<br />
|
||
{/if}
|
||
{if $index_wahl_hochschule == 1}
|
||
<fieldset>
|
||
<legend>
|
||
<b>Ausgewählte Hochschule</b>
|
||
</legend>
|
||
<table cellspacing="0" cellpadding="2" width="100%" border="1">
|
||
<tr>
|
||
<td width="10%">
|
||
Hochschule:
|
||
</td>
|
||
<td>
|
||
{$index_wahl_hs}
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<p align="center">
|
||
<a href="?action=hswahl" class="button">Zurück zur Hochschulwahl</a>
|
||
</p>
|
||
</fieldset>
|
||
<br />
|
||
<br />
|
||
{/if}
|
||
<form action=?action=save method="POST" name="save">
|
||
<fieldset>
|
||
<legend>
|
||
<b>Versicherung und Daten speichern</b>
|
||
</legend>
|
||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td>
|
||
<input type="checkbox" name="versicherung" onclick="senden_aktiv();" id="versicherung">
|
||
</td>
|
||
<td style="text-align: justify;">
|
||
<label for="versicherung">Ich versichere, dass ich die Daten geprüft habe und vollständig sind.<br>
|
||
Ich nehme zur Kenntnis, dass nach dem speichern eine erneute Anmeldung nicht möglich ist.<br>
|
||
Außerdem stimme ich der <a href="../media/datenschutzerklaerung.pdf" target="_new">Datenschutzerklärung</a> zu.
|
||
</label>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<p align="center">
|
||
<input type="submit" name="senden" id="senden" value="Speichern" disabled>
|
||
</p>
|
||
</fieldset>
|
||
</form>
|
||
<br />
|
||
<br />
|
||
</fieldset>
|
||
</body>
|
||
</html>
|
||
{/if}
|
||
{if $action == 'save'}
|
||
<html>
|
||
<head>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||
<meta name="mobile-web-app-capable" content="yes" />
|
||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||
<title>
|
||
Anlagenupload und Ausbildungsstellenwahl BPM <!--(Bachelor of Arts - Public Management) der Hochschulen Ludwigsburg und Kehl.-->
|
||
</title>
|
||
<link type="text/css" rel="stylesheet" href="../templates/{$global_template}/css/styles_refill.css">
|
||
</head>
|
||
<body onselectstart="return false" ondragstart="return false" oncontextmenu="return false" oncontext="return false">
|
||
<fieldset>
|
||
<legend>Speicherung</legend>
|
||
<br />
|
||
<br />
|
||
<p align="center">
|
||
Ihre Bewerbung ist an der Hochschule eingegangen. Weitere Informationen zum Auswahlverfahren finden Sie auf den Websites der Hochschulen.
|
||
</p>
|
||
<br />
|
||
<br />
|
||
</fieldset>
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<br />
|
||
</body>
|
||
</html>
|
||
{/if} |