Files
FHC-Core/cis/private/lehre/abgabe_student_frameset.html
T
Rudolf Hangl 2c371a8f45
2009-01-23 08:24:11 +00:00

21 lines
722 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<html lang="de_AT">
<head>
<title>Bachelor-/Diplomarbeitsabgabe - Student</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 rows="400,*">
<frame src="abgabe_student.php" id="uebersicht" name="uebersicht" frameborder="0" />
<frame src="abgabe_student_details.php" id="as_detail" name="as_detail" 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>