--- loncom/interface/lonprintout.pm 2002/07/22 20:04:16 1.40 +++ loncom/interface/lonprintout.pm 2002/09/20 20:32:42 1.73 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.40 2002/07/22 20:04:16 sakharuk Exp $ +# $Id: lonprintout.pm,v 1.73 2002/09/20 20:32:42 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -43,10 +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 Apache::lonnavmaps; use POSIX qw(strftime); +use GDBM_File; + + +my %hash; sub headerform { @@ -58,35 +65,51 @@ sub headerform {
- -