mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-06 06:39:27 +00:00
24 lines
920 B
HTML
24 lines
920 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>Stundenplan Import</TITLE>
|
|
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<LINK rel="stylesheet" href="../../../include/styles.css" type="text/css">
|
|
</HEAD>
|
|
|
|
<BODY class="background_main">
|
|
<form accept-charset="UTF-8" name="import" method="post" action="stdplan_import.php" enctype="multipart/form-data">
|
|
<p><b>Import von Untis </b>(lesson.txt)
|
|
<input type="file" name="userfile" size="20" maxlength="30">
|
|
<input type="submit" name="save" value="Go">
|
|
</p>
|
|
<hr>
|
|
</form>
|
|
<P><A href="stdplan_import_check_ID.php">Check IDs</A> (UPDATE untis SET ort='DUMMY'
|
|
WHERE ort='')</P>
|
|
<P><A href="stdplan_import_sendmail.php">Send Mails</A></P>
|
|
<P>Send Mails Modul</P>
|
|
<P><A href="stdplan_import_takeover.php">Take Over</A> (DELETE FROM tbl_stundenplan WHERE datum>='2005-02-14')</P>
|
|
<P><A href="stdplan_import_takeover_modul.php">Take Over Einheiten</A></P>
|
|
</BODY>
|
|
</HTML>
|