'; for ($i=0;$i Quill
Quill
Contents of this Site: '.make_select("context",$context,array("Statistics","Timeline","Journal","New Discipline","Path of the Witness")); if ($context=="Statistics") { echo "
for the year ".make_select("year",$year,array(1203,1213,1239,1259,1274,1314,1358,1363,1375,1423,1478,1523,1729,1756,1773,1814,1843,1915,1931)); } if ($context=="Journal") { echo "
for the year ".make_select("year",$year,array(1203,1205,1213,1314,1363,1413,1484,1523,1543,1632,1678,1734,1773,1814,1843,1915)); } echo '

'; } function show_footer() { echo "
\n"; } /* Begin main routines */ if (! isset($year)) { $year=1203; } if (! isset($context)) { $context="Journal"; } show_header($context,$year); switch ($context) { case "Journal": include("Journal.php3"); break; case "Timeline": include("Timeline.html"); break; case "Path of the Witness": include("Witness.html"); break; case "New Discipline": include("Disciplines.html"); break; case "Statistics": include("Statistics.php3"); break; } show_footer(); ?>