This commit is contained in:
Andreas Österreicher
2009-10-02 09:12:08 +00:00
parent 10ad46ecf0
commit adbf302164
3 changed files with 17 additions and 2 deletions
+13 -1
View File
@@ -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>&nbsp;</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">&nbsp;Mobility</a>
</td>
</tr>';
//Dokumente
echo '<tr>
<td class="tdwidth10" nowrap>&nbsp;</td>
<td class="tdwrap"><a class="Item" href="profile/dokumente.php" target="content"><img src="../../skin/images/menu_item.gif" width="7" height="9">&nbsp;Dokumente</a></td>
</tr>';