mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 09:22:22 +00:00
dokumente
This commit is contained in:
+15
-2
@@ -55,7 +55,12 @@ else
|
||||
if(check_lektor($user,$db_conn))
|
||||
$is_lector=true;
|
||||
else
|
||||
$is_lector=false;
|
||||
$is_lector=false;
|
||||
|
||||
if(check_student($user,$db_conn))
|
||||
$is_student=true;
|
||||
else
|
||||
$is_student=false;
|
||||
|
||||
?>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
@@ -128,7 +133,15 @@ else
|
||||
<tr>
|
||||
<td class="tdwidth10" nowrap> </td>
|
||||
<td class='tdwrap'><a class="Item" href="lvplan/stpl_week.php" target="content"><img src="../../skin/images/menu_item.gif" width="7" height="9"> LV-Plan</a></td>
|
||||
</tr>
|
||||
</tr>
|
||||
<?php
|
||||
if ($is_student)
|
||||
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>'
|
||||
?>
|
||||
|
||||
<?php
|
||||
//Eigene LVs des eingeloggten Lektors anzeigen
|
||||
if($is_lector)
|
||||
|
||||
Reference in New Issue
Block a user