Files
FHC-Core/vilesci/personen/incoming_frameset.php
T
2011-04-22 08:00:44 +00:00

21 lines
679 B
PHP

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<html lang="de_AT">
<head>
<title>Incoming</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../skin/fhcomplete.css" type="text/css" />
<link rel="stylesheet" href="../../skin/vilesci.css" type="text/css" />
</head>
<frameset rows="250,*">
<frame src="incoming_uebersicht.php" name="incoming_uebersicht" frameborder="0" />
<frame src="incoming_detail.php" name="incoming_detail" frameborder="0" />
<noframes>
<body bgcolor="#FFFFFF">
This application works only with a frames-enabled browser.<br />
</body>
</noframes>
</frameset>
</html>