mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-04 21:59:27 +00:00
21 lines
631 B
PHP
21 lines
631 B
PHP
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
|
|
<html lang="de_AT">
|
|
|
|
<head>
|
|
<title>VileSci - Templates</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
</head>
|
|
|
|
<frameset rows="30%,*">
|
|
<frame src="Templates/table" id="TemplatesTop" name="TemplatesTop" frameborder="0" />
|
|
<frame src="Templates/edit" id="TemplatesBottom" name="TemplatesBottom" frameborder="0" />
|
|
<noframes>
|
|
<body bgcolor="#FFFFFF">
|
|
This application works only with a frames-enabled browser.<br />
|
|
<a href="TemplatesList">Use without frames</a>
|
|
</body>
|
|
</noframes>
|
|
</frameset>
|
|
|
|
</html>
|