mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 08:22:17 +00:00
link zu anwesenheitslisten
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
*/
|
||||
require_once('../../config.inc.php');
|
||||
require_once('../../../include/functions.inc.php');
|
||||
require_once('../../../include/benutzerberechtigung.class.php');
|
||||
require_once('../../../include/benutzerberechtigung.class.php');
|
||||
require_once('../../../include/lehrveranstaltung.class.php');
|
||||
|
||||
//Connection Herstellen
|
||||
if(!$sql_conn = pg_pconnect(CONN_STRING))
|
||||
@@ -54,7 +55,14 @@
|
||||
|
||||
$rechte=new benutzerberechtigung($sql_conn);
|
||||
$rechte->getBerechtigungen($user);
|
||||
$user_is_allowed_to_upload=false;
|
||||
$user_is_allowed_to_upload=false;
|
||||
|
||||
$lv_obj = new lehrveranstaltung($sql_conn);
|
||||
$lv_obj->load($lvid);
|
||||
$lv=$lv_obj;
|
||||
|
||||
$course_id = $lv->studiengang_kz;
|
||||
$term_id = $lv->semester;
|
||||
?>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
@@ -290,6 +298,17 @@
|
||||
echo '<strong>Leistungsbeurteilung</strong>';
|
||||
}*/
|
||||
?>
|
||||
|
||||
|
||||
<?php
|
||||
echo '<img src="../../../skin/images/button_lb.jpg" width="67" height="45"><br>';
|
||||
if($is_lector)
|
||||
{
|
||||
//Anwesenheitsliste
|
||||
|
||||
echo "<b><a href='../lehre/anwesenheitsliste.php?stg_kz=$course_id&sem=$term_id&lvid=$lvid&stsem=$angezeigtes_stsem' class='Item'>Anwesenheits- und Notenlisten</a></b><br>";
|
||||
}
|
||||
?>
|
||||
<p> </p>
|
||||
</td>
|
||||
|
||||
@@ -318,6 +337,7 @@
|
||||
</td>
|
||||
<td class="tdwidth30"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user