Files
FHC-Core/vilesci/index.php
T
2016-04-10 18:11:09 +02:00

37 lines
1.5 KiB
PHP

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.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" />
<link rel="shortcut icon" href="../skin/images/Vilesci.ico" type="image/x-icon">
</head>
<!--<frameset rows="55px,*" frameborder="0" framespacing="0" border="0">
<frame src="top.php" id="top" name="top" frameborder="0" scrolling="No"/>
<frameset framespacing="0" border="0" cols="200px,*" >
<frame frameborder="0" src="left.php" id="nav" name="nav" />
<frame frameborder="0" src="main.php" id="main" name="main" />
</frameset>
<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>-->
<frameset id="frameset-vilesci" rows="55px,*" frameborder="0" framespacing="0">
<frame src="top.php" id="top" name="top" scrolling="No"/>
<frameset border="4" frameborder="1" framespacing="0" cols="200px,*" >
<frame style="border-right: 3px; border-right-style:solid; border-right-color: grey;" src="left.php" id="nav" name="nav" />
<frame frameborder="1" src="main.php" id="main" name="main" />
</frameset>
<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>