';
![]() |
Software-Praktikum |
Lehrstuhl für Softwaretechnik (Prof. Zeller) Universität des Saarlandes, FR Informatik Postfach 15 11 50 66041 Saarbrücken E-mail: zeller @ cs.uni-saarland.de Telefon: +49 681 302-70970 ![]() ![]() ![]() |
||
$in_file = "";
if($_GET['target']== "registration"){
$in_file = "registration.php";
$reg_act = 'class="activelink"';
}elseif($_GET['target']== "challange"){
$in_file = "challange.php";
$cha_act = 'class="activelink"';
}elseif($_GET['target']== "dates"){
$in_file = "dates.php";
$ter_act = 'class="activelink"';
}elseif($_GET['target']== "groups"){
$in_file = "teams.php";
$gro_act = 'class="activelink"';
}elseif($_GET['target']== "tech"){
$in_file = "tech.php";
$tec_act = 'class="activelink"';
}elseif($_GET['target']== "faq"){
$in_file = "faq.php";
$faq_act = 'class="activelink"';
}else{
$in_file = "home.php";
$hom_act = 'class="activelink"';
}
?>
|