--- loncom/interface/lonprintout.pm 2002/05/21 00:44:03 1.30 +++ loncom/interface/lonprintout.pm 2002/09/10 20:14:35 1.59 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.30 2002/05/21 00:44:03 albertel Exp $ +# $Id: lonprintout.pm,v 1.59 2002/09/10 20:14:35 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -43,10 +43,12 @@ 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); sub headerform { @@ -58,43 +60,262 @@ sub headerform {