This commit is contained in:
Andreas Österreicher
2007-08-22 06:50:21 +00:00
parent 8a1cdffe5d
commit 615d766981
2 changed files with 47 additions and 47 deletions
-40
View File
@@ -1,40 +0,0 @@
<!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/cis.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="170" nowrap>
<a href="index.html" target="_top">
<img src="../skin/images/TWLogo_klein.jpg">
</a>
</td>
<td nowrap>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td height="10" valign="bottom"><img src="../skin/images/header_line.gif" width="100%" height="3"></td>
</tr>
<tr>
<td>
<div id="GlobalMenu">
[ <a class='Item' href="index.html" target="_top">HOME</a>
| <a class='Item' href="private/menu.php" target="menu">Mein CIS</a>
| <a class='Item' href="private/lehre/menu.php" target="menu">Lehrveranstaltungen</a>
]
</div>
</td>
</tr>
</table>
</td>
<td width="30">&nbsp;</td>
</tr>
</table>
</body>
</html>
+47 -7
View File
@@ -1,22 +1,62 @@
<!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>
<head>
<title>CIS - FH Technikum Wien</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="skin/cis.css" rel="stylesheet" type="text/css">
<link href="skin/style.css.php" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<frameset rows="77,*,1" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="cis/topbar.html" name="topbar" scrolling="NO" noresize>
<body>
<table class="tabcontent">
<tr>
<td width="170" class="tdwrap">
<a href="index.html" target="_top"><div class="home_logo"></div></a>
</td>
<td id="header">
<div class="header_line" ></div>
</td>
</tr>
<tr>
<td id="footer"></td>
<td>
<div id="GlobalMenu">
[ <a class='Item' href="index.html" target="_top">HOME</a>
| <a class='Item' href="cis/private/menu.php" target="menu">Meine CIS</a>
| <a class='Item' href="cis/private/lehre/menu.php" target="menu">Lehrveranstaltungen</a>
| <a class='Item' href="layouts.php" target="content">Layouts</a>
]
</div>
</td>
</tr>
</table>
</td>
<td class="tdwidth30">&nbsp;</td>
</tr>
<tr ></tr>
</table>
<iframe id="menue" src="cis/menu.html" name="menu" frameborder="0">
No iFrames
</iframe>
<iframe id="content" src="cis/public/news.php" name="content" frameborder="0">
No iFrames
</iframe>
</body>
<!--<frameset rows="77,*,1" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="topbar.html" name="topbar" scrolling="NO" noresize>
<frameset rows="*" cols="200,*" framespacing="0" frameborder="NO" border="0">
<frame src="cis/menu.html" name="menu" scrolling="AUTO" noresize>
<frame src="cis/public/news.php" name="content">
<frame src="menu.html" name="menu" scrolling="AUTO" noresize>
<frame src="public/news.php" name="content">
</frameset>
<noframes>
<body>
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht unterstützt.</p>
</body>
</noframes>
</frameset>
</frameset> -->
</html>