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

20 lines
633 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<html lang="de_AT">
<head>
<title>PreInteressent</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="400,*">
<frame src="preinteressent_uebersicht.php" name="preinteressent_uebersicht" frameborder="0" />
<frame src="preinteressent_detail.php" name="preinteressent_detail" frameborder="0" />
<noframes>
<body bgcolor="#FFFFFF">
This application works only with a frames-enabled browser.<br />
</body>
</noframes>
</frameset>
</html>