Files
FHC-Core/vilesci/stammdaten/raum_frameset.html
T
Gerald Simane 725e178014
2009-06-08 06:37:57 +00:00

21 lines
632 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<html lang="de_AT">
<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" />
</head>
<frameset rows="65%,*">
<frame src="raum_uebersicht.php" name="uebersicht_raum" frameborder="0" />
<frame src="raum_details.php" name="detail_raum" 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>