From 6214ad3a66401f6ebf872d81942989e7f6123385 Mon Sep 17 00:00:00 2001 From: Andreas Moik Date: Mon, 23 May 2016 10:52:47 +0200 Subject: [PATCH] multiple rdfs changed from student_uid to prestudent_id _GET and return --- .../lehrveranstaltungnotenoverlay.xul.php | 644 +++++++++--------- .../lvplanung/lehrveranstaltungoverlay.js.php | 40 +- content/student/studentnotenoverlay.xul.php | 16 +- content/student/studentoverlay.js.php | 66 +- include/functions.inc.php | 2 +- include/lehrveranstaltung.class.php | 14 +- include/wochenplan.class.php | 22 +- include/zeugnisnote.class.php | 15 +- rdf/lehrveranstaltungszeugnis_ktu.rdf.php | 38 +- rdf/lvgesamtnote.rdf.php | 19 +- rdf/sammelzeugnis.rdf.php | 31 +- rdf/zeugnis.rdf.php | 6 +- rdf/zeugnisnote.rdf.php | 20 +- 13 files changed, 458 insertions(+), 475 deletions(-) diff --git a/content/lvplanung/lehrveranstaltungnotenoverlay.xul.php b/content/lvplanung/lehrveranstaltungnotenoverlay.xul.php index 02d1dfc55..c72cccb3e 100644 --- a/content/lvplanung/lehrveranstaltungnotenoverlay.xul.php +++ b/content/lvplanung/lehrveranstaltungnotenoverlay.xul.php @@ -1,322 +1,322 @@ -, - * Andreas Oesterreicher and - * Rudolf Hangl . - */ - -header("Cache-Control: no-cache"); -header("Cache-Control: post-check=0, pre-check=0",false); -header("Expires Mon, 26 Jul 1997 05:00:00 GMT"); -header("Pragma: no-cache"); -header("Content-type: application/vnd.mozilla.xul+xml"); -require_once('../../config/vilesci.config.inc.php'); -require_once('../../config/global.config.inc.php'); - - -if(defined('CIS_GESAMTNOTE_PUNKTE') && CIS_GESAMTNOTE_PUNKTE) - $punktehidden = 'false'; -else - $punktehidden = 'true'; - -echo ''; - -echo ""; -?> - - - - - - - - - - - - - -