--- loncom/cgi/clusterstatus.pl 2003/08/05 18:47:21 1.17 +++ loncom/cgi/clusterstatus.pl 2003/08/13 21:41:47 1.18 @@ -3,7 +3,7 @@ $|=1; # The LearningOnline Network with CAPA # Cluster Status # -# $Id: clusterstatus.pl,v 1.17 2003/08/05 18:47:21 www Exp $ +# $Id: clusterstatus.pl,v 1.18 2003/08/13 21:41:47 www Exp $ use lib '/home/httpd/lib/perl/'; use LONCAPA::Configuration; @@ -212,6 +212,11 @@ sub server { print &otherwindow($local,'/server-status','Server Status'); } +sub announcement { + my $local=shift; + print &otherwindow($local,'/announcement.txt','Announcement'); +} + # ========================================================= Produce a green bar sub bar { my $parm=shift; @@ -236,6 +241,7 @@ $local $hostdom{$local} ($hostna ENDHEADER &login($local);&server($local);&users($local);&versions($local); + &announcement($local); &loncron($local);&lond($local);&lonc($local);&runloncron($local); print ""; if ($trouble) {