# HG changeset patch
# User Ethan Zonca 
# Date 2010-11-16 00:07:35
# Node ID 4a879ea2e1b64782b4f271a949413848ee61a34d
# Parent  a7e66144bf5415c8a7ef7ca5e814b07fafadd711
XHTML fixes, CU-specific instruction changes, removed IE-specific warning as autocompletion now works in IE
diff --git a/index.php b/index.php
--- a/index.php
+++ b/index.php
@@ -23,7 +23,7 @@
 ?>
 
 Find the schedule that works for you!
-View demo output or get started on your own. This program was created by Calvin College and Cedarville University students. SlatePermutate works with any college or university.
+View demo output or get started on your own. This program was created by Calvin College and Cedarville University students. SlatePermutate works with any college or university.
 
 
 ! To get started, enter in some of your
   class IDs, and click the autosuggestion to add available sections for each class.
 
-
+
 
 
  
-Advanced */ ?>
-Advanced */ 
+
 $inputPage->showSchoolInstructions();
 $inputPage->foot();
 
diff --git a/school.d/calvin.inc b/school.d/calvin.inc
--- a/school.d/calvin.inc
+++ b/school.d/calvin.inc
@@ -44,7 +44,7 @@ function calvin_instructions_html()
 	Using the Auto-Complete function
 
 
-	Note: For best results, use Firefox or Google Chrome or Safari.
+	Note: For best results, use Firefox, Google Chrome, or Safari.
 
 
   - Determine the classes you wish to take next semester.
 
diff --git a/school.d/cedarville.inc b/school.d/cedarville.inc
--- a/school.d/cedarville.inc
+++ b/school.d/cedarville.inc
@@ -32,16 +32,16 @@ function cedarville_info()
 function cedarville_instructions_html()
 {
   return <<Cedarville-specific Instructions
+Instructions
 
-  SlatePermutate can be a useful tool for scheduling your next semester at Cedarville University.
+  SlatePermutate can be a useful tool for scheduling your next semester at Cedarville University.
 
 
-  -  Talk to your advisor and figure out which courses you need to take. Use the course list to see what's available.
 
   - Enter the course ID, such as PHYS-1020, in the Class ID blank. You will see a list of auto-suggestions.
 
   - You must click on the auto-suggested item to automatically add all sections of the class.
 
   - Submit your schedule and view all of the different permutations of your schedule.
 
-  - Wait until it's your turn to register and grab your preferred sections before they fill up!
 
+  - Schedule a meeting with your advisor to review your schedule.
 
+  - When it's time to register, check the "Show Synonyms" box on your schedule and enter your course synonyms into the registration interface.
 
 
 
 EOF;
 }