This commit is contained in:
Stefan Puraner
2014-03-17 12:17:17 +00:00
parent 469ddbd78b
commit f538ebc699
8 changed files with 90 additions and 22 deletions
+3 -3
View File
@@ -8,7 +8,7 @@
<body>
<h2>Links für die FAS-Installation</h2>
<a href="../../content/InstallationsanleitungFASonline.html">Installationsanleitung</a><br><br>
<a href="http://www.seamonkey-project.org/releases/1.1.18">Seamonkey Download (Version 1.1.18)</a><br>
<a href="http://www.seamonkey-project.org/releases/2.11">Seamonkey Download (Version 2.11)</a><br>
<a href="XPI/orbit-1.8f5-MiK.xpi">Orbit 3+1 Theme</a><br>
<br>
<h3>Images:</h3>
@@ -16,7 +16,7 @@
<a href="../../skin/images/Tempus.ico">tempus.ico</a><br>
<a href="../../skin/images/FAS.ico">fas.ico</a><br>
<h3>XPI:</h3>
<a href="XPI/FASoProduktiv/FASonline.xpi">FASonline.xpi</a><br>
<a href="XPI/TempusTWProduktiv/Tempus.xpi">Tempus.xpi</a><br>
<a href="XPI/Seamonkey2.11/fhcomplete/fhcomplete.xpi">FH Complete.xpi</a><br>
<!--<a href="XPI/TempusTWProduktiv/Tempus.xpi">Tempus.xpi</a><br>-->
</body>
</html>
+6 -2
View File
@@ -164,8 +164,12 @@
{
$outp.="<OPTION onclick=\"window.location.href = '".$_SERVER['PHP_SELF']."?stg_kz=$stg->studiengang_kz&semester=$semester'\" ".($stg->studiengang_kz==$stg_kz?'selected':'').">$stg->kuerzel - $stg->bezeichnung</OPTION>";
//$outp.= '<A href="'.$_SERVER['PHP_SELF'].'?stg_kz='.$stg->studiengang_kz.'&sem='.$semester.'">'.$stg->kuerzel.'</A> - ';
$s[$stg->studiengang_kz]->max_sem=$stg->max_semester;
$s[$stg->studiengang_kz]->kurzbz=$stg->kurzbzlang;
$a = new stdClass();
$a->max_sem=$stg->max_semester;
$a->kurzbz=$stg->kurzbzlang;
$s[$stg->studiengang_kz]=$a;
// $s[$stg->studiengang_kz]->max_sem=$stg->max_semester;
// $s[$stg->studiengang_kz]->kurzbz=$stg->kurzbzlang;
}
$outp.='</SELECT>';
$outp.= '<BR> -- ';