Visual Docs - Class #3

Class Example #3: http://www.sscnet.ucla.edu/00S/poliscim141d-1/  
class3.gif

  1. Crosslisted classes should show both course numbers. Query dept, class number, section and course title from REGclasses table and show all. [Details]

  2. The date next to Announcements changes with the date of the announce.inc include file. The date_check function compares it with class creation date. [Details]

  3. Query office hours from hours table using term,srs & uid. Hours is a separate table because sometimes instructors have different office hours for different classes in the same term. [Details]

  4. Links to Registrar and Student Store are calculated and displayed for each crosslist, using class variables such as term, srs, dept & coursenum. [Details]