This commit is contained in:
Andreas Österreicher
2009-02-17 15:18:30 +00:00
parent 78b2e460f3
commit a35a684566
+7 -16
View File
@@ -1,22 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html> <html>
<head> <head>
<title>CIS - FH Technikum Wien</title> <title>CIS - FH Technikum Wien</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../../../skin/cis.css" rel="stylesheet" type="text/css"> <script language="JavaScript">
<link rel="shortcut icon" href="../../../favicon.ico" type="image/x-icon"> window.location.href='../../index.php';
</script>
</head> </head>
<body>
<frameset rows="77,*,1" cols="*" frameborder="NO" border="0" framespacing="0"> Wenn Sie nicht weitergeleitet werden, klicken Sie bitte <a href="../../index.php">hier</a>
<frame src="../../topbar.html" name="topbar" scrolling="NO" noresize> </body>
<frameset rows="*" cols="200,*" framespacing="0" frameborder="NO" border="0">
<frame src="menu.php" name="menu" scrolling="AUTO" noresize>
<frame src="pinboard.php" name="content">
</frameset>
<noframes>
<body>
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht unterstützt.</p>
</body>
</noframes>
</frameset>
</html> </html>