This commit is contained in:
Andreas Österreicher
2007-07-04 08:49:19 +00:00
parent 091c00efd7
commit c34c33dbc5
10 changed files with 185 additions and 51 deletions
+23 -3
View File
@@ -1,4 +1,24 @@
<?php
/* Copyright (C) 2006 Technikum-Wien
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*
* Authors: Christian Paminger <christian.paminger@technikum-wien.at>,
* Andreas Oesterreicher <andreas.oesterreicher@technikum-wien.at> and
* Rudolf Hangl <rudolf.hangl@technikum-wien.at>.
*/
include('../vilesci/config.inc.php');
?>
@@ -218,8 +238,8 @@ function onVerbandSelect(event)
document.getElementById('student-toolbar-student').hidden=true;
//Wenn der Interessenten Tab markiert ist, dann den Studenten Tab markieren
if(document.getElementById('tabbox-main').selectedIndex=="0")
document.getElementById('tabbox-main').selectedIndex="1";
if(document.getElementById('main-content-tabs').selectedItem==document.getElementById('tab-interessenten'))
document.getElementById('main-content-tabs').selectedItem=document.getElementById('tab-studenten');
// -------------- Studenten --------------------------
try
@@ -305,7 +325,7 @@ function onVerbandSelect(event)
if(typ!='')
{
// Interessenten Tab markieren
document.getElementById('tabbox-main').selectedIndex="0";
document.getElementById('main-content-tabs').selectedItem=document.getElementById('tab-interessenten');
// -------------- Interessenten / Bewerber --------------------------
try