mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
This commit is contained in:
@@ -1007,6 +1007,19 @@ function StatistikPrintMitarbeiterstatistik()
|
||||
window.open('<?php echo APP_ROOT ?>content/statistik/mitarbeiterstatistik.php?stsem='+stsem,'Mitarbeiterstatistik');
|
||||
}
|
||||
|
||||
// ****
|
||||
// * Liefert eine Stromanalyse der Studenten
|
||||
// ****
|
||||
function StatistikPrintStromanalyse()
|
||||
{
|
||||
var stsem = getStudiensemester();
|
||||
if(stsem.startsWith('WS'))
|
||||
param = "?studiensemester_kurzbz="+stsem;
|
||||
else
|
||||
param ='';
|
||||
window.open('<?php echo APP_ROOT ?>content/statistik/stromanalyse.php'+param,'Stromanalyse');
|
||||
}
|
||||
|
||||
function StatistikPrintStudentExportExtended()
|
||||
{
|
||||
var tree = document.getElementById('student-tree');
|
||||
|
||||
Reference in New Issue
Block a user