# (3) Re-did as a client which gets info from the spong-server (07/24/1997)
# (4) Did a whole bunch of stuff (Ed Hill, 06/18/1998)
#
-# $Id: www-spong.pl,v 1.20 2001/04/17 02:58:12 sljohnson Exp $
+# $Id: www-spong.pl,v 1.21 2003/01/29 23:00:12 sljohnson Exp $
use Sys::Hostname;
use Getopt::Long;
print "<frameset cols=\"240,*\" border=5 frameboard=no>";
print "<frame src=\"$main::WWWSPONG/ovcommands/\" marginwidth=5 ";
print "marginheight=5 noshade>\n";
- print "<frame src=\"$main::WWWSPONG/igrp-summary/\" marginwidth=10 ";
+
+ if ($main::WWW_OVERVIEW == 1) {
+ print "<frame src=\"$main::WWWSPONG/igrp-overview/\" marginwidth=10 ";
+ } else {
+ print "<frame src=\"$main::WWWSPONG/igrp-summary/\" marginwidth=10 ";
+ }
+
print "marginheight=5 noshade name=\"right\" border=1>\n";
print "</frameset>\n";
print "<noframe>\n";
}
print "<hr>\n";
- print "<a href=\"$main::WWWACK\">Ack</a> || \n";
+ print "<a href=\"$main::WWWACK/$group\">Ack</a> || \n";
print "<a href=\"$me/isummary/$group\">Summary</a> || \n";
print "<a href=\"$me/ihistory/$group\">History</a> || \n";
print "<a href=\"$me/help\">Help</a>\n";