- Diverse Anpassungen des Vilesci Backends

This commit is contained in:
Andreas Österreicher
2009-10-05 07:39:51 +00:00
parent adbf302164
commit bfb600ef5b
29 changed files with 660 additions and 566 deletions
+9 -17
View File
@@ -1,21 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>VileSci</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="skin/vilesci.css" type="text/css" />
<title>CIS - FH Technikum Wien</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script language="JavaScript" type="text/javascript">
window.location.href='vilesci/index.php';
</script>
</head>
<frameset cols="15%,*">
<frame src="vilesci/left.php" id="nav" name="nav" frameborder="0" />
<frame src="vilesci/main.php" id="main" name="main" frameborder="0" />
<noframes>
<body bgcolor="#FFFFFF">
This application works only with a frames-enabled browser.<br />
<a href="vilesci/main.php">Use without frames</a>
</body>
</noframes>
</frameset>
<body>
Wenn Sie nicht weitergeleitet werden, klicken Sie bitte <a href="vilesci/index.php">hier</a>
</body>
</html>