mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-06 06:39:27 +00:00
Incomingverwaltung
- Logo Pfad korrigiert - Capture bei Incoming Registrierung hinzugefügt - Mailtexte überarbeitet
This commit is contained in:
+520
-493
File diff suppressed because it is too large
Load Diff
@@ -19,31 +19,31 @@
|
||||
* Andreas Oesterreicher <andreas.oesterreicher@technikum-wien.at> and
|
||||
* Karl Burkhart <burkhart@technikum-wien.at>.
|
||||
*/
|
||||
|
||||
|
||||
require_once '../../../config/cis.config.inc.php';
|
||||
require_once '../../../include/phrasen.class.php';
|
||||
require_once '../../../include/person.class.php';
|
||||
require_once '../../../include/person.class.php';
|
||||
|
||||
if(isset($_GET['lang']))
|
||||
setSprache($_GET['lang']);
|
||||
|
||||
$sprache = getSprache();
|
||||
$p=new phrasen($sprache);
|
||||
$sprache = getSprache();
|
||||
$p=new phrasen($sprache);
|
||||
|
||||
if (isset($_POST['userid']))
|
||||
if (isset($_POST['userid']))
|
||||
{
|
||||
$login = $_REQUEST['userid'];
|
||||
$person = new person();
|
||||
|
||||
$login = $_REQUEST['userid'];
|
||||
$person = new person();
|
||||
|
||||
session_start();
|
||||
|
||||
$preincoming=$person->checkZugangscodeIncoming($login);
|
||||
|
||||
|
||||
$preincoming=$person->checkZugangscodeIncoming($login);
|
||||
|
||||
//Zugangscode wird überprüft
|
||||
if($preincoming != false)
|
||||
{
|
||||
$_SESSION['incoming/user'] = $login;
|
||||
$_SESSION['incoming/preincomingid'] = $preincoming;
|
||||
$_SESSION['incoming/preincomingid'] = $preincoming;
|
||||
|
||||
header('Location: incoming.php');
|
||||
exit;
|
||||
@@ -67,19 +67,19 @@ if (isset($_POST['userid']))
|
||||
<table width="100%" border="0">
|
||||
<tr>
|
||||
<td align="left"></td>
|
||||
<td align ="right"><?php
|
||||
<td align ="right"><?php
|
||||
echo $p->t("global/sprache")." ";
|
||||
echo '<a href="'.$_SERVER['PHP_SELF'].'?lang=English">'.$p->t("global/englisch").'</a> |
|
||||
echo '<a href="'.$_SERVER['PHP_SELF'].'?lang=English">'.$p->t("global/englisch").'</a> |
|
||||
<a href="'.$_SERVER['PHP_SELF'].'?lang=German">'.$p->t("global/deutsch").'</a><br>';?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<form action ="index.php" method="POST">
|
||||
<table border ="0" width ="100%" height="40%">
|
||||
<tr height="50%">
|
||||
<td align ="center" valign="center"><h3><?php echo $p->t('incoming/welcomeToUAS');?></h3><span style="font-size:1.2em"></span></td>
|
||||
<td align ="center" valign="center"><h3><?php echo $p->t('incoming/welcomeToUAS',array(CAMPUS_NAME));?></h3><span style="font-size:1.2em"></span></td>
|
||||
</tr>
|
||||
<tr >
|
||||
<td align="center" valign="bottom"> <img src="../../../skin/images/tw_logo_02.jpg"></td>
|
||||
<td align="center" valign="bottom"> <img src="../../../skin/styles/<?php echo DEFAULT_STYLE ?>/logo.png"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border ="0" width ="100%">
|
||||
@@ -110,7 +110,7 @@ if (isset($_POST['userid']))
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -26,25 +26,26 @@ require_once '../../../include/nation.class.php';
|
||||
require_once '../../../include/functions.inc.php';
|
||||
require_once '../../../include/phrasen.class.php';
|
||||
require_once '../../../include/adresse.class.php';
|
||||
require_once '../../../include/kontakt.class.php';
|
||||
require_once '../../../include/preincoming.class.php';
|
||||
require_once '../../../include/kontakt.class.php';
|
||||
require_once '../../../include/preincoming.class.php';
|
||||
require_once '../../../include/mail.class.php';
|
||||
require_once '../../../include/securimage/securimage.php';
|
||||
|
||||
|
||||
if(isset($_GET['lang']))
|
||||
setSprache($_GET['lang']);
|
||||
|
||||
$sprache = getSprache();
|
||||
$p=new phrasen($sprache);
|
||||
|
||||
$nation = new nation();
|
||||
$sprache = getSprache();
|
||||
$p=new phrasen($sprache);
|
||||
|
||||
$nation = new nation();
|
||||
if($sprache == "German")
|
||||
$nation->getAll($ohnesperre = true);
|
||||
$nation->getAll($ohnesperre = true);
|
||||
else if($sprache == "English")
|
||||
$nation->getAll($ohnesperre = true, $orderEnglish= true);
|
||||
|
||||
|
||||
$date = new datum();
|
||||
$date = new datum();
|
||||
|
||||
?>
|
||||
<html>
|
||||
@@ -54,34 +55,34 @@ $date = new datum();
|
||||
<link href="../../../skin/style.css.php" rel="stylesheet" type="text/css">
|
||||
<link href="../../../include/js/tablesort/table.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="F2F2F2">
|
||||
<?php
|
||||
<body>
|
||||
<?php
|
||||
|
||||
echo ' <table width="100%" border="0">
|
||||
<tr>
|
||||
<td align="left"><a href="index.php">Login</a> > Registration </td>
|
||||
<td align ="right">
|
||||
<td align ="right">
|
||||
'.$p->t("global/sprache").'
|
||||
<a href="'.$_SERVER['PHP_SELF'].'?lang=English">'.$p->t("global/englisch").'</a> |
|
||||
<a href="'.$_SERVER['PHP_SELF'].'?lang=English">'.$p->t("global/englisch").'</a> |
|
||||
<a href="'.$_SERVER['PHP_SELF'].'?lang=German">'.$p->t("global/deutsch").'</a><br> </td>
|
||||
</tr>
|
||||
|
||||
|
||||
</table>';
|
||||
|
||||
|
||||
if(!isset($_POST['submit']))
|
||||
{
|
||||
{
|
||||
echo ' <form action="registration.php" method="POST" name="RegistrationForm">
|
||||
<table border = "0" style="margin-left:40%; margin-top:5%;">
|
||||
<table border = "0" style="margin: auto; width: 60%; margin-top:5%;">
|
||||
<tr>
|
||||
<td>'.$p->t('global/titel').' Pre</td>
|
||||
<td><input type="text" size="20" maxlength="64" name="titel_pre"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>'.$p->t('global/vorname').'</td>
|
||||
<td>'.$p->t('global/vorname').'*</td>
|
||||
<td><input type="text" size="40" maxlength="32" name="vorname"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>'.$p->t('global/nachname').'</td>
|
||||
<td>'.$p->t('global/nachname').'*</td>
|
||||
<td><input type="text" size="40" maxlength="64" name="nachname"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -90,13 +91,13 @@ echo ' <form action="registration.php" method="POST" name="RegistrationForm">
|
||||
</tr>
|
||||
<tr>
|
||||
<td>'.$p->t('global/geburtsdatum').'</td>
|
||||
<td><input type="text" size="20" name="geb_datum" value="" onfocus="this.value=""\"; > (dd.mm.yyyy)</td>
|
||||
<td><input type="text" size="20" name="geb_datum" value="" onfocus="this.value=\'\';" > (dd.mm.yyyy)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>'.$p->t('global/staatsbuergerschaft').'</td>
|
||||
|
||||
<td><SELECT name="staatsbuerger">\n
|
||||
<option value="staat_auswahl">-- select --</option>\n';
|
||||
<td>'.$p->t('global/staatsbuergerschaft').'*</td>
|
||||
|
||||
<td><SELECT name="staatsbuerger">
|
||||
<option value="staat_auswahl">-- select --</option>';
|
||||
foreach ($nation->nation as $nat)
|
||||
{
|
||||
if($sprache == 'English')
|
||||
@@ -104,33 +105,36 @@ echo ' <form action="registration.php" method="POST" name="RegistrationForm">
|
||||
else
|
||||
echo '<option value="'.$nat->code.'" >'.$nat->langtext."</option>\n";
|
||||
}
|
||||
|
||||
echo' </tr>
|
||||
|
||||
echo' </select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>'.$p->t('global/geschlecht').'</td>
|
||||
<td> <input type="radio" name="geschlecht" value="m" checked> '.$p->t('global/mann').'
|
||||
<input type="radio" name="geschlecht" value="w"> '.$p->t('global/frau').'
|
||||
<td>
|
||||
<input type="radio" name="geschlecht" value="m" checked> '.$p->t('global/mann').'
|
||||
<input type="radio" name="geschlecht" value="w"> '.$p->t('global/frau').'
|
||||
</td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>'.$p->t('global/strasse').'</td>
|
||||
<td><input type="text" size="40" maxlength="256" name="strasse"></td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>'.$p->t('global/plz').'</td>
|
||||
<td><input type="text" size="20" maxlength="16" name="plz"></td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>'.$p->t('global/ort').'</td>
|
||||
<td><input type="text" size="40" maxlength="256" name="ort"></td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>'.$p->t('incoming/nation').'</td>
|
||||
<td><SELECT name="nation">\n
|
||||
<option value="nat_auswahl">-- select --</option>\n';
|
||||
<td><SELECT name="nation">
|
||||
<option value="nat_auswahl">-- select --</option>';
|
||||
foreach ($nation->nation as $nat)
|
||||
{
|
||||
if($sprache == 'English')
|
||||
@@ -138,49 +142,63 @@ echo ' <form action="registration.php" method="POST" name="RegistrationForm">
|
||||
else
|
||||
echo '<option value="'.$nat->code.'" >'.$nat->langtext."</option>\n";
|
||||
}
|
||||
|
||||
echo ' </tr>
|
||||
|
||||
echo ' </select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>E-Mail</td>
|
||||
<td>E-Mail*</td>
|
||||
<td><input type="text" size="40" maxlength="128" name="email"></td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>'.$p->t('global/anmerkung').'</td>
|
||||
<td><textarea name="anmerkung" cols="31" rows="5"></textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align = "center"><input type="submit" name="submit" value="Registration" onclick="return checkRegistration()"></td>
|
||||
</tr>
|
||||
<tr><td><input type="hidden" name="zugangscode" value="'.uniqid().'"></td></tr>
|
||||
<tr>
|
||||
<td>
|
||||
<img id="captcha" class="center-block img-responsive" src="'.APP_ROOT.'include/securimage/securimage_show.php" alt="CAPTCHA Image" />
|
||||
<br>
|
||||
<a href="#" onclick="document.getElementById(\'captcha\').src = \''.APP_ROOT.'include/securimage/securimage_show.php?\' + Math.random(); return false;">
|
||||
'.$p->t('incoming/andereGrafik').'
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
'.$p->t('incoming/captcha').'<br>
|
||||
<input type="text" name="captcha_code" maxlength="6" id="captcha" class="form-control">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align = "center"><input type="submit" name="submit" value="Registration" onclick="return checkRegistration()"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
function checkRegistration()
|
||||
{
|
||||
if(document.RegistrationForm.nachname.value == "")
|
||||
{
|
||||
alert("Kein Nachname angegeben.");
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
|
||||
if(document.RegistrationForm.staatsbuerger.options[0].selected == true)
|
||||
|
||||
if(document.RegistrationForm.staatsbuerger.options[0].selected == true)
|
||||
{
|
||||
alert("Keine Staatsbürgerschaft ausgewählt.");
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
|
||||
if(document.RegistrationForm.nation.options[0].selected == true)
|
||||
|
||||
if(document.RegistrationForm.nation.options[0].selected == true)
|
||||
{
|
||||
alert("Keine Nation ausgewählt.");
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
if(document.RegistrationForm.email.value == "")
|
||||
{
|
||||
alert("Keine E-Mail Adresse angegeben.");
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
return true;
|
||||
}
|
||||
</script>';
|
||||
}
|
||||
@@ -188,101 +206,109 @@ echo' </body>
|
||||
</html>';
|
||||
|
||||
if(isset($_REQUEST['submit']))
|
||||
{
|
||||
$person = new person();
|
||||
{
|
||||
$securimage = new Securimage();
|
||||
// Sicherheitscode wurde falsch eingegeben
|
||||
if ($securimage->check($_POST['captcha_code']) == false)
|
||||
{
|
||||
echo '<p class="bg-danger padding-10">'.$p->t('bewerbung/sicherheitscodeFalsch').'</p>';
|
||||
exit;
|
||||
}
|
||||
|
||||
$person = new person();
|
||||
$adresse = new adresse();
|
||||
$kontakt = new kontakt();
|
||||
$preincoming = new preincoming();
|
||||
|
||||
$preincoming = new preincoming();
|
||||
|
||||
$titel_pre = $_REQUEST['titel_pre'];
|
||||
$vorname = $_REQUEST['vorname'];
|
||||
$nachname =$_REQUEST['nachname'];
|
||||
$vorname = $_REQUEST['vorname'];
|
||||
$nachname =$_REQUEST['nachname'];
|
||||
$titel_post = $_REQUEST['titel_post'];
|
||||
$geb_datum = $date->formatDatum($_REQUEST['geb_datum'], 'Y-m-d');
|
||||
$staatsbuerger = $_REQUEST['staatsbuerger'];
|
||||
$geschlecht = $_REQUEST['geschlecht'];
|
||||
$strasse = $_REQUEST['strasse'];
|
||||
$plz = $_REQUEST['plz'];
|
||||
$ort = $_REQUEST['ort'];
|
||||
$nation_code = $_REQUEST['nation'];
|
||||
$email = $_REQUEST['email'];
|
||||
$anmerkung = $_REQUEST['anmerkung'];
|
||||
$zugangscode = uniqid();
|
||||
|
||||
$person->staatsbuergerschaft = $staatsbuerger;
|
||||
$person->titelpost = $titel_post;
|
||||
$person->titelpre = $titel_pre;
|
||||
$person->nachname = $nachname;
|
||||
$person->vorname = $vorname;
|
||||
$person->gebdatum = $geb_datum;
|
||||
$person->geschlecht = $geschlecht;
|
||||
$person->aktiv = true;
|
||||
$person->zugangscode = $zugangscode;
|
||||
$person->new = true;
|
||||
|
||||
$geb_datum = $date->formatDatum($_REQUEST['geb_datum'], 'Y-m-d');
|
||||
$staatsbuerger = $_REQUEST['staatsbuerger'];
|
||||
$geschlecht = $_REQUEST['geschlecht'];
|
||||
$strasse = $_REQUEST['strasse'];
|
||||
$plz = $_REQUEST['plz'];
|
||||
$ort = $_REQUEST['ort'];
|
||||
$nation_code = $_REQUEST['nation'];
|
||||
$email = $_REQUEST['email'];
|
||||
$anmerkung = $_REQUEST['anmerkung'];
|
||||
$zugangscode = substr(md5(openssl_random_pseudo_bytes(20)), 0, 15);
|
||||
|
||||
$person->staatsbuergerschaft = $staatsbuerger;
|
||||
$person->titelpost = $titel_post;
|
||||
$person->titelpre = $titel_pre;
|
||||
$person->nachname = $nachname;
|
||||
$person->vorname = $vorname;
|
||||
$person->gebdatum = $geb_datum;
|
||||
$person->geschlecht = $geschlecht;
|
||||
$person->aktiv = true;
|
||||
$person->zugangscode = $zugangscode;
|
||||
$person->new = true;
|
||||
|
||||
if(!$person->save())
|
||||
die('Fehler beim Anlegen der Person aufgetreten.');
|
||||
|
||||
$adresse->person_id = $person->person_id;
|
||||
$adresse->strasse = $strasse;
|
||||
$adresse->plz = $plz;
|
||||
$adresse->ort = $ort;
|
||||
$adresse->nation = $nation_code;
|
||||
die('Fehler beim Anlegen der Person aufgetreten.');
|
||||
|
||||
$adresse->person_id = $person->person_id;
|
||||
$adresse->strasse = $strasse;
|
||||
$adresse->plz = $plz;
|
||||
$adresse->ort = $ort;
|
||||
$adresse->nation = $nation_code;
|
||||
$adresse->typ = 'h';
|
||||
$adresse->heimatadresse = true;
|
||||
$adresse->zustelladresse = true;
|
||||
$adresse->new = true;
|
||||
$adresse->heimatadresse = true;
|
||||
$adresse->zustelladresse = true;
|
||||
$adresse->new = true;
|
||||
|
||||
if(!$adresse->save())
|
||||
die($p->t('incoming/fehlerAdresse'));
|
||||
die($p->t('incoming/fehlerAdresse'));
|
||||
|
||||
$kontakt->person_id = $person->person_id;
|
||||
$kontakt->kontakttyp = "email";
|
||||
$kontakt->kontakt = $email;
|
||||
$kontakt->new = true;
|
||||
|
||||
$kontakt->person_id = $person->person_id;
|
||||
$kontakt->kontakttyp = "email";
|
||||
$kontakt->kontakt = $email;
|
||||
$kontakt->new = true;
|
||||
|
||||
if(!$kontakt->save())
|
||||
die($p->t('incoming/fehlerKontakt'));
|
||||
|
||||
$preincoming->person_id = $person->person_id;
|
||||
$preincoming->anmerkung = $anmerkung;
|
||||
$preincoming->zweck_code = 1;
|
||||
$preincoming->aktiv = true;
|
||||
$preincoming->bachelorthesis = false;
|
||||
$preincoming->masterthesis = false;
|
||||
$preincoming->uebernommen = false;
|
||||
$preincoming->new = true;
|
||||
$preincoming->person_id = $person->person_id;
|
||||
$preincoming->anmerkung = $anmerkung;
|
||||
$preincoming->zweck_code = 1;
|
||||
$preincoming->aktiv = true;
|
||||
$preincoming->bachelorthesis = false;
|
||||
$preincoming->masterthesis = false;
|
||||
$preincoming->uebernommen = false;
|
||||
$preincoming->new = true;
|
||||
$preincoming->insertamum = date('Y-m-d H:i:s');
|
||||
$preincoming->updateamum = date('Y-m-d H:i:s');
|
||||
|
||||
if(!$preincoming->save())
|
||||
{
|
||||
echo $preincoming->errormsg;
|
||||
die($p->t('incoming/fehlerIncoming'));
|
||||
}
|
||||
echo sendMail($zugangscode, $email);
|
||||
echo $preincoming->errormsg;
|
||||
die($p->t('incoming/fehlerIncoming'));
|
||||
}
|
||||
echo sendMail($zugangscode, $email);
|
||||
}
|
||||
|
||||
function sendMail($zugangscode, $email)
|
||||
{
|
||||
global $p, $vorname, $nachname;
|
||||
|
||||
$emailtext= $p->t('incoming/registrationEmail', array($zugangscode));
|
||||
global $p, $vorname, $nachname;
|
||||
|
||||
$emailtext= $p->t('mail/incomingRegistrationEmail', array($zugangscode));
|
||||
$mail = new mail($email, 'no-reply', 'Incoming-Registration', 'Bitte sehen Sie sich die Nachricht in HTML Sicht an, um den Link vollständig darzustellen.');
|
||||
$mail->setHTMLContent($emailtext);
|
||||
$mail->setHTMLContent($emailtext);
|
||||
if(!$mail->send())
|
||||
$msg= '<span class="error">Fehler beim Senden des Mails</span><br />';
|
||||
else
|
||||
$msg= $p->t('global/emailgesendetan')." $email!<br>";
|
||||
|
||||
// sende Nachricht an Assistenz
|
||||
$emailtext= "Dies ist eine automatisch generierte E-Mail.<br><br>";
|
||||
$emailtext.= "Es hat sich ein neuer Incoming am Campus International registriert.<br><br>Name: ".$vorname.' '.$nachname.'<br>E-Mail: '.$email;
|
||||
$mail = new mail(MAIL_INTERNATIONAL, 'no-reply', 'New Incoming', 'Bitte sehen Sie sich die Nachricht in HTML Sicht an, um den Link vollständig darzustellen.');
|
||||
$mail->setHTMLContent($emailtext);
|
||||
$mail->send();
|
||||
|
||||
return $msg;
|
||||
// sende Nachricht an Assistenz
|
||||
$emailtext= "Dies ist eine automatisch generierte E-Mail.<br><br>";
|
||||
$emailtext.= "Es hat sich ein neuer Incoming registriert.<br><br>Name: ".$vorname.' '.$nachname.'<br>E-Mail: '.$email;
|
||||
$mail = new mail(MAIL_INTERNATIONAL, 'no-reply', 'New Incoming', 'Bitte sehen Sie sich die Nachricht in HTML Sicht an, um den Link vollständig darzustellen.');
|
||||
$mail->setHTMLContent($emailtext);
|
||||
$mail->send();
|
||||
|
||||
return $msg;
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -5,10 +5,10 @@ $this->phrasen['incoming/learningagreementerstellen']='Learning Agreement erstel
|
||||
$this->phrasen['incoming/uploadvondateien']='Upload/Verwaltung von Dateien';
|
||||
$this->phrasen['incoming/ungueltigerbenutzer']='Ungültiger Benutzer';
|
||||
$this->phrasen['incoming/austauschprogram']='Austauschprogramm';
|
||||
$this->phrasen['incoming/austauschprgramwählen']= 'Austauschprogramm auswählen';
|
||||
$this->phrasen['incoming/austauschprgramwählen']= 'Austauschprogramm auswählen';
|
||||
$this->phrasen['incoming/übersichtlehrveranstaltungen']= 'Übersicht aller Lehrveranstaltungen';
|
||||
$this->phrasen['incoming/eigenelehrveranstaltungen']= 'Angemeldete Lehrveranstaltungen';
|
||||
$this->phrasen['incoming/freieplätze']='Freie Plätze';
|
||||
$this->phrasen['incoming/freieplätze']='Freie Plätze';
|
||||
$this->phrasen['incoming/studiertvon']='Studiert in Wien von';
|
||||
$this->phrasen['incoming/studiertbis']='Studiert in Wien bis';
|
||||
$this->phrasen['incoming/eigeneuniversitaet']='Heimatuniversität Daten';
|
||||
@@ -34,17 +34,13 @@ $this->phrasen['incoming/motivationsschreiben']='Motivationsschreiben';
|
||||
$this->phrasen['incoming/zeugnis']='Zeugnis';
|
||||
$this->phrasen['incoming/lichtbild']='Lichtbild';
|
||||
$this->phrasen['incoming/name']='Name';
|
||||
$this->phrasen['incoming/registrationEmail']='Dies ist eine automatisch generierte E-Mail.<br><br>
|
||||
Vielen Dank für Ihre Registrierung an der Fachhochschule Technikum Wien.<br><br>Sie wurden erfolgreich am System registriert.<br><br><br>Mit Hilfe Ihrer UID: <b>%s</b> können Sie sich in unserem
|
||||
System (<a href="'.APP_ROOT.'cis/public/incoming">Link zur Anmeldung</a>) anmelden und Ihre Daten bearbeiten.<br><br><br>
|
||||
Mit freundlichen Grüßen, <br><br>FH Technikum Wien International<br>Center for International Relations & Cross-Cultural Education<br>UAS Technikum Wien<br>Hoechstaedtplatz 5, 1200 Wien, AUSTRIA';
|
||||
$this->phrasen['incoming/weiter']='Weiter';
|
||||
$this->phrasen['incoming/fehlerAdresse']='Fehler beim Anlegen der Adresse aufgetreten.';
|
||||
$this->phrasen['incoming/fehlerKontakt']='Fehler beim Anlegen des Kontaktes aufgetreten.';
|
||||
$this->phrasen['incoming/fehlerIncoming']='Fehler beim Anlegen des Preincoming aufgetreten';
|
||||
$this->phrasen['incoming/nation']='Nation';
|
||||
$this->phrasen['incoming/hauptmenue']='Hauptmenü';
|
||||
$this->phrasen['incoming/welcomeToUAS']='Willkommen bei der Online Registrierung für Incomingstudierende an der Fachhochschule Technikum Wien!';
|
||||
$this->phrasen['incoming/welcomeToUAS']='Willkommen bei der Online Registrierung für Incomingstudierende an der %s!';
|
||||
$this->phrasen['incoming/registration']='Registration';
|
||||
$this->phrasen['incoming/ects']='ECTS';
|
||||
$this->phrasen['incoming/dokumenttyp']='Typ';
|
||||
@@ -58,7 +54,7 @@ $this->phrasen['incoming/nothesis']='keine Projektarbeit';
|
||||
$this->phrasen['incoming/masterthesis']='Master Thesis';
|
||||
$this->phrasen['incoming/bachelorthesis']='Bachelor Thesis';
|
||||
$this->phrasen['incoming/researcharea']='Gebiet';
|
||||
$this->phrasen['incoming/wennVorhanden']='wenn vorhanden';
|
||||
$this->phrasen['incoming/wennVorhanden']='wenn vorhanden';
|
||||
$this->phrasen['incoming/studentenImWS']='BewerberInnen für das Wintersemester wählen aus den Semestern: 1,3,5';
|
||||
$this->phrasen['incoming/studentenImSS']='BewerberInnen für das Sommersemester wählen aus den Semestern: 2,4,6';
|
||||
$this->phrasen['incoming/filter']='Filter';
|
||||
@@ -119,4 +115,6 @@ $this->phrasen['incoming/geaendertesLA']='Geändertes Learning Agreement';
|
||||
$this->phrasen['incoming/studienrichtungGastuniversitaet']= 'Studienrichtung Gastuniversität';
|
||||
$this->phrasen['incoming/orgform']='Orgform';
|
||||
$this->phrasen['incoming/alleSprachen']='Alle Sprachen';
|
||||
$this->phrasen['incoming/captcha']='Geben Sie bitte hier die Zeichen aus der Grafik ein (Spamschutz).';
|
||||
$this->phrasen['incoming/andereGrafik']='Andere Grafik';
|
||||
?>
|
||||
+10
-2
@@ -2,11 +2,11 @@
|
||||
/*
|
||||
* Signatur die an E-Mails angehängt wird, die vom System verschickt werden
|
||||
*/
|
||||
$this->phrasen['mail/signatur']="Mit freundlichen Grüßen\n\nFachhochschule Technikum Wien\nHöchstädtplatz 6\n1200 Wien\n";
|
||||
$this->phrasen['mail/signatur']="Mit freundlichen Grüßen\n\nIhre Hochschule\n";
|
||||
/*
|
||||
* Mail, die vom Profil aus an den Einkauf bezüglich Betriebsmittel verschickt wird
|
||||
*/
|
||||
$this->phrasen['mail/profilBetriebsmittelKorrektur']="einkauf@technikum-wien.at";
|
||||
$this->phrasen['mail/profilBetriebsmittelKorrektur']="invalid@example.com";
|
||||
|
||||
$this->phrasen['mail/accountaktivierung']='<b><center>Account Information</center></b><br>
|
||||
Name: %1$s %2$s<br>
|
||||
@@ -39,4 +39,12 @@ For questions concerning the network services, see<br>
|
||||
These pages will give you a detailed overview of all services available.
|
||||
<br><br>
|
||||
';
|
||||
|
||||
$this->phrasen['mail/incomingRegistrationEmail']='Dies ist eine automatisch generierte E-Mail.<br><br>
|
||||
Vielen Dank für Ihre Registrierung.<br><br>Sie wurden erfolgreich am System registriert.
|
||||
<br><br><br>Mit Hilfe Ihrer UID: <b>%s</b> können Sie sich in unserem
|
||||
System (<a href="'.APP_ROOT.'cis/public/incoming">Link zur Anmeldung</a>) anmelden und Ihre Daten bearbeiten.<br><br><br>
|
||||
Mit freundlichen Grüßen,
|
||||
Ihre Hochschule';
|
||||
|
||||
?>
|
||||
|
||||
@@ -5,10 +5,10 @@ $this->phrasen['incoming/learningagreementerstellen']='Create Learning Agreement
|
||||
$this->phrasen['incoming/uploadvondateien']='Upload/Manage Documents';
|
||||
$this->phrasen['incoming/ungueltigerbenutzer']='Invalid User Name';
|
||||
$this->phrasen['incoming/austauschprogram']='Exchange Program';
|
||||
$this->phrasen['incoming/austauschprgramwählen']= 'Select Exchange Program';
|
||||
$this->phrasen['incoming/austauschprgramwählen']= 'Select Exchange Program';
|
||||
$this->phrasen['incoming/übersichtlehrveranstaltungen']= 'All Subjects';
|
||||
$this->phrasen['incoming/eigenelehrveranstaltungen']= 'Registered Subjects';
|
||||
$this->phrasen['incoming/freieplätze']='Available Seats';
|
||||
$this->phrasen['incoming/freieplätze']='Available Seats';
|
||||
$this->phrasen['incoming/studiertvon']='Studies in Vienna From';
|
||||
$this->phrasen['incoming/studiertbis']='Studies in Vienna To';
|
||||
$this->phrasen['incoming/eigeneuniversitaet']='Sending Institution Information';
|
||||
@@ -34,10 +34,6 @@ $this->phrasen['incoming/motivationsschreiben']='Letter of motivation';
|
||||
$this->phrasen['incoming/zeugnis']='Transcript of record';
|
||||
$this->phrasen['incoming/lichtbild']='photo';
|
||||
$this->phrasen['incoming/name']='Name';
|
||||
$this->phrasen['incoming/registrationEmail']='This is an automatically generated email.<br><br>
|
||||
Thank you, for your registration at the UAS Technikum Wien.<br><br>Your application was successfully registered in our system.<br><br><br>
|
||||
With your user ID: <b>%s</b> you can now access our online application system for incoming students and fill in your data (<a href="'.APP_ROOT.'cis/public/incoming">application link</a>).<br><br><br>
|
||||
Kind regards, <br><br>FH Technikum Wien International<br>Center for International Relations & Cross-Cultural Education<br>UAS Technikum Wien<br>Hoechstaedtplatz 5, 1200 Wien, AUSTRIA ';
|
||||
$this->phrasen['incoming/weiter']='Next';
|
||||
$this->phrasen['incoming/fehlerAdresse']='Error, creating address.';
|
||||
$this->phrasen['incoming/fehlerKontakt']='Error, creating contact.';
|
||||
@@ -58,7 +54,7 @@ $this->phrasen['incoming/nothesis']='no Thesis';
|
||||
$this->phrasen['incoming/masterthesis']='Master Thesis';
|
||||
$this->phrasen['incoming/bachelorthesis']='Bachelor Thesis';
|
||||
$this->phrasen['incoming/researcharea']='Research Area';
|
||||
$this->phrasen['incoming/wennVorhanden']='if applicable';
|
||||
$this->phrasen['incoming/wennVorhanden']='if applicable';
|
||||
$this->phrasen['incoming/studentenImWS']='Applicants for the winter semester choose semesters: 1,3,5';
|
||||
$this->phrasen['incoming/studentenImSS']='Applicants for the summer semester choose semesters: 2,4,6';
|
||||
$this->phrasen['incoming/filter']='Filter';
|
||||
@@ -79,7 +75,7 @@ $this->phrasen['incoming/willkommenBeiOutgoingAnmeldung']='<p><b>Welcome to Outg
|
||||
<p>You have the following possibilities for a study visit abroad: Our European partner universities as part of the ERASMUS and CEEPUS mobility programs, our non-European partner institutions, other universities (free mover) and Summer Schools.</p>
|
||||
<p>You can study abroad and make use of a funding program for up to 12 months. At our partner universities you pay no tuition fees and the application process is supported by the Center for International Relations at the TW. A list of the partner institutions can be found on our homepage.</p>
|
||||
<p>On the following pages you can select the mobility program and the partner institution as well as entering the period of time you are planning for your study visit abroad. After we approve your registration you can enter further details and download the form for a Learning Agreement (important for the accreditation of your study abroad).</p>
|
||||
<p>Click on the button "Registration". Select the mobility program and the partner institution. Enter the data required and save your details. You will be informed via e-mail as to whether your selection has been approved. You can then discuss the application process with the Center for International Relations and enter further personal details.
|
||||
<p>Click on the button "Registration". Select the mobility program and the partner institution. Enter the data required and save your details. You will be informed via e-mail as to whether your selection has been approved. You can then discuss the application process with the Center for International Relations and enter further personal details.
|
||||
You can upload documents and prepare the Learning Agreement for the semester abroad. Your application documents will be forwarded to the partner institution you wish to apply for by the Center for International Relations,</p>';
|
||||
$this->phrasen['incoming/programmAuswahl']='Program Selection';
|
||||
$this->phrasen['incoming/auswahlUniversitaeten']='University Selection';
|
||||
@@ -120,4 +116,6 @@ $this->phrasen['incoming/geaendertesLA']='Changed Learning Agreement';
|
||||
$this->phrasen['incoming/studienrichtungGastuniversitaet']= 'Program home university';
|
||||
$this->phrasen['incoming/orgform']='Org. structure';
|
||||
$this->phrasen['incoming/alleSprachen']='All languages';
|
||||
$this->phrasen['incoming/captcha']='Please enter the characters shown in the picture (spam protection).';
|
||||
$this->phrasen['incoming/andereGrafik']='Reload picture';
|
||||
?>
|
||||
Reference in New Issue
Block a user