@@ -125,25 +125,25 @@ if (!empty($_REQUEST['selectsemester']))
<?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"><label>Schedule Name</label><br />
<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) . '"'; /*"*/ ?> />
<table id="container">
<tr>
<td>
<table id="jsrows">
<!-- Allow CSS to apply to entire rows at a time. -->
<colgroup>
<col />
Status change: