<?php
/********************

   Engsoc PHP Registry

 Copyright 2000 Philip Steinke and Kevin Everets
 Licensed under the GNU General Public License

********************/ 
include ('includes/header.inc.php');
disp_header("Registry Announcements");
if (!
check_auth()) {
echo <<<EOM
<!-- <h3>
    IMPORTANT NOTE (Maintenance Downtime)
</h3>
<p>
    Clarkhall.ca will be going down for maintenance today (April 28th) at 13:00 EDT.<br>
    This is to move the server to the new machine (we've been running on a loaner since the big crash a month or so ago).<br>
    Thanks for your patience.  We'll get it back up as soon as possible.
</p> -->
<h3>
    IMPORTANT NOTE (Unplanned downtime (Dec 28th - January 5th)
</h3>
<p>
    Clarkhall.ca experianced some unexpected downtime due to power problems at Queen's University over the December break<br>
    We (the alumni administrators) were only able to recently contact Engsoc's IT department to have them restart the server.<br>
    We intend to work with them over the next few weeks to determine what can be done to avoid such a situation in future. <br>
    Our appologies for any inconvenience this may have caused. <br><br>
    Outages:<br>
    <ul>
    <li>December 28th to January 5th - power problems in Clarkhall </li>
    <li>January 6th   to January 8th - more power problems in Clarkhall </li>
    </ul>
    If you wish to leave me/us a note regardig this service, please e-mail us at ( root  @ clarkhall.ca ).<br>
    Thanks for your patience and understanding.<br>
    James Clendenan
</p> 
EOM;
    
disp_not_logged_in();
}
disp_navbar();
?>
<p>
    The goal for this section is to allow you to post your own announcements
    for other alumni (all of them, or just those in your year).
</p>
<p>
    If you're interested in seeing this happen, get involved with
    development!
</p>
<?php include ('includes/footer.inc.php'); ?>