Neue Menüpunkte im FAS für neues Prüfungsprotokoll

This commit is contained in:
Andreas Österreicher
2013-08-06 07:57:12 +00:00
parent 922680dc89
commit 1d7553ea00
4 changed files with 32 additions and 4 deletions
+14
View File
@@ -131,6 +131,8 @@ foreach($addon_obj->result as $addon)
<command id="menu-dokumente-zutrittskarte:command" oncommand="PrintZutrittskarte();"/>
<command id="menu-dokumente-pruefungsprotokoll:command" oncommand="StudentAbschlusspruefungPrintPruefungsprotokollMultiple('de');"/>
<command id="menu-dokumente-pruefungsprotokoll_englisch:command" oncommand="StudentAbschlusspruefungPrintPruefungsprotokollMultiple('en');"/>
<command id="menu-dokumente-pruefungsprotokoll2:command" oncommand="StudentAbschlusspruefungPrintPruefungsprotokollMultiple('de2');"/>
<command id="menu-dokumente-pruefungsprotokoll2_englisch:command" oncommand="StudentAbschlusspruefungPrintPruefungsprotokollMultiple('en2');"/>
<command id="menu-dokumente-pruefungszeugnis:command" oncommand="StudentAbschlusspruefungPrintPruefungszeugnisMultiple('deutsch');"/>
<command id="menu-dokumente-pruefungszeugnis_englisch:command" oncommand="StudentAbschlusspruefungPrintPruefungszeugnisMultiple('englisch');"/>
<command id="menu-dokumente-urkunde_deutsch:command" oncommand="StudentAbschlusspruefungPrintUrkundeMultiple('deutsch')"/>
@@ -647,6 +649,18 @@ foreach($addon_obj->result as $addon)
label = "&menu-dokumente-pruefungsprotokoll_englisch.label;"
command = "menu-dokumente-pruefungsprotokoll_englisch:command"
accesskey = "&menu-dokumente-pruefungsprotokoll_englisch.accesskey;"/>
<menuitem
id = "menu-dokumente-pruefungsprotokoll2"
key = "menu-dokumente-pruefungsprotokoll2:key"
label = "&menu-dokumente-pruefungsprotokoll2.label;"
command = "menu-dokumente-pruefungsprotokoll2:command"
accesskey = "&menu-dokumente-pruefungsprotokoll2.accesskey;"/>
<menuitem
id = "menu-dokumente-pruefungsprotokoll2_englisch"
key = "menu-dokumente-pruefungsprotokoll2_englisch:key"
label = "&menu-dokumente-pruefungsprotokoll2_englisch.label;"
command = "menu-dokumente-pruefungsprotokoll2_englisch:command"
accesskey = "&menu-dokumente-pruefungsprotokoll2_englisch.accesskey;"/>
<menuitem
id = "menu-dokumente-pruefungszeugnis"
key = "menu-dokumente-pruefungszeugnis:key"
@@ -640,6 +640,10 @@ function StudentAbschlusspruefungPrintPruefungsprotokollMultiple(lang)
xsl='PrProtokollBakk';
if(lang=='en')
xsl='PrProtBakkEng';
if(lang=='de2')
xsl='PrProtBA';
if(lang=='en2')
xsl='PrProtBAEng';
}
else
{
@@ -647,6 +651,10 @@ function StudentAbschlusspruefungPrintPruefungsprotokollMultiple(lang)
xsl='PrProtokollDipl';
if(lang=='en')
xsl='PrProtDiplEng';
if(lang=='de2')
xsl='PrProtMA';
if(lang=='en2')
xsl='PrProtMAEng';
}
var tree = document.getElementById('student-tree');
@@ -672,7 +680,7 @@ function StudentAbschlusspruefungPrintPruefungsprotokollMultiple(lang)
}
var stg_kz = document.getElementById('student-detail-menulist-studiengang_kz').value;
window.open('<?php echo APP_ROOT; ?>/content/pdfExport.php?xml=abschlusspruefung.rdf.php&xsl='+xsl+'&uid='+uids+'&xsl_stg_kz='+stg_kz,'Pruefungsprotokoll', 'height=200,width=350,left=0,top=0,hotkeys=0,resizable=yes,status=no,scrollbars=yes,toolbar=no,location=no,menubar=no,dependent=yes');
window.open('<?php echo APP_ROOT; ?>/content/pdfExport.php?xml=abschlusspruefung.rdf.php&xsl='+xsl+'&uid='+uids+'&xsl_stg_kz='+stg_kz+'&output=pdf','Pruefungsprotokoll', 'height=200,width=350,left=0,top=0,hotkeys=0,resizable=yes,status=no,scrollbars=yes,toolbar=no,location=no,menubar=no,dependent=yes');
}
// ****