mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-03 13:19:28 +00:00
98918bc336
- Added new phrases where missing or hard coded - Fixed windowz new lines in /application/*
33 lines
976 B
PHP
33 lines
976 B
PHP
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
|
|
<html lang="de_AT">
|
|
|
|
<head>
|
|
<title>VileSci - Statusgrund</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
</head>
|
|
|
|
<frameset cols="30%, *">
|
|
<frame src="Statusgrund/listStatus" id="StatusgrundLeft" name="StatusgrundLeft" frameborder="1" />
|
|
<noframes>
|
|
<body bgcolor="#FFFFFF">
|
|
This application works only with a frames-enabled browser.<br />
|
|
</body>
|
|
</noframes>
|
|
<frameset rows="30%, *">
|
|
<frame src="" id="StatusgrundTop" name="StatusgrundTop" frameborder="1" />
|
|
<noframes>
|
|
<body bgcolor="#FFFFFF">
|
|
This application works only with a frames-enabled browser.<br />
|
|
</body>
|
|
</noframes>
|
|
<frame src="" id="StatusgrundBottom" name="StatusgrundBottom" frameborder="1" />
|
|
<noframes>
|
|
<body bgcolor="#FFFFFF">
|
|
This application works only with a frames-enabled browser.<br />
|
|
</body>
|
|
</noframes>
|
|
</frameset>
|
|
</frameset>
|
|
|
|
</html>
|