2000-06-18 23:52:50 +00:00
|
|
|
<?
|
|
|
|
$pageName = 'News Archives';
|
2007-03-09 17:16:17 +00:00
|
|
|
$currPage = 'news';
|
|
|
|
$modules = 'news_search'; // Modules to display
|
2000-06-18 23:52:50 +00:00
|
|
|
require "parts/preamble.php"; // Load most of document
|
|
|
|
?>
|
2007-03-09 17:16:17 +00:00
|
|
|
<DIV class="newsBox">
|
|
|
|
<DIV class="newsTitle"><H2>News Archives</H2></DIV>
|
|
|
|
<?
|
|
|
|
if ($month || $year) {
|
|
|
|
monthlyNews ($month, $year);
|
|
|
|
} else {
|
|
|
|
if ($string) {
|
|
|
|
searchNews ($string);
|
2000-06-18 23:52:50 +00:00
|
|
|
} else {
|
2007-03-09 17:16:17 +00:00
|
|
|
newsItem ('now', 'Web Server', 'Go ahead, tough guy...use one of the forms to search the old news.');
|
2000-06-18 23:52:50 +00:00
|
|
|
}
|
2007-03-09 17:16:17 +00:00
|
|
|
}
|
|
|
|
?>
|
|
|
|
</DIV>
|
2000-06-18 23:52:50 +00:00
|
|
|
<?
|
|
|
|
require "parts/postamble.php"; // Finish this sucker up
|
|
|
|
?>
|