mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 08:22:17 +00:00
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link href="../../skin/style.css.php" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table id="inhalt" class="tabcontent">
|
||||
<tr>
|
||||
<td class="tdwidth10"> </td>
|
||||
<td><table class="tabcontent">
|
||||
<tr>
|
||||
<td class="ContentHeader"><font class="ContentHeader"> Allgemeine Systeminfo</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Anbei finden Sie eine Überblickspräsentation über wesentliche Infrastruktureinrichtungen und deren Benutzung an der FH Technikum WIEN.
|
||||
<br><br>
|
||||
<table align="center">
|
||||
<tr>
|
||||
<td width="30%"><b>für StudentInnen</b></td>
|
||||
<td width="30%"><b>für LektorInnen</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../cisdocs/Praesentation_Studenten.ppt" class="Item">Systemeinführung (deutsch)</a></td>
|
||||
<td><a href="../cisdocs/Praesentation_Lektoren.ppt" class="Item">Systemeinführung (deutsch)</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../cisdocs/Praesentation_Guests.ppt" class="Item">Systemeinführung (english)</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="../cisdocs/Praesentation_Guests_Franz.ppt" class="Item">Systemeinführung (französisch)</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
<td class="tdwidth30"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -508,6 +508,10 @@
|
||||
<td class="tdwrap">
|
||||
<a href="?FAQ" class="MenuItem" onClick="return(js_toggle_container('FAQ'));"><img src="../skin/images/menu_item.gif" width="7" height="9"> FAQ</a>
|
||||
<table class="tabcontent" id="FAQ" style="display: none">
|
||||
<tr>
|
||||
<td class="tdwidth10" nowrap> </td>
|
||||
<td class="tdwrap"><a class="Item" href="public/faq_systeminfo.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> allgem. Systeminfo</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdwidth10" nowrap> </td>
|
||||
<td class="tdwrap"><a class="Item" href="public/faq_lan.html" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> LAN FAQ</a></td>
|
||||
|
||||
@@ -33,11 +33,11 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="../../skin/vilesci.css" type="text/css">
|
||||
<script language="JavaScript">
|
||||
function replicateKurzbz()
|
||||
{
|
||||
var kurzbz = document.copygroup.gruppe_kurzbz_copy.value;
|
||||
document.copygroup.bezeichnung_copy.value = kurzbz;
|
||||
document.copygroup.beschreibung_copy.value = kurzbz;
|
||||
function replicateKurzbz()
|
||||
{
|
||||
var kurzbz = document.copygroup.gruppe_kurzbz_copy.value;
|
||||
document.copygroup.bezeichnung_copy.value = kurzbz;
|
||||
document.copygroup.beschreibung_copy.value = kurzbz;
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -196,8 +196,8 @@ if($type=='neu')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// kopieren einer Spez-Gruppe
|
||||
|
||||
// kopieren einer Spez-Gruppe
|
||||
if($type=='copy')
|
||||
{
|
||||
if(!$admin)
|
||||
@@ -205,11 +205,12 @@ if($type=='copy')
|
||||
|
||||
if(isset($_POST['copynew']))
|
||||
{
|
||||
//neue Spezialgruppe anlegen
|
||||
//neue Spezialgruppe anlegen
|
||||
|
||||
|
||||
$bezeichnung = $_POST['bezeichnung_copy'];
|
||||
|
||||
|
||||
$gruppe_kurzbz = $_POST["gruppe_kurzbz_copy"];
|
||||
$beschreibung = $_POST['beschreibung_copy'];
|
||||
$sichtbar = isset($_POST['sichtbar_copy']);
|
||||
$lehre = isset($_POST['sichtbar_copy']);
|
||||
@@ -249,11 +250,11 @@ if($type=='copy')
|
||||
{
|
||||
echo "<span class='error'>Diese Gruppe Existiert bereits: $gruppe_kurzbz</span>";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
//Aenderung des Aktiv Status
|
||||
if($aktiv!='')
|
||||
@@ -318,7 +319,7 @@ if($type=='save')
|
||||
{
|
||||
$gruppe->beschreibung = $_POST['beschreibung'];
|
||||
$gruppe->sichtbar = isset($_POST['sichtbar']);
|
||||
$gruppe->sichtbar = isset($_POST['sichtbar']);
|
||||
$gruppe->lehre = isset($_POST['lehre']);
|
||||
$gruppe->aktiv = isset($_POST['aktiv']);
|
||||
$gruppe->sort = $_POST['sort'];
|
||||
$gruppe->mailgrp = isset($_POST['mailgrp']);
|
||||
@@ -522,7 +523,7 @@ if($type=='edit')
|
||||
echo '<div style="position:fixed;
|
||||
left:450px; top:50px;">';
|
||||
|
||||
|
||||
echo "<div style='background-color: #E0E0E0'>Details von $gruppe_kurzbz<br><br>";
|
||||
echo "<form action='".$_SERVER['PHP_SELF']."?type=save&studiengang_kz=$studiengang_kz&gruppe_kurzbz=$gruppe_kurzbz' method='POST'>
|
||||
<table>
|
||||
<tr>
|
||||
@@ -571,13 +572,13 @@ if($type=='edit')
|
||||
<td><input type='submit' value='Speichern' /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
</form>";
|
||||
</form></div>";
|
||||
|
||||
if($admin)
|
||||
if($admin)
|
||||
{
|
||||
echo "Als neue Gruppe speichern<br><br>";
|
||||
echo "<form name='copygroup' action='".$_SERVER['PHP_SELF']."?type=copy&studiengang_kz=$studiengang_kz&semester=$semester' method='POST'>
|
||||
echo "<form name='copygroup' action='".$_SERVER['PHP_SELF']."?type=copy&studiengang_kz=$studiengang_kz&semester=$semester' method='POST'>
|
||||
<table>
|
||||
<tr>
|
||||
<td>Kurzbz:</td>
|
||||
<td><input type='text' name='gruppe_kurzbz_copy' size='30' maxlength='128' value='$gruppe->gruppe_kurzbz' onkeyup='replicateKurzbz();'/></td>
|
||||
@@ -627,10 +628,9 @@ if($type=='edit')
|
||||
<td><input type='submit' name='copynew' value='Speichern' /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
</form>";
|
||||
</form>";
|
||||
|
||||
}
|
||||
}
|
||||
echo '</div>';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user