[LON-CAPA-cvs] cvs: loncom /interface/statistics lonpercentage.pm lonproblemanalysis.pm lonproblemstatistics.pm /xml lonxml.pm

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 13 Dec 2002 21:39:19 -0000


albertel		Fri Dec 13 16:39:19 2002 EDT

  Modified files:              
    /loncom/interface/statistics	lonpercentage.pm lonproblemanalysis.pm 
                                	lonproblemstatistics.pm 
    /loncom/xml	lonxml.pm 
  Log:
  - using png now
  
  
Index: loncom/interface/statistics/lonpercentage.pm
diff -u loncom/interface/statistics/lonpercentage.pm:1.2 loncom/interface/statistics/lonpercentage.pm:1.3
--- loncom/interface/statistics/lonpercentage.pm:1.2	Fri Aug 30 13:11:44 2002
+++ loncom/interface/statistics/lonpercentage.pm	Fri Dec 13 16:39:19 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # (Publication Handler
 #
-# $Id: lonpercentage.pm,v 1.2 2002/08/30 17:11:44 stredwic Exp $
+# $Id: lonpercentage.pm,v 1.3 2002/12/13 21:39:19 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -250,7 +250,7 @@
                  join(',',@percent), join(',', @percentCount));
 
     $Ptr .= '</form>'."\n";
-    $Ptr .= '<IMG src="/cgi-bin/graph.gif?'.(join('&', @GData));
+    $Ptr .= '<IMG src="/cgi-bin/graph.png?'.(join('&', @GData));
     $Ptr .= '" border="1" />';
     $Ptr .= '<form>'."\n";
 
Index: loncom/interface/statistics/lonproblemanalysis.pm
diff -u loncom/interface/statistics/lonproblemanalysis.pm:1.17 loncom/interface/statistics/lonproblemanalysis.pm:1.18
--- loncom/interface/statistics/lonproblemanalysis.pm:1.17	Wed Dec 11 16:39:57 2002
+++ loncom/interface/statistics/lonproblemanalysis.pm	Fri Dec 13 16:39:19 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # (Publication Handler
 #
-# $Id: lonproblemanalysis.pm,v 1.17 2002/12/11 21:39:57 minaeibi Exp $
+# $Id: lonproblemanalysis.pm,v 1.18 2002/12/13 21:39:19 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -436,7 +436,7 @@
     $GData  = $Titr.'&Concepts&Answers&'.$Max.'&'.$P_No.'&';
     $GData .= (join(',',@data1)).'&'.(join(',',@data2));
 
-    return '<IMG src="/cgi-bin/graph.gif?'.$GData.'" border=1/>';
+    return '<IMG src="/cgi-bin/graph.png?'.$GData.'" border=1/>';
 }
 
 sub DrawTable {
Index: loncom/interface/statistics/lonproblemstatistics.pm
diff -u loncom/interface/statistics/lonproblemstatistics.pm:1.38 loncom/interface/statistics/lonproblemstatistics.pm:1.39
--- loncom/interface/statistics/lonproblemstatistics.pm:1.38	Fri Dec  6 16:56:22 2002
+++ loncom/interface/statistics/lonproblemstatistics.pm	Fri Dec 13 16:39:19 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # (Publication Handler
 #
-# $Id: lonproblemstatistics.pm,v 1.38 2002/12/06 21:56:22 albertel Exp $
+# $Id: lonproblemstatistics.pm,v 1.39 2002/12/13 21:39:19 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -304,7 +304,7 @@
 
 #    $r->print('</form>'."\n");
     $r->print('<br>'."\n");
-    $r->print('<IMG src="/cgi-bin/graph.gif?'.
+    $r->print('<IMG src="/cgi-bin/graph.png?'.
               (join('&', @GData)).'" border="1" />');
 #    $r->print('<form>'."\n");
     $r->print('<br>'."\n");
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.220 loncom/xml/lonxml.pm:1.221
--- loncom/xml/lonxml.pm:1.220	Mon Dec  9 17:40:18 2002
+++ loncom/xml/lonxml.pm	Fri Dec 13 16:39:19 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # XML Parser Module 
 #
-# $Id: lonxml.pm,v 1.220 2002/12/09 22:40:18 albertel Exp $
+# $Id: lonxml.pm,v 1.221 2002/12/13 21:39:19 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -352,7 +352,7 @@
     if ($target eq 'web') {
         my %idhash=&Apache::lonnet::idrget($tudom,($tuname));
 	return 
- '<img align="right" src="/cgi-bin/barcode.gif?encode='.$token.'" />'.
+ '<img align="right" src="/cgi-bin/barcode.png?encode='.$token.'" />'.
                'Checked out for '.$plainname.
                '<br />User: '.$tuname.' at '.$tudom.
 	       '<br />ID: '.$idhash{$tuname}.