Diff for /loncom/interface/statistics/lonproblemanalysis.pm between versions 1.37 and 1.38

version 1.37, 2003/10/14 21:58:25 version 1.38, 2003/10/14 22:02:49
Line 425  sub time_analysis { Line 425  sub time_analysis {
         $table.="<tr><td>".$plothtml.'</td><td align="left" valign="top">'.          $table.="<tr><td>".$plothtml.'</td><td align="left" valign="top">'.
             "<b>Start Time</b>: &nbsp;".$startdateform."<br />".              "<b>Start Time</b>: &nbsp;".$startdateform."<br />".
             "<b>End Time</b>&nbsp;&nbsp;: "."&nbsp;".$enddateform."<br />".              "<b>End Time</b>&nbsp;&nbsp;: "."&nbsp;".$enddateform."<br />".
             '<b>Plot Title</b>&nbsp;&nbsp;:'.              '<b>Plot Title</b>&nbsp;&nbsp;:'.("&nbsp;"x3).
             '<input type="text" size="30" name="plottitle_'.$i.'" value="'.              '<input type="text" size="30" name="plottitle_'.$i.'" value="'.
                   &HTML::Entities::encode($plottitle).'" /><br />'.                    &HTML::Entities::encode($plottitle).'" /><br />'.
             "</td></tr>\n";              "</td></tr>\n";

Removed from v.1.37  
changed lines
  Added in v.1.38


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>