mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-06 14:49:27 +00:00
3d42622490
- Added new folder views/system/phrases - Moved views phraseinhaltEdit.php, phrases.php, phrasesEdit.php, phrasesList.php and phrasesinhaltList.php from views/system/ to views/system/phrases/ - Adapted the code to work with this change
21 lines
615 B
PHP
21 lines
615 B
PHP
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
|
|
<html lang="de_AT">
|
|
|
|
<head>
|
|
<title>VileSci - Phrasen</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
</head>
|
|
|
|
<frameset rows="30%,*">
|
|
<frame src="Phrases/table" id="PhrasesTop" name="PhrasesTop" frameborder="0" />
|
|
<frame src="Phrases/edit" id="PhrasesBottom" name="PhrasesBottom" frameborder="0" />
|
|
<noframes>
|
|
<body bgcolor="#FFFFFF">
|
|
This application works only with a frames-enabled browser.<br />
|
|
<a href="PhrasesList">Use without frames</a>
|
|
</body>
|
|
</noframes>
|
|
</frameset>
|
|
|
|
</html>
|