[LON-CAPA-cvs] cvs: loncom /interface lonchart.pm

Gerd Kortemeyer lon-capa-cvs@mail.lon-capa.org
Tue, 02 Jul 2002 18:15:36 -0400


While working on datestamp: it would be nice if that was actually the datestamp
of the last calculation, not just "now".

stredwic wrote:

> stredwic                Tue Jul  2 17:48:36 2002 EDT
>
>   Modified files:
>     /loncom/interface   lonchart.pm
>   Log:
>   Moved date stamp back onto its own line.  In mozilla it overlapped
>   with the picture in the corner.
>
>
> Index: loncom/interface/lonchart.pm
> diff -u loncom/interface/lonchart.pm:1.51 loncom/interface/lonchart.pm:1.52
> --- loncom/interface/lonchart.pm:1.51   Tue Jul  2 17:34:40 2002
> +++ loncom/interface/lonchart.pm        Tue Jul  2 17:48:36 2002
> @@ -1,7 +1,7 @@
>  # The LearningOnline Network with CAPA
>  # (Publication Handler
>  #
> -# $Id: lonchart.pm,v 1.51 2002/07/02 21:34:40 stredwic Exp $
> +# $Id: lonchart.pm,v 1.52 2002/07/02 21:48:36 stredwic Exp $
>  #
>  # Copyright Michigan State University Board of Trustees
>  #
> @@ -410,8 +410,8 @@
>      $Str .= '<body bgcolor="#FFFFFF">';
>      $Str .= '<script>window.focus();</script>';
>      $Str .= '<img align=right src=/adm/lonIcons/lonlogos.gif>';
> -    $Str .= '<h1><pre>Assessment Chart'.(' 'x8).localtime();
> -    $Str .= '</pre></h1>';
> +    $Str .= '<h1>Assessment Chart</h1>';
> +    $Str .= '<h3>'.localtime().'</h3>';
>      $Str .= '<h1>'.$ENV{'course.'.$ENV{'request.course.id'}.'.description'};
>      $Str .= '</h1>';
>
>
> _______________________________________________
> LON-CAPA-cvs mailing list
> LON-CAPA-cvs@mail.lon-capa.org
> http://mail.lon-capa.org/mailman/listinfo/lon-capa-cvs