This commit is contained in:
Gerald Simane
2008-12-23 08:39:53 +00:00
parent 68618d5384
commit 7d70cdb367
3 changed files with 39 additions and 45 deletions
+20 -21
View File
@@ -1,21 +1,20 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd">
<html>
<head>
<title>VileSci</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="250,*">
<frame src="left.php" id="nav" name="nav" frameborder="0" />
<frame src="main.php" 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>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd">
<html>
<head>
<title>VileSci</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="250,*" border="0" frameborder="0" framespacing="1" />
<frame src="left.php" id="nav" name="nav" frameborder="0" />
<frame src="main.php" 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>
</html>
+1 -2
View File
@@ -42,8 +42,7 @@
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!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">
+18 -22
View File
@@ -1,23 +1,19 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd">
<html>
<head>
<title>Vilesci Content</title>
<base target="main">
<link rel="stylesheet" href="../skin/vilesci.css" type="text/css">
</head>
<body class="background_main">
<h1 style="border-bottom: 1px solid #000;font-weight:bold;">VileSci 1.3 dev</h1>
<div align="left">
<ul>
<li><a href="http://cis.technikum-wien.at" target="_top" >FH-Interne Homepage</a>
<li><a href="http://wawi.technikum-wien.at" target="_top" >Warenwirtschaft</a>
<hr />
<li><a href="mozilla-win32-1.7.12-installer.exe" target="_top" >Mozilla Installer</a>
</ul>
</div>
</body>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Vilesci Content</title>
<base target="main">
<link rel="stylesheet" href="../skin/vilesci.css" type="text/css">
</head>
<body class="background_main">
<h1 style="border-bottom: 1px solid #000;font-weight:bold;">VileSci 1.3 dev</h1>
<div style="text-align:left;">
<ul>
<li><a href="http://cis.technikum-wien.at" target="_top" >FH-Interne Homepage</a>
<li><a href="http://wawi.technikum-wien.at" target="_top" >Warenwirtschaft</a>
<hr>
</ul>
</div>
</body>
</html>