first commit

This commit is contained in:
aschwarz
2023-02-27 11:53:33 +01:00
commit 3aa76070e9
2691 changed files with 508437 additions and 0 deletions

23
doz/index_doz.htm Executable file
View File

@ -0,0 +1,23 @@
<html>
<head>
<title>Kursbelegungssystem der Fachhochschule Ludwigsburg</title>
</head>
<frameset framespacing="0" border="0" frameborder="0" rows="64,*">
<frame name="Banner" scrolling="no" noresize target="Inhalt" src="topframe.php">
<frameset cols="184,*">
<frame name="Inhalt" target="Hauptframe" scrolling="auto" src="menuframe.htm" noresize>
<frame name="kurshaupt" scrolling="auto" src="jahrgang_doz.php" target="_self">
</frameset>
<noframes>
<body>
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht
unterst&uuml;tzt.</p>
</body>
</noframes>
</frameset>
</html>