mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
9dc9a712c4
- Updated sprache, orgform, organisationseinheit and vorlage to the new widget - Changed method getRecursiveList of model Organisationseinheit_model - Updated vilesci_menu_main.inc.php - Changed method loadDropDownView of WidgetLib: if a selected value is not given, by default it is set as HTML_DEFAULT_VALUE - Updated all the affectd files
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 - Vorlage</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
</head>
|
|
|
|
<frameset rows="30%,*">
|
|
<frame src="Vorlage/table" id="VorlageTop" name="VorlageTop" frameborder="0" />
|
|
<frame src="Vorlage/edit" id="VorlageBottom" name="VorlageBottom" frameborder="0" />
|
|
<noframes>
|
|
<body bgcolor="#FFFFFF">
|
|
This application works only with a frames-enabled browser.<br />
|
|
<a href="VorlageList">Use without frames</a>
|
|
</body>
|
|
</noframes>
|
|
</frameset>
|
|
|
|
</html>
|