--- loncom/interface/lonprintout.pm 2002/02/21 04:12:16 1.14 +++ loncom/interface/lonprintout.pm 2002/09/11 20:18:08 1.61 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.14 2002/02/21 04:12:16 albertel Exp $ +# $Id: lonprintout.pm,v 1.61 2002/09/11 20:18:08 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -43,11 +43,17 @@ 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 { my $r = shift; @@ -58,20 +64,255 @@ sub headerform {