From 10399f2110fc3a0481c6bdddc6e78cc36e0f5ae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Mon, 3 Feb 2014 14:56:23 +0000 Subject: [PATCH] --- cis/private/profile/index.php | 39 +++++++++++++++--- system/xsl/Zeugnis_0_v6.xsl | 74 +++++++++++++++++++++++++++++++++++ 2 files changed, 108 insertions(+), 5 deletions(-) diff --git a/cis/private/profile/index.php b/cis/private/profile/index.php index 877a3efa1..dac963e55 100644 --- a/cis/private/profile/index.php +++ b/cis/private/profile/index.php @@ -37,6 +37,7 @@ require_once('../../../include/student.class.php'); require_once('../../../include/kontakt.class.php'); require_once('../../../include/fotostatus.class.php'); require_once('../../../include/addon.class.php'); +require_once('../../../include/gruppe.class.php'); $sprache = getSprache(); $p=new phrasen($sprache); @@ -423,12 +424,40 @@ if(!$ansicht) ".$datum_obj->formatDatum($oBetriebsmittelperson->result[$i]->ausgegebenam,'d.m.Y')." "; - } - } - echo ''; - } - } + } + } + echo ''; + } + } + + // Zutrittsgruppen + $gruppe = new gruppe(); + $gruppe->loadZutrittsgruppen($uid); + if(count($gruppe->result)>0) + { + echo 'Zutrittsgruppen + + + + + + + + '; + + foreach($gruppe->result as $row) + { + echo ''; + echo ''; + echo ''; + } + echo ' + +
+ Zutritt +
'.$row->bezeichnung.'
'; } +} echo ' diff --git a/system/xsl/Zeugnis_0_v6.xsl b/system/xsl/Zeugnis_0_v6.xsl index 9d942e11c..d7fecb642 100755 --- a/system/xsl/Zeugnis_0_v6.xsl +++ b/system/xsl/Zeugnis_0_v6.xsl @@ -166,6 +166,80 @@ + \n + + + + + + + + + + + + + + Kommissionelle Abschlussprüfung + + + + + + + + + + + + + + + + + + + + Bachelorprüfung + + + Masterprüfung + + vom + + + + + + + + + + + + \n + + + + + + + Notenstufen: + + + mit ausgezeichnetem Erfolg bestanden, mit gutem Erfolg bestanden, bestanden + + + + + +