Difference between revisions of "Content:Virtual List"

From Earlham CS Department
Jump to navigation Jump to search
(New page: *These are the virtual includes @ index.html - at main page. *Line 16 <nowiki><!--#include virtual="header-img.html"--></nowiki> *Line 17 <nowiki><!--#include virtual="header-menu.htm...)
 
 
(No difference)

Latest revision as of 12:50, 10 February 2009

  • These are the virtual includes @ index.html - at main page.
  • Line 16 <!--#include virtual="header-img.html"-->
  • Line 17 <!--#include virtual="header-menu.html"-->
    • Including header image and image menu - lines 16 and lines 17.
  • Line 117 <!--#include virtual = "newsblog.html"-->
    • News part; from the news blog website I believe.
  • Line 215 <!--#include virtual = "/~weather/currentWeather.html"-->
    • The include from the weather update site; at the bottom of the page.
  • Line 233 <!--#include virtual="footer.html"-->
    • The footer of the page; the copyright stuff and the links.</nowiki>