diff --git a/input.php b/input.php --- a/input.php +++ b/input.php @@ -101,6 +101,21 @@ if (!empty($_REQUEST['selectschool']) exit; } +if (!empty($_REQUEST['selectsemester'])) + { +?> +
+ Choose the semester for which you wish you make a schedule from the + list below. If any semester is missing, please let us know. +
+showSemesters(); + $inputPage->foot(); + exit; + } + $inputPage->showSavedScheds($_SESSION); ?>