Änderung Niki Adams 16.01.2024
This commit is contained in:
146
fragebogen.php
146
fragebogen.php
@ -19,6 +19,7 @@ $uid1=$_COOKIE["uid1"];
|
||||
$result3 = $db->query("SELECT kontinent
|
||||
, land
|
||||
, stadt
|
||||
, stelle
|
||||
, adresse
|
||||
, ansprechpartner
|
||||
, abteilung
|
||||
@ -125,10 +126,10 @@ function createCities()
|
||||
<tr>
|
||||
<td colspan='4' style='border-left-style: solid; border-left-width: 2px; border-right-style: solid; border-right-width: 2px; border-top-style: solid; border-top-width: 2px'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
<b>Persönliche Angaben<br>
|
||||
</b> Deine persönlichen Daten
|
||||
<b>Pers&oul,;nliche Angaben<br>
|
||||
</b> Deine pers&oul,;nlichen Daten
|
||||
werden streng vertraulich behandelt und dienen in erster Linie nur
|
||||
uns, um dir eventuelle Rückfragen zu stellen!
|
||||
uns, um dir eventuelle Rückfragen zu stellen!
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -180,6 +181,24 @@ function createCities()
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
$row[poplz] $row[poort]
|
||||
</td>
|
||||
</tr>";
|
||||
$result_einver = $db->query("SELECT einverst, studiengang FROM aesp_pers_ang WHERE uid='$uid1'");
|
||||
$row_einver = $result_einver->fetch_array();
|
||||
echo"
|
||||
<tr>
|
||||
<td width='17%' style='border-left-style: solid; border-left-width: 2px'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
Studiengang </td>
|
||||
<td width='82%' colspan='3' style='border-right-style: solid; border-right-width: 2px'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
<input type='radio' value='PMGT' name='studiengang' "; if($row_einver['studiengang'] == 'PMGT'){ echo " checked "; } echo">Public Management<br>
|
||||
<input type='radio' value='AFV' name='studiengang' "; if($row_einver['studiengang'] == 'AFV'){ echo " checked "; } echo">Allgemeine Finanzverwaltung<br>
|
||||
<input type='radio' value='RV' name='studiengang' "; if($row_einver['studiengang'] == 'RV'){ echo " checked "; } echo">Rentenversicherung<br>
|
||||
<input type='radio' value='DVM' name='studiengang' "; if($row_einver['studiengang'] == 'DVM'){ echo " checked "; } echo">DVM<br>
|
||||
<input type='radio' value='MEPA' name='studiengang' "; if($row_einver['studiengang'] == 'MEPA'){ echo " checked "; } echo">MEPA<br>
|
||||
<input type='radio' value='S' name='studiengang' "; if($row_einver['studiengang'] == "S"){ echo " checked "; } echo">Sonstiges
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='17%' style='border-left-style: solid; border-left-width: 2px'>
|
||||
@ -189,10 +208,7 @@ function createCities()
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
<input type='text' name='mail' value='$row[mail2]' size='80'>
|
||||
</td>
|
||||
</tr>";
|
||||
$result_einver = $db->query("SELECT einverst FROM aesp_pers_ang WHERE uid='$uid1'");
|
||||
$row_einver = $result_einver->fetch_array();
|
||||
echo"
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='17%' style='border-left-style: solid; border-left-width: 2px'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
@ -200,7 +216,7 @@ function createCities()
|
||||
<td width='82%' colspan='3' style='border-right-style: solid; border-right-width: 2px'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
<input type='checkbox' name='eiver_rueckfr' value='Y'"; if($row_einver['einverst'] == 'Y'){ echo " checked "; } echo">
|
||||
Ich bin damit einverstanden, dass meine <u>Emailadresse</u> für eventuelle Nachfragen veröffentlicht wird.
|
||||
Ich bin damit einverstanden, dass meine <u>Emailadresse</u> für eventuelle Nachfragen ver&oul,;ffentlicht wird.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -264,6 +280,15 @@ function createCities()
|
||||
<input type='text' name='stadt' value='$row3[stadt]' size='90'></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='17%' style='border-left-style: solid; border-left-width: 2px'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
Stelle </td>
|
||||
<td width='82%' style='border-right-style: solid; border-right-width: 2px'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
<input type='text' name='stelle' value='$row3[stelle]' size='90'></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='17%' style='border-left-style: solid; border-left-width: 2px'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
@ -319,9 +344,8 @@ function createCities()
|
||||
, transport
|
||||
, beginn_vorbereitung
|
||||
, erasmus
|
||||
, auslandskostenzuschlag
|
||||
, bereich
|
||||
, beschreibung
|
||||
, trennungsgeld
|
||||
, modul
|
||||
, aufgaben
|
||||
FROM aesp_allgemein
|
||||
WHERE uid='$uid1'");
|
||||
@ -393,7 +417,7 @@ function createCities()
|
||||
<td width='99%' style='border-left-style: solid; border-left-width: 2px; border-right-style:solid; border-right-width:2px' height='27' colspan='2'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'><br>
|
||||
Wann hast du
|
||||
mit den Vorbereitungen für das Praktikum begonnen? </td>
|
||||
mit den Vorbereitungen für das Praktikum begonnen? </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='99%' style='border-left-style: solid; border-left-width: 2px; border-right-style:solid; border-right-width:2px' colspan='2'>
|
||||
@ -417,53 +441,48 @@ function createCities()
|
||||
<td width='99%' style='border-left-style: solid; border-left-width: 2px; border-right-style:solid; border-right-width:2px' height='27' colspan='2'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
<br>
|
||||
Hast du einen Auslandskostenzuschlag beantragt und wie hoch war dieser?
|
||||
<!-- bis 21.01.2024 Hast du einen Auslandskostenzuschlag beantragt und wie hoch war dieser?-->
|
||||
Wirst du einen Antrag auf Trennungsgeld stellen?
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='99%' style='border-left-style: solid; border-left-width: 2px; border-right-style:solid; border-right-width:2px' colspan='2'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
<input type='text' name='auslandszuschlag' value='$row[auslandskostenzuschlag]' size='118'></td>
|
||||
<!-- <input type='text' name='auslandszuschlag' value='$row[auslandskostenzuschlag]' size='118'> -->
|
||||
<input type='text' name='trennungsgeld' value='$row[trennungsgeld]' size='118'>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='99%' style='border-left-style: solid; border-left-width: 2px; border-right-style:solid; border-right-width:2px' height='27' colspan='2'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
<br>
|
||||
In
|
||||
welchen Bereich kann man deinen Praktikumsplatz einordnen? </td>
|
||||
Nur Public Management: In welchem Modul hast Du Dein Praktikum gemacht?
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='99%' style='border-left-style: solid; border-left-width: 2px; border-right-style:solid; border-right-width:2px' colspan='2'>
|
||||
<p style='margin-left: 3px; margin-right: 3px' align='left'>
|
||||
|
||||
<input type='radio' value='OV' name='bereich' "; if($row['bereich'] == 'OV'){ echo " checked "; } echo">Öffentliche Verwaltung<br>
|
||||
<input type='radio' value='FW' name='bereich' "; if($row['bereich'] == 'FW'){ echo " checked "; } echo">Freie Wirtschaft<br>
|
||||
<input type='radio' value='S' name='bereich' "; if($row['bereich'] == "S"){ echo " checked "; } echo">Sonstiges
|
||||
<!-- bis 22.01.2024 name='bereich' -->
|
||||
<input type='radio' value='OPI' name='modul' "; if($row['modul'] == 'OPI'){ echo " checked "; } echo">Organisation, Personal, Informationsverarbeitung,<br>
|
||||
<input type='radio' value='OV' name='modul' "; if($row['modul'] == 'OV'){ echo " checked "; } echo">Ordnungsverwaltung<br>
|
||||
<input type='radio' value='LV' name='modul' "; if($row['modul'] == 'LV'){ echo " checked "; } echo">Leistungsverwaltung<br>
|
||||
<input type='radio' value='WFB' name='modul' "; if($row['modul'] == 'WFB'){ echo " checked "; } echo">Wirtschaft und Finanzen, &oul,;ffentliche Betriebe<br>
|
||||
<input type='radio' value='KFS' name='modul' "; if($row['modul'] == 'KFS'){ echo " checked "; } echo">Kommunalpolitik, Führung im &oul,;ffentlichen Sektor
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='99%' style='border-left-style: solid; border-left-width: 2px; border-right-style:solid; border-right-width:2px' height='27' colspan='2'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'><br>
|
||||
Bitte
|
||||
beschreibe die Stelle kurz: </td>
|
||||
Was waren Deine Aufgaben?
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='99%' style='border-left-style: solid; border-left-width: 2px; border-right-style:solid; border-right-width:2px' colspan='2'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
<textarea rows='3' name='stellenbeschreibung' cols='88'>$row[beschreibung]</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='99%' style='border-left-style: solid; border-left-width: 2px; border-right-style:solid; border-right-width:2px' height='27' colspan='2'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'><br>
|
||||
Deine
|
||||
Aufgaben bei dieser Stelle waren: </td>
|
||||
<textarea rows='3' name='aufgaben' cols='88'>$row[aufgaben]</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='99%' style='border-left-style: solid; border-left-width: 2px; border-right-style:solid; border-right-width:2px' colspan='2'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
<input type='text' name='aufgaben' value='$row[aufgaben]' size='118'></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width='17%' style='border-left-style: solid; border-left-width: 2px; border-bottom-style: solid; border-bottom-width: 2px'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'> </td>
|
||||
@ -507,7 +526,7 @@ function createCities()
|
||||
<br>
|
||||
Wurde
|
||||
dir von Arbeitgeberseite bei der Suche geholfen oder gar eine
|
||||
Unterkunft zur Verfügung gestellt? </td>
|
||||
Unterkunft zur Verfügung gestellt? </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width='99%' style='border-left-style: solid; border-left-width: 2px; border-right-style:solid; border-right-width:2px' colspan='2'>
|
||||
@ -585,7 +604,7 @@ function createCities()
|
||||
<tr>
|
||||
<td width='43%' style='border-left-style: solid; border-left-width: 2px'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
Ich fühlte
|
||||
Ich fühlte
|
||||
mich auch unter den Kollegen gut aufgenommen </td>
|
||||
<td width='56%' style='border-right-style: solid; border-right-width: 2px'>
|
||||
|
||||
@ -625,7 +644,7 @@ function createCities()
|
||||
<tr>
|
||||
<td width='43%' style='border-left-style: solid; border-left-width: 2px'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
Ich fühlte
|
||||
Ich fühlte
|
||||
mich gefordert </td>
|
||||
<td width='56%' style='border-right-style: solid; border-right-width: 2px'>
|
||||
|
||||
@ -646,7 +665,7 @@ function createCities()
|
||||
<td width='43%' style='border-left-style: solid; border-left-width: 2px'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
Ich habe
|
||||
etwas dazulernen können </td>
|
||||
etwas dazulernen k&oul,;nnen </td>
|
||||
<td width='56%' style='border-right-style: solid; border-right-width: 2px'>
|
||||
|
||||
<input type='radio' name='dazulernen' value='1'"; if($row['dazulernen'] == '1'){ echo " checked "; } echo">1
|
||||
@ -753,7 +772,7 @@ function createCities()
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
Was konnte
|
||||
man unternehmen?<br>
|
||||
(Tagsüber und Nachts) </td>
|
||||
(Tagsüber und Nachts) </td>
|
||||
<td width='56%' style='border-right-style: solid; border-right-width: 2px'>
|
||||
<textarea rows='2' name='unternehmen' cols='48'>$row[unternehmen]</textarea></td>
|
||||
</tr>
|
||||
@ -761,7 +780,7 @@ function createCities()
|
||||
<td width='43%' style='border-left-style: solid; border-left-width: 2px'>
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
Konntest du
|
||||
Kontakte knüpfen? </td>
|
||||
Kontakte knüpfen? </td>
|
||||
<td width='56%' style='border-right-style: solid; border-right-width: 2px'>
|
||||
<input type='text' name='kontakte' value='$row[kontakte]' size='65'></td>
|
||||
</tr>
|
||||
@ -796,7 +815,7 @@ function createCities()
|
||||
<p style='margin-left: 3px; margin-right: 3px'>
|
||||
<b>Deine abschließenden Worte</b><br>
|
||||
<span style='font-size: 8pt'>Was du einem
|
||||
Studenten mit auf den langen Weg ins Ausland geben möchtest! Ein
|
||||
Studenten mit auf den langen Weg ins Ausland geben m&oul,;chtest! Ein
|
||||
paar gute Tipps vielleicht? <br>
|
||||
</h1>
|
||||
</td>
|
||||
@ -839,21 +858,30 @@ $db = dbconnect();
|
||||
|
||||
|
||||
## Persönliche Angaben ##
|
||||
if(isset($_POST['mail'])){
|
||||
$mail=$_POST['mail'];
|
||||
$eiver_rueckfr=$_POST['eiver_rueckfr'];
|
||||
}else{
|
||||
$mail='';
|
||||
}
|
||||
|
||||
if($eiver_rueckfr == ''){
|
||||
if(isset($_POST['eiver_rueckfr']) AND $_POST['eiver_rueckfr'] != ''){
|
||||
$eiver_rueckfr=$_POST['eiver_rueckfr'];
|
||||
}else{
|
||||
$eiver_rueckfr = 'N';
|
||||
}
|
||||
|
||||
if(isset($_POST['studiengang']) AND $_POST['studiengang'] != ''){
|
||||
$studiengang=$_POST['studiengang'];
|
||||
}else{
|
||||
$studiengang = '';
|
||||
}
|
||||
|
||||
$sql = $db->query ("DELETE FROM aesp_pers_ang WHERE uid = '$uid1'");
|
||||
$sql = $db->query ("UPDATE kurs.stud SET mail2 = '$mail' WHERE uid = '$uid1'");
|
||||
$sql = $db->query ("INSERT INTO aesp_pers_ang
|
||||
(uid, einverst)
|
||||
(uid, einverst, studiengang)
|
||||
VALUES
|
||||
('$uid1', '$eiver_rueckfr')");
|
||||
|
||||
|
||||
('$uid1', '$eiver_rueckfr', '$studiengang')");
|
||||
if(!$sql){
|
||||
$fehler = FALSE;
|
||||
}
|
||||
@ -862,6 +890,7 @@ if(!$sql){
|
||||
$kontinent=$_POST['dhtmlgoodies_country'];
|
||||
$land=$_POST['dhtmlgoodies_city'];
|
||||
$stadt=$_POST['stadt'];
|
||||
$stelle=$_POST['stelle'];
|
||||
$adresse=$_POST['kontaktadresse'];
|
||||
$ansprechpart=$_POST['ansprechpart'];
|
||||
$abteilung=$_POST['abteilung'];
|
||||
@ -870,9 +899,9 @@ $abteilung=$_POST['abteilung'];
|
||||
|
||||
$sql = $db->query ("DELETE FROM aesp_bewerbung WHERE uid = '$uid1'");
|
||||
$sql = $db->query ("INSERT INTO aesp_bewerbung
|
||||
(uid, kontinent, land, stadt, adresse, ansprechpartner, abteilung)
|
||||
(uid, kontinent, land, stadt, stelle, adresse, ansprechpartner, abteilung)
|
||||
VALUES
|
||||
('$uid1', '$kontinent', '$land', '$stadt', '$adresse', '$ansprechpart', '$abteilung')");
|
||||
('$uid1', '$kontinent', '$land', '$stadt', '$stelle', '$adresse', '$ansprechpart', '$abteilung')");
|
||||
if(!$sql){
|
||||
$fehler = FALSE;
|
||||
}
|
||||
@ -890,16 +919,15 @@ $visum=$_POST['visum'];
|
||||
$transport=$_POST['transport'];
|
||||
$beginn_vorbereitung=$_POST['vorbereitungsbeginn'];
|
||||
$erasmus=$_POST['erasmus'];
|
||||
$auslandskostenzuschlag=$_POST['auslandszuschlag'];
|
||||
$bereich=$_POST['bereich'];
|
||||
$beschreibung=$_POST['stellenbeschreibung'];
|
||||
$trennungsgeld=$_POST['trennungsgeld'];
|
||||
$modul=$_POST['modul'];
|
||||
$aufgaben=$_POST['aufgaben'];
|
||||
|
||||
|
||||
$sql = $db->query ("INSERT INTO aesp_allgemein
|
||||
(uid, zeitraum_von, zeitraum_bis, abteilung_genau, platz_gefunden, visum, transport, beginn_vorbereitung, erasmus, auslandskostenzuschlag, bereich, beschreibung, aufgaben)
|
||||
(uid, zeitraum_von, zeitraum_bis, abteilung_genau, platz_gefunden, visum, transport, beginn_vorbereitung, erasmus, trennungsgeld, modul, aufgaben)
|
||||
VALUES
|
||||
('$uid1', '$zeitraum_von', '$zeitraum_bis', '$abteilung_genau', '$platz_gefunden', '$visum', '$transport', '$beginn_vorbereitung', '$erasmus', '$auslandskostenzuschlag', '$bereich', '$beschreibung', '$aufgaben')");
|
||||
('$uid1', '$zeitraum_von', '$zeitraum_bis', '$abteilung_genau', '$platz_gefunden', '$visum', '$transport', '$beginn_vorbereitung', '$erasmus', '$trennungsgeld', '$modul', '$aufgaben')");
|
||||
|
||||
|
||||
|
||||
@ -1009,19 +1037,19 @@ echo"
|
||||
<td colspan=\"2\"><br>
|
||||
<p align=\"center\"><b>Herzlichen Dank!</b>
|
||||
<br>
|
||||
Wir möchten uns ganz herzlich bei Dir dafür bedanken, dass Du die Mühe auf
|
||||
dich genommen hast, diesen Bogen auszufüllen und somit allen
|
||||
Wir m&oul,;chten uns ganz herzlich bei Dir dafür bedanken, dass Du die Mühe auf
|
||||
dich genommen hast, diesen Bogen auszufüllen und somit allen
|
||||
Studierenden nach dir einiges an Sorgen und Ängsten genommen
|
||||
hast!<br>
|
||||
Wenn Du Lust hast, schau einfach mal rein auf die Seite des
|
||||
Akademischen Auslandsamtes. Dort wird demnächst neben allerlei
|
||||
hilfreichen Dingen auch ein Forum und das Ergebnis dieses Bogens
|
||||
zu finden sein! Wir wünschen Dir noch viel Freude und auch viel
|
||||
zu finden sein! Wir wünschen Dir noch viel Freude und auch viel
|
||||
Erfolg auf Deinem weiteren Weg!
|
||||
AESPA
|
||||
</p>
|
||||
<p align=\"center\">
|
||||
<a href=\"fragebogen.php\">überarbeiten</a>
|
||||
<a href=\"fragebogen.php\">überarbeiten</a>
|
||||
|
||||
|
||||
|
||||
@ -1091,7 +1119,7 @@ echo"
|
||||
</b>
|
||||
</p>
|
||||
<p align=\"center\">
|
||||
<a href=\"javascript:history.back()\">zurück</a>
|
||||
<a href=\"javascript:history.back()\">zurück</a>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user