dokumente

This commit is contained in:
Gerald Raab
2007-08-24 11:00:07 +00:00
parent 83a91b1237
commit ffd8937b88
5 changed files with 207 additions and 127 deletions
+2 -1
View File
@@ -706,7 +706,8 @@ A:hover {
<?php
echo "<table class='tabcontent'>";
echo " <tr>";
echo " <td align=\"right\" width=\"59%\">";
echo " <td align=\"right\" width=\"59%\">";
echo "<span style='font-size:8pt;'>Max. Uploadgröße (alle Dateien): <b>8 MB</b></span>";
echo " <input id=\"btnupload\" type=\"submit\" name=\"upload\" value=\"Upload\">";
echo " </td>";
echo " <td width=\"41%\">&nbsp;</td>";
+15 -2
View File
@@ -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>&nbsp;</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">&nbsp;LV-Plan</a></td>
</tr>
</tr>
<?php
if ($is_student)
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>'
?>
<?php
//Eigene LVs des eingeloggten Lektors anzeigen
if($is_lector)