Diff for /loncom/interface/lonsupportreq.pm between versions 1.22 and 1.23

version 1.22, 2004/12/31 20:29:27 version 1.23, 2005/02/17 08:29:43
Line 166  function initialize_codes() { Line 166  function initialize_codes() {
             }              }
         }          }
     }      }
       my $html=&Apache::lonxml::xmlbegin();
     $r->print(<<ENDHEAD);      $r->print(<<ENDHEAD);
 <html>  $html
 <head>  <head>
  <title>LON-CAPA support request</title>   <title>LON-CAPA support request</title>
 <script type"text/javascript">  <script type"text/javascript">
Line 663  Date/Time: $reporttime Line 664  Date/Time: $reporttime
 <font color="$fontcolor">URL: </font><font color="$vlinkcolor">$ENV{'form.sourceurl'}</font><br />  <font color="$fontcolor">URL: </font><font color="$vlinkcolor">$ENV{'form.sourceurl'}</font><br />
 <font color="$fontcolor">Date/Time: </font><font color="$vlinkcolor">$reporttime</font><br />  <font color="$fontcolor">Date/Time: </font><font color="$vlinkcolor">$reporttime</font><br />
     |;      |;
       my $html=&Apache::lonxml::xmlbegin();
     $r->print(<<"END");      $r->print(<<"END");
 <html>  $html
 <head>  <head>
  <title>LON-CAPA support request recorded</title>   <title>LON-CAPA support request recorded</title>
 </head>  </head>

Removed from v.1.22  
changed lines
  Added in v.1.23


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