Anpassungen für KU Linz; Studienblatt, LV Zeugnis, Anzeige von Noten

kompatibler LVs im Studienplan
This commit is contained in:
Stefan Puraner
2016-04-07 10:57:03 +02:00
parent 874dd6652f
commit 80c35f4b6b
9 changed files with 481 additions and 365 deletions
+2 -1
View File
@@ -1766,6 +1766,7 @@ function PrintZutrittskarte()
function PrintStudienblatt(event)
{
var tree = document.getElementById('student-prestudent-tree-rolle');
var ss = document.getElementById('statusbarpanel-semester').label;
try
{
@@ -1838,7 +1839,7 @@ function PrintStudienblatt(event)
{
if(error>0)
alert(error+' der ausgewaehlten Personen haben keinen Account');
action = '<?php echo APP_ROOT; ?>content/pdfExport.php?xsl=Studienblatt&xml=studienblatt.xml.php&output='+output+'&&uid='+data;
action = '<?php echo APP_ROOT; ?>content/pdfExport.php?xsl=Studienblatt&xml=studienblatt.xml.php&output='+output+'&&uid='+data+"&ss="+ss;
window.open(action,'Studienblatt','height=520,width=500,left=350,top=350,hotkeys=0,resizable=yes,status=no,scrollbars=yes,toolbar=no,location=no,menubar=no,dependent=yes');
}
else