@@ -115,49 +115,49 @@ if (!empty($_REQUEST['selectsemester']))
$inputPage->showSemesters();
$inputPage->foot();
exit;
}
$inputPage->showSavedScheds($_SESSION);
?>
<p>
Welcome to SlatePermutate<?php $inputPage->addressStudent(', ', '', FALSE); ?>!
<?php if (school_has_auto($inputPage->get_school())): ?>
To get started, enter in some a course identifier (e.g., <em>
<?php echo school_example_course_id($inputPage->get_school()); ?></em>)
and click the autosuggestion to automatically load available sections
for each class.
<?php else: ?>
To get started, enter a course number and add some sections to it.
Then specify each section's letter/number and what times it meets,
add more courses, and click “Find a Schedule”.
<!--'-->
<?php endif; ?>
</p>
<form method="post" action="process.php" id="scheduleForm">
<p class="nospace" style="border-left: 5px solid #999; padding-left: 5px!important; padding-top: 5px!important;"><label>Schedule Name</label><br />
<input id="scheduleName" style="margin-bottom: 1em;" class="defText required" type="text" size="25" title="Spring 2011" name="postData[name]" <?php if ($sch) echo 'value="' . htmlentities($sch->getName(), ENT_QUOTES) . '"'; ?> />
<input id="scheduleName" style="margin-bottom: 1em;" class="defText required" type="text" size="25" title="<?php echo $inputPage->semester['name'] ?>" name="postData[name]" <?php if ($sch) echo 'value="' . htmlentities($sch->getName(), ENT_QUOTES) . '"'; ?> />
<?php if (!empty($parent_schedule_id)): ?>
<input type="hidden" name="postData[parent_schedule_id]" value="<?php echo htmlentities($parent_schedule_id); ?>" />
<table id="container">
<tr>
<td>
<table id="jsrows">
<!-- Allow CSS to apply to entire rows at a time. -->
<colgroup>
<col />
<col class="saturday<?php if (school_has_auto($inputPage->get_school())) echo ' collapsed';?>" />
Status change: