Next
/
Previous
/ What is this about?
/ NMTCC Projects
schedweb: Index page layout
The index page lists the departments in a 3-column format.
Since many browsers do not yet support tables, we use the
<pre> tag to get fixed-column output.
Each slot will occupy 25 characters, giving a total width of
75 characters:
- The first five characters will contain the department code,
followed by one space.
- The next 20 characters will contain the department name,
left justified with blank fill, preferably shorter than 20
so that there will space between the columns.
The page will
start with a <pre> tag, followed by the lines of the
index, with each code and name being a link to the related department
page.
Next: schedweb: Department page layout
See also: schedweb: Output file layout
Contents:
schedweb, a program for displaying class schedules on the
Web
Home:
New Mexico Tech Computer Center
projects documentation
John Shipman, john@nmt.edu
Last updated: 1996/03/03 20:15:06
URL: http://www.nmt.edu/tcc/projects/schedweb/indexpage.html