--- capa/capa51/Discuss/Ver1.3/Attic/capadiscuss 1999/09/28 21:27:46 1.1
+++ capa/capa51/Discuss/Ver1.3/Attic/capadiscuss 2000/01/31 18:34:12 1.7
@@ -1,13 +1,15 @@
#!/usr/ucb/perl
#
# CAPA Discussion Forum
-# version 1.3
+# version 1.3.0
#
# Michigan State University
# Department of Physics and Astronomy
#
# Ryan J. Shaltry
# tech4@msue.msu.edu
+# Guy Albertelli
+# albertel@msu.edu
print "Content-type: text/html\n\n";
@@ -54,7 +56,7 @@ if ($debug) {print "GetTeacherInfo
";
&GetTeacherInfo;
if($debug) {$BenchmarkTb = new Benchmark;print "
",timestr(timediff($BenchmarkTb,$BenchmarkTa)),"\n";}
- # check for valid studentnumber/capaid
+ # check for valid studentnumber/capaid, an exit will occur here if the set wasn't open
if ($debug) {print "ValidateUser
";$BenchmarkTa = new Benchmark;}
&ValidateUser;
if($debug) {$BenchmarkTb = new Benchmark;print "
",timestr(timediff($BenchmarkTb,$BenchmarkTa)),"\n";}
@@ -100,12 +102,57 @@ exit;
#######################
## Begin Subroutines ##
#######################
+sub GetSetList {
+ opendir(DDIR,"$capadir/$class/discussion");
+ @sets = grep(/^[0-9]+$/,sort(readdir(DDIR)));
+ closedir(DDIR);
+ if ($debug) {print "
Sets:". @sets ."
\n";}
+}
+
+sub SetListHeader {
+ $pdset = "\n";
+}
+
+sub GetInfoList {
+ local(@temp,@alldir,@setdir);
+# if ($debug) {print "
GetInfoList
";}
+ opendir(DDIR,"$capadir/$class/discussion");
+ @alldir = sort(grep(/.info$/,readdir(DDIR)));
+ closedir(DDIR);
+
+ opendir(FORUM,"$capadir/$class/discussion/$setid");
+ @setdir = sort(grep(/.info$/,readdir(FORUM)));
+ closedir(FORUM);
+
+ foreach $file(@setdir) { @setdir2 = (@setdir2,"$setid/$file"); }
+ @infofiles = (@alldir,@setdir2);
+ $infostring = "";
+# if ($debug) {print "
GetInfoList" . @infofiles."
";}
+ foreach $infofile(@infofiles) {
+# if ($debug) {print "
GetInfoList" . $infofile."
";}
+ @temp = reverse split /\//, $infofile;
+ $infodesc = $temp[0];
+ $infodesc =~ s/.info//g;
+ $infodesc =~ s/_/ /g;
+ $infostring .= &InfoButtonHTML;
+ }
+ if ($infostring ne "") {
+ # $infostring = "