Studienerfolgsbestätigung auf Englisch

This commit is contained in:
Andreas Österreicher
2011-03-24 15:03:52 +00:00
parent 20b720c938
commit 7c5694b052
7 changed files with 451 additions and 23 deletions
@@ -32,7 +32,10 @@
$uid=get_uid();
$ansicht=false; //Wenn ein anderer User sich das Profil ansieht (Bei Personensuche)
if(isset($_GET['lang']) && $_GET['lang']=='en')
$xsl = 'StudienerfolgEng';
else
$xsl = 'Studienerfolg';
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
@@ -51,7 +54,7 @@ function createStudienerfolg()
finanzamt = '&typ=finanzamt';
else
finanzamt = '';
window.location.href= '../pdfExport.php?xml=studienerfolg.rdf.php&xsl=Studienerfolg&ss='+stsem+'&uid=<?php echo $uid;?>'+finanzamt;
window.location.href= '../pdfExport.php?xml=studienerfolg.rdf.php&xsl=<?php echo $xsl ?>&ss='+stsem+'&uid=<?php echo $uid;?>'+finanzamt;
}
</script>
</head>