# HG changeset patch # User nathang # Date 2010-10-18 12:05:13 # Node ID 1a43a95fe5cf7986b70d4b93a101633f2bdf00e0 # Parent 6d5ac3e54c66e0eadf4f6cbc9735e2543ae55452 updated calvin instructions diff --git a/school.d/calvin.inc b/school.d/calvin.inc --- a/school.d/calvin.inc +++ b/school.d/calvin.inc @@ -36,17 +36,28 @@ function calvin_info() function calvin_instructions_html() { return <<Calvin-specific Instructions -

+

Instructions

+ +

+ Using the Auto-Complete function +

    +
  1. Determine the classes you wish to take next semester.
  2. +
  3. Enter in the class numbers (e.g. MATH 101, CS 104) in the Class ID box.
  4. +
  5. Select a valid class number from the drop down menu.
  6. +
  7. Click anywhere outside of the box to automatically fill in the available section data for that class.
  8. +
  9. Repeat this process for each class.
  10. +
  11. Click "Find a Schedule" to view all possible schedules for next semester.
  12. +
+ EOF; }