Changeset - 4a879ea2e1b6
[Not reviewed]
default
0 4 0
Ethan Zonca - 15 years ago 2010-11-16 00:07:35
ez@ethanzonca.com
XHTML fixes, CU-specific instruction changes, removed IE-specific warning as autocompletion now works in IE
4 files changed with 14 insertions and 14 deletions:
0 comments (0 inline, 0 general)
index.php
Show inline comments
 
@@ -23,7 +23,7 @@
 
?>
 

	
 
<h3>Find the schedule that works for you!</h3>
 
<p>View <a href="schedulecreator.php">demo output</a> or <a href="input.php">get started on your own</a>. This program was created by <a href="http://www.calvin.edu" target="_blank">Calvin College</a> and <a href="http://cedarville.edu/" target="_blank">Cedarville University</a> students. SlatePermutate works with any college or university.</p>
 
<p>View <a href="schedulecreator.php">demo output</a> or <a href="input.php">get started on your own</a>. This program was created by <a href="http://www.calvin.edu" rel="external">Calvin College</a> and <a href="http://cedarville.edu/" rel="external">Cedarville University</a> students. SlatePermutate works with any college or university.</p>
 
<p class="righttext"><a href="input.php"><img class="noborder" src="images/get-started.png" alt="Get Started" /></a></p>
 

	
 
<?php
input.php
Show inline comments
 
@@ -100,11 +100,7 @@ if (!empty($_REQUEST['selectschool'])
 
  FALSE); ?>! To get started, enter in some of your
 
  class IDs, and click the autosuggestion to add available sections for each class.
 
</p>
 
<!--[if IE]>
 
<p>
 
  Note: The auto-complete function does not work in <strong>Internet Explorer</strong>.
 
</p>
 
<![endif]-->
 

	
 
<form method="post" action="process.php" id="scheduleForm">
 
<br />
 
<label>Schedule Name</label><br />
 
@@ -134,7 +130,9 @@ if (!empty($_REQUEST['selectschool'])
 
  </td>
 
  </tr>
 
  
 
  <tr><td> <span class="gray" style="padding: 0 3.5em 0 3.5em;" id="addclass">Add Class</span></td></tr>
 
  <tr>
 
    <td><span class="gray" style="padding: 0 3.5em 0 3.5em;" id="addclass">Add Class</span></td>
 
  </tr>
 
</table>
 

	
 
<div class="paddingtop"><input class="green" style="margin:0;padding:0;" type="submit" value="Find a schedule" /></div>
 
@@ -142,8 +140,10 @@ if (!empty($_REQUEST['selectschool'])
 
</form>
 

	
 
<p>&nbsp;<br /><br /><br /></p>
 
<?php /* RE-enable if advanced options added: <p><span id="showadvanced" style="margin-left: 1em;"><a href="#">Advanced</a></span></p> */ ?>
 
<?php
 
<?php 
 

	
 
/* Show/hide Advanced Options: <p><span id="showadvanced" style="margin-left: 1em;"><a href="#">Advanced</a></span></p> */ 
 

	
 
$inputPage->showSchoolInstructions();
 
$inputPage->foot();
 

	
school.d/calvin.inc
Show inline comments
 
@@ -44,7 +44,7 @@ function calvin_instructions_html()
 
	Using the Auto-Complete function
 
</h3>
 
<p>
 
	Note: For best results, use <b>Firefox</b> or <b>Google Chrome</b> or <b>Safari</b>.
 
	Note: For best results, use <strong>Firefox</strong>, <strong>Google Chrome</strong>, or <strong>Safari</strong>.
 
</p>
 
<ol>
 
  <li>Determine the classes you wish to take next semester.</li>
school.d/cedarville.inc
Show inline comments
 
@@ -32,16 +32,16 @@ function cedarville_info()
 
function cedarville_instructions_html()
 
{
 
  return <<<EOF
 
<h2>Cedarville-specific Instructions</h2>
 
<h2>Instructions</h2>
 
<p>
 
  SlatePermutate can be a useful tool for scheduling your next semester at <a href="http://cedarville.edu/" target="_blank">Cedarville University</a>.
 
  SlatePermutate can be a useful tool for scheduling your next semester at <a href="http://cedarville.edu/" rel="external">Cedarville University</a>.
 
</p>
 
<ol>
 
  <li> <strong>Talk to your advisor</strong> and figure out which courses you need to take. Use the <a href="http://www.cedarville.edu/courses/schedule/">course list</a> to see what's available.</li>
 
  <li>Enter the course ID, such as PHYS-1020, in the Class ID blank. You will see a list of auto-suggestions.</li>
 
  <li><strong>You must click on the auto-suggested item</strong> to automatically add all sections of the class.</li>
 
  <li>Submit your schedule and view all of the different permutations of your schedule.</li>
 
  <li>Wait until it's your turn to register and grab your preferred sections before they fill up!</li>
 
  <li><strong>Schedule a meeting with your advisor to review your schedule.</strong></li>
 
  <li>When it's time to register, check the "Show Synonyms" box on your schedule and enter your course synonyms into the registration interface.</li>
 
</ol> <!--'-->
 
EOF;
 
}
0 comments (0 inline, 0 general)