mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
This commit is contained in:
@@ -32,7 +32,19 @@
|
||||
<?php
|
||||
if ($is_student)
|
||||
{
|
||||
echo '<tr>
|
||||
$student = new student($user);
|
||||
$datum_obj = new datum();
|
||||
//Outgoing
|
||||
echo '<tr>
|
||||
<td class="tdwidth10" nowrap> </td>
|
||||
<td class="tdwrap">
|
||||
<a class="Item" href="https://www.mobility-online.co.at/mobility/BewerbungServlet?identifier=wien20&kz_bew_art=OUT&kz_bew_pers=S&aust_prog=SMS&bew_matr_nr='.rawurlencode(trim($student->matrikelnr)).'&bew_nachname='.rawurlencode($student->nachname).'&bew_vorname='.rawurlencode($student->vorname).'&bew_titel='.rawurlencode($student->titelpre).'&bew_email='.rawurlencode($user.'@'.DOMAIN).'&bew_geb_datum='.rawurlencode($datum_obj->formatDatum($student->gebdatum,'d.m.Y')).'&bew_geschlecht='.rawurlencode(mb_strtoupper($student->geschlecht)).'" target="content">
|
||||
<img src="../../skin/images/menu_item.gif" width="7" height="9"> Mobility</a>
|
||||
</td>
|
||||
</tr>';
|
||||
|
||||
//Dokumente
|
||||
echo '<tr>
|
||||
<td class="tdwidth10" nowrap> </td>
|
||||
<td class="tdwrap"><a class="Item" href="profile/dokumente.php" target="content"><img src="../../skin/images/menu_item.gif" width="7" height="9"> Dokumente</a></td>
|
||||
</tr>';
|
||||
|
||||
Reference in New Issue
Block a user