mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -1,15 +1,21 @@
|
||||
<html>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html lang="de_AT">
|
||||
|
||||
<head>
|
||||
<title>VileSci</title>
|
||||
<title>VileSci - Admin</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
<link rel="stylesheet" href="../../skin/vilesci.css" type="text/css" />
|
||||
</head>
|
||||
|
||||
<frameset cols="200,*" rows="*" border="0" frameborder="0">
|
||||
<frame src="menu.html" name="nav">
|
||||
<frame src="main.html" name="main">
|
||||
<frameset cols="200,*">
|
||||
<frame src="menu.html" id="nav" name="nav" frameborder="0" />
|
||||
<frame src="main.html" id="main" name="main" frameborder="0" />
|
||||
<noframes>
|
||||
<body bgcolor="#FFFFFF">
|
||||
This application works only with a frames-enabled browser.<br />
|
||||
<a href="main.php">Use without frames</a>
|
||||
</body>
|
||||
</noframes>
|
||||
</frameset>
|
||||
<noframes>
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
</body>
|
||||
</noframes>
|
||||
</html>
|
||||
|
||||
+25
-6
@@ -21,11 +21,30 @@
|
||||
<LI><A href="stdplan_lva_del.php" class="linkblue">geloeschte Lehrveranstaltungen</A></LI>
|
||||
</UL>
|
||||
<HR>
|
||||
<H3>FAS->VileSci-Syncs (mit Studiengangseinschränkung)</H3>
|
||||
<UL>
|
||||
<li><a href="../../system/sync/fas/sync_fas_vilesci_student.php" target="_blank" class="linkblue">Student</a></li>
|
||||
<li><a href="../../system/sync/fas/sync_fas_vilesci_studentlehrverband.php" target="_blank" class="linkblue">Student-Lehrverband</a></li>
|
||||
</UL>
|
||||
<h3>Synchronisation</h3>
|
||||
<ul>
|
||||
<li><a href="../../system/sync/sync_fas_lva.php" class="linkblue">Lehrveranstaltungen vom FAS</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="../../system/sync/sync_stpldev_stpl.php" class="linkblue">StundenplanDEV -> Stundenplan</a><br>
|
||||
<a href="../../system/sync/sync_stpldev_stpl.php?sendmail=false" class="linkblue">Ohne Mails</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="sync/sync_ects_lvinfo.php" class="linkblue">LV INFO - ECTS</a></li>
|
||||
</ul>
|
||||
<h3>FAS-Portal</h3>
|
||||
<ul>
|
||||
<li><a href="sync/sync_fas_exstd.php" class="linkblue">Ex-Studenten</a></li>
|
||||
<li><a href="sync/sync_fas_lkt.php" class="linkblue">Lektoren</a></li>
|
||||
<li><a href="sync/sync_fas_std.php" class="linkblue">Studenten</a></li>
|
||||
</ul>
|
||||
<H3>FAS->VileSci-Syncs (mit Studiengangseinschränkung)</H3>
|
||||
<ul>
|
||||
<li><a href="../../system/sync/fas/sync_fas_vilesci_student.php" target="_blank" class="linkblue">Student</a></li>
|
||||
<li><a href="../../system/sync/fas/sync_fas_vilesci_studentlehrverband.php" target="_blank" class="linkblue">Student-Lehrverband</a></li>
|
||||
</ul>
|
||||
<H3>FAS->VileSci-Syncs (für alle Studiengänge)</H3>
|
||||
<UL>
|
||||
<li><a href="../../system/sync/fas/sync_fas_vilesci_lehrveranstaltungen.php" target="_blank" class="linkblue">Lehrveranstaltungen</a></li>
|
||||
@@ -57,7 +76,7 @@
|
||||
<li><a href="../../system/sync/fas/sync_fas_vilesci_zutrittskarten.php" target="_blank" class="linkblue">Zutrittskarten</a></li>
|
||||
<li><a href="../../system/sync/fas/sync_fas_vilesci_nation.php" target="_blank" class="linkblue">Nationen</a></li>
|
||||
<li><a href="../../system/sync/fas/sync_fas_vilesci_studiengang.php" target="_blank" class="linkblue">Studiengang</a></li>
|
||||
<li><a href="../../system/sync/fas/sync_fas_vilesci_entwicklungsteam.php" target="_blank" class="linkblue">E-Team</a></li>
|
||||
<li><a href="../../system/sync/fas/sync_fas_vilesci_entwicklungsteam.php" target="_blank" class="linkblue">E-Team</a></li>
|
||||
</UL>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
<link rel="stylesheet" href="../skin/vilesci.css" type="text/css" />
|
||||
</head>
|
||||
|
||||
<frameset cols="300,*">
|
||||
<frameset cols="250,*">
|
||||
<frame src="left.php" id="nav" name="nav" frameborder="0" />
|
||||
<frame src="main.php" id="main" name="main" frameborder="0" />
|
||||
<noframes>
|
||||
|
||||
+29
-32
@@ -17,6 +17,10 @@
|
||||
<script language="JavaScript">
|
||||
<!--
|
||||
__js_page_array = new Array();
|
||||
__js_tab_array= new Array();
|
||||
__js_tab_array[0]='menueStammdaten';
|
||||
__js_tab_array[1]='menuePersonen';
|
||||
__js_tab_array[2]='menueLehre';
|
||||
|
||||
function js_toggle_container(conid)
|
||||
{
|
||||
@@ -30,7 +34,7 @@
|
||||
status = "none";
|
||||
if (status == "none")
|
||||
{
|
||||
document.getElementById(conid).style.display = block;
|
||||
document.getElementById(conid).style.display = 'block';
|
||||
__js_page_array[conid] = "visible";
|
||||
}
|
||||
else
|
||||
@@ -46,25 +50,13 @@
|
||||
|
||||
function js_show_tab(tabid)
|
||||
{
|
||||
if (document.getElementById)
|
||||
{
|
||||
if (status == null)
|
||||
status = "none";
|
||||
if (status == "none")
|
||||
{
|
||||
document.getElementById(conid).style.display = block;
|
||||
__js_page_array[conid] = "visible";
|
||||
}
|
||||
else
|
||||
{
|
||||
document.getElementById(conid).style.display = 'none';
|
||||
__js_page_array[conid] = "none";
|
||||
}
|
||||
return false;
|
||||
}
|
||||
else
|
||||
return true;
|
||||
}
|
||||
for(i=0;i<(__js_tab_array.length);i++)
|
||||
if (__js_tab_array[i]==tabid)
|
||||
document.getElementById(tabid).style.display = 'block';
|
||||
else
|
||||
document.getElementById(tabid).style.display = 'none';
|
||||
return true;
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
</head>
|
||||
@@ -78,14 +70,14 @@
|
||||
|
||||
<table class="tabs">
|
||||
<tr>
|
||||
<td class="tab active" onClick="js_show_tab('menueStammdaten'));">Stammdaten</td>
|
||||
<td class="tab" onClick="js_show_tab('MenueMitarbeiter'));">Mitarbeiter</a></td>
|
||||
<td class="tab" onClick="js_show_tab('MenueStudenten'));">Studenten</td>
|
||||
<td class="tab active" onClick="js_show_tab('menueStammdaten');">Stammdaten</td>
|
||||
<td class="tab" onClick="js_show_tab('menuePersonen');">Personen</a></td>
|
||||
<td class="tab" onClick="js_show_tab('menueLehre');">Lehre</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!--____________Menue Stammdaten______________________________________________-->
|
||||
<div id="menueStammdaten" style="display: visible;">
|
||||
<div id="menueStammdaten" style="display:block;">
|
||||
<table class="menue" style="border-right-width:1px;border-right-color:#BCBCBC;">
|
||||
<tr>
|
||||
<td> </td>
|
||||
@@ -101,7 +93,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Personen" style="display: visible;">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Personen" style="display:block;">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="MenuItem2" href="personen/index.html" target="main"><img src="../skin/images/menu_item.gif" width="7" height="9"> Suche</a></td>
|
||||
@@ -177,7 +169,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Kommunikation" style="display: visible;">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Kommunikation" style="display:block;">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="MenuItem2" href="kommunikation/kontakt.php" target="main"><img src="../skin/images/menu_item.gif" width="7" height="9"> Kontakte</a></td>
|
||||
@@ -196,7 +188,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Stundenplan" style="display: visible;">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Stundenplan" style="display:block;">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="MenuItem2" href="../cis/private/lvplan/index.html" target="main"><img src="../skin/images/menu_item.gif" width="7" height="9"> Stundenplan</a></td>
|
||||
@@ -266,7 +258,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Studiengang" style="display: visible;">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Studiengang" style="display:block;">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="MenuItem2" href="stammdaten/studiengang_frameset.html" target="main"><img src="../skin/images/menu_item.gif" width="7" height="9"> Übersicht</a></td>
|
||||
@@ -287,7 +279,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Berechtigung" style="display: visible;">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Berechtigung" style="display:block;">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="MenuItem2" href="stammdaten/benutzerberechtigung_frameset.html" target="main"><img src="../skin/images/menu_item.gif" width="7" height="9"> Übersicht</a></td>
|
||||
@@ -304,7 +296,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Lehrveranstaltungen" style="display: visible;">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Lehrveranstaltungen" style="display:block;">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="MenuItem2" href="stundenplan/lehrveranstaltung.php" target="main"><img src="../skin/images/menu_item.gif" width="7" height="9"> Übersicht</a></td>
|
||||
@@ -325,7 +317,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Lehrverbandsgruppen" style="display: visible;">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="Lehrverbandsgruppen" style="display:block;">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="MenuItem2" href="stammdaten/lvbgruppenverwaltung.php" target="main"><img src="../skin/images/menu_item.gif" width="7" height="9"> Verwaltung</a></td>
|
||||
@@ -337,7 +329,12 @@
|
||||
<tr><td width="10" nowrap> </td></tr>
|
||||
</table>
|
||||
</div>
|
||||
<div id="menuemitarbeiter" style="display: none;">
|
||||
<div id="menuePersonen" style="display: none;">
|
||||
bal
|
||||
</div>
|
||||
<div id="menueLehre" style="display: none;">
|
||||
bla
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user