--- loncom/interface/lonprintout.pm 2001/12/19 17:17:46 1.11 +++ loncom/interface/lonprintout.pm 2002/07/23 14:09:45 1.41 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.11 2001/12/19 17:17:46 albertel Exp $ +# $Id: lonprintout.pm,v 1.41 2002/07/23 14:09:45 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -43,8 +43,10 @@ use strict; use Apache::Constants qw(:common :http); use Apache::lonxml; use Apache::lonnet; +use Apache::inputtags; +use Apache::edit; use Apache::File(); - +use POSIX qw(strftime); sub headerform { @@ -56,27 +58,61 @@ sub headerform {