diff --git a/input.php b/input.php --- a/input.php +++ b/input.php @@ -18,11 +18,11 @@ * along with SlatePermutate. If not, see . */ -include_once 'inc/class.schedule.php'; +include_once 'inc' . DIRECTORY_SEPARATOR . 'class.schedule.php'; include_once 'inc' . DIRECTORY_SEPARATOR . 'class.course.inc'; -include_once 'inc/class.section.php'; -include_once 'inc/class.page.php'; -require_once('inc/schedule_store.inc'); +include_once 'inc' . DIRECTORY_SEPARATOR . 'class.section.php'; +include_once 'inc' . DIRECTORY_SEPARATOR . 'class.page.php'; +require_once('inc' . DIRECTORY_SEPARATOR . 'schedule_store.inc'); $scripts = array('jQuery', 'jQueryUI', 'jValidate','qTip','schedInput'); $inputPage = page::page_create('Scheduler', $scripts, FALSE); @@ -102,17 +102,15 @@ if (!empty($_REQUEST['selectschool']) $inputPage->showSavedScheds($_SESSION); ?>

- Welcome to SlatePermutateaddressStudent(', ', '', - FALSE); ?>! To get started, enter in some of your - class IDs, and click the autosuggestion to add available sections for each class. + Welcome to SlatePermutateaddressStudent(', ', '', FALSE); ?>! + To get started, enter in some of your class IDs, and click the + autosuggestion to add available sections for each class.

-
-
- -/> +


+ /> +