@@ -83,13 +83,13 @@ if (!empty($_REQUEST['selectschool'])
$inputPage->showSavedScheds($_SESSION);
?>
<p>
Welcome to SlatePermutate<?php $inputPage->addressStudent(', ', '',
FALSE); ?>! To get started, enter in some of your
classes, and add available sections for each class.
class IDs, and click the autosuggestion to add available sections for each class.
</p>
<form method="post" action="process.php" id="scheduleForm">
<br />
<label>Schedule Name</label><br />
<input id="scheduleName" style="margin-bottom: 1em;" class="defText required" type="text" size="25" title="(e.g., Spring <?php echo Date('Y'); ?>)" name="postData[name]"
<?php if ($sch) echo 'value="' . htmlentities($sch->getName(), ENT_QUOTES) . '"'; /*"*/ ?>
Status change: