%html
%head
%meta{:"http-equiv" => "Author", :content => "Joel Ross"}
%meta{:"http-equiv" => "Description", :content => "Information for Computer Science Students. University of Puget Sound."}
%meta{:name =>"generator", :content=>"nanoc "+Nanoc::VERSION}
%title
= @item[:title]
%link{:href => relative_path_to('/stylesheets/courses_general_blue.css'), :rel => "stylesheet", :type => "text/css"}
%body
#container
#header
-# %p
-# Information for Computer Science Students • University of Puget Sound
-# %p
-# %i Quick Links:
-# %span.quicklinks
-# = link_to('Home',relative_path_to('/courses/cs161/'))
-# •
-# = link_to('Calendar', relative_path_to('/courses/cs161/')+"index.html#calendar")
-# •
-# = link_to('Labs', relative_path_to('/courses/cs161/lab/'))
-# •
-# = link_to('Homeworks', relative_path_to('/courses/cs161/hwk'))
-# •
-# = link_to('Resources', relative_path_to('/courses/cs161/')+"index.html#resources")
#content
= yield
#footer
%hr
%p
= link_to('Joel Ross', 'http://cs.pugetsound.edu/~jross')
•
= link_to('jross@pugetsound.edu', 'mailto:jross@pugetsound.edu')
- if @item[:credit]
%p= @item[:credit]
%p
Page Last Modified:
= @item.mtime
%p
= link_to('Mathematics and Computer Science Department', 'http://cs.pugetsound.edu/')
•
= link_to('University of Puget Sound', 'http://www.pugetsound.edu/')