--- loncom/interface/lonprintout.pm 2002/08/12 18:06:55 1.50 +++ loncom/interface/lonprintout.pm 2002/09/16 20:38:46 1.67 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.50 2002/08/12 18:06:55 albertel Exp $ +# $Id: lonprintout.pm,v 1.67 2002/09/16 20:38:46 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -43,10 +43,16 @@ use strict; use Apache::Constants qw(:common :http); use Apache::lonxml; use Apache::lonnet; +use Apache::loncommon; use Apache::inputtags; +use Apache::grades; use Apache::edit; use Apache::File(); use POSIX qw(strftime); +use GDBM_File; + + +my %hash; sub headerform { @@ -58,33 +64,49 @@ sub headerform {
- -