[LON-CAPA-cvs] cvs: loncom /interface/statistics loncorrectproblemplot.pm longradinganalysis.pm lonproblemanalysis.pm lonproblemstatistics.pm lonstudentassessment.pm lonstudentsubmissions.pm lonsubmissiontimeanalysis.pm lonsurveyreports.pm

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 01 May 2006 19:29:14 -0000


albertel		Mon May  1 15:29:14 2006 EDT

  Modified files:              
    /loncom/interface/statistics	loncorrectproblemplot.pm 
                                	longradinganalysis.pm 
                                	lonproblemanalysis.pm 
                                	lonproblemstatistics.pm 
                                	lonstudentassessment.pm 
                                	lonstudentsubmissions.pm 
                                	lonsubmissiontimeanalysis.pm 
                                	lonsurveyreports.pm 
  Log:
  - update statistics calls to bread crumbs
  
  
Index: loncom/interface/statistics/loncorrectproblemplot.pm
diff -u loncom/interface/statistics/loncorrectproblemplot.pm:1.18 loncom/interface/statistics/loncorrectproblemplot.pm:1.19
--- loncom/interface/statistics/loncorrectproblemplot.pm:1.18	Thu Apr  7 02:56:24 2005
+++ loncom/interface/statistics/loncorrectproblemplot.pm	Mon May  1 15:29:13 2006
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: loncorrectproblemplot.pm,v 1.18 2005/04/07 06:56:24 albertel Exp $
+# $Id: loncorrectproblemplot.pm,v 1.19 2006/05/01 19:29:13 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -288,7 +288,7 @@
     ##
     ## Environment variable initialization
     my $Str;
-    $Str .= &Apache::lonhtmlcommon::breadcrumbs(undef,'Correct Problems Plot');
+    $Str .= &Apache::lonhtmlcommon::breadcrumbs('Correct Problems Plot');
     $Str .= '<p>';
     #
     $Str .= '<table cellspacing="5">'."\n";
Index: loncom/interface/statistics/longradinganalysis.pm
diff -u loncom/interface/statistics/longradinganalysis.pm:1.3 loncom/interface/statistics/longradinganalysis.pm:1.4
--- loncom/interface/statistics/longradinganalysis.pm:1.3	Tue Feb 14 17:12:46 2006
+++ loncom/interface/statistics/longradinganalysis.pm	Mon May  1 15:29:13 2006
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: longradinganalysis.pm,v 1.3 2006/02/14 22:12:46 albertel Exp $
+# $Id: longradinganalysis.pm,v 1.4 2006/05/01 19:29:13 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -299,8 +299,7 @@
     $output_selector .= '</select>'.$/;
 
     my $str = '';
-    $str .= &Apache::lonhtmlcommon::breadcrumbs
-        (undef,'Detailed Grading Statistics');
+    $str .= &Apache::lonhtmlcommon::breadcrumbs('Detailed Grading Statistics');
     $str .= '<table cellspacing="5">'."\n";
     $str .= '<tr>';
     $str .= '<td align="center"><b>'.&mt('Sections').'</b></td>';
Index: loncom/interface/statistics/lonproblemanalysis.pm
diff -u loncom/interface/statistics/lonproblemanalysis.pm:1.124 loncom/interface/statistics/lonproblemanalysis.pm:1.125
--- loncom/interface/statistics/lonproblemanalysis.pm:1.124	Sat Feb  4 14:06:53 2006
+++ loncom/interface/statistics/lonproblemanalysis.pm	Mon May  1 15:29:13 2006
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonproblemanalysis.pm,v 1.124 2006/02/04 19:06:53 bowersj2 Exp $
+# $Id: lonproblemanalysis.pm,v 1.125 2006/05/01 19:29:13 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1823,8 +1823,7 @@
     ##
     ## Build the menu
     my $Str = '';
-    $Str .= &Apache::lonhtmlcommon::breadcrumbs
-        (undef,'Detailed Problem Analysis');
+    $Str .= &Apache::lonhtmlcommon::breadcrumbs('Detailed Problem Analysis');
     $Str .= '<table cellspacing="5">'."\n";
     $Str .= '<tr>';
     $Str .= '<td align="center"><b>'.&mt('Sections').'</b></td>';
Index: loncom/interface/statistics/lonproblemstatistics.pm
diff -u loncom/interface/statistics/lonproblemstatistics.pm:1.106 loncom/interface/statistics/lonproblemstatistics.pm:1.107
--- loncom/interface/statistics/lonproblemstatistics.pm:1.106	Sun Feb  5 14:10:28 2006
+++ loncom/interface/statistics/lonproblemstatistics.pm	Mon May  1 15:29:13 2006
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonproblemstatistics.pm,v 1.106 2006/02/05 19:10:28 bowersj2 Exp $
+# $Id: lonproblemstatistics.pm,v 1.107 2006/05/01 19:29:13 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -608,8 +608,8 @@
     &parse_field_selection();
     #
     my $Str = '';
-    $Str .= &Apache::lonhtmlcommon::breadcrumbs
-        (undef,'Overall Problem Statistics','Statistics_Overall_Key');
+    $Str .= &Apache::lonhtmlcommon::breadcrumbs('Overall Problem Statistics',
+						'Statistics_Overall_Key');
     $Str .= '<table cellspacing="5">'."\n";
     $Str .= '<tr>';
     $Str .= '<td align="center"><b>'.&mt('Sections').'</b></td>';
Index: loncom/interface/statistics/lonstudentassessment.pm
diff -u loncom/interface/statistics/lonstudentassessment.pm:1.137 loncom/interface/statistics/lonstudentassessment.pm:1.138
--- loncom/interface/statistics/lonstudentassessment.pm:1.137	Fri Apr 28 17:58:33 2006
+++ loncom/interface/statistics/lonstudentassessment.pm	Mon May  1 15:29:13 2006
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonstudentassessment.pm,v 1.137 2006/04/28 21:58:33 albertel Exp $
+# $Id: lonstudentassessment.pm,v 1.138 2006/05/01 19:29:13 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -314,7 +314,7 @@
 #######################################################
 sub CreateInterface {
     my $Str = '';
-    $Str .= &Apache::lonhtmlcommon::breadcrumbs(undef,'Chart');
+    $Str .= &Apache::lonhtmlcommon::breadcrumbs('Chart');
 #    $Str .= &CreateLegend();
     $Str .= '<table cellspacing="5">'."\n";
     $Str .= '<tr>';
Index: loncom/interface/statistics/lonstudentsubmissions.pm
diff -u loncom/interface/statistics/lonstudentsubmissions.pm:1.42 loncom/interface/statistics/lonstudentsubmissions.pm:1.43
--- loncom/interface/statistics/lonstudentsubmissions.pm:1.42	Sat Apr 29 14:01:17 2006
+++ loncom/interface/statistics/lonstudentsubmissions.pm	Mon May  1 15:29:13 2006
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonstudentsubmissions.pm,v 1.42 2006/04/29 18:01:17 albertel Exp $
+# $Id: lonstudentsubmissions.pm,v 1.43 2006/05/01 19:29:13 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1081,8 +1081,7 @@
     ##
     ## Environment variable initialization
     my $Str = '';
-    $Str .= &Apache::lonhtmlcommon::breadcrumbs
-        (undef,'Student Submission Reports');
+    $Str .= &Apache::lonhtmlcommon::breadcrumbs('Student Submission Reports');
     $Str .= '<p>';
     $Str .= '<table cellspacing="5">'."\n";
     $Str .= '<tr>';
Index: loncom/interface/statistics/lonsubmissiontimeanalysis.pm
diff -u loncom/interface/statistics/lonsubmissiontimeanalysis.pm:1.24 loncom/interface/statistics/lonsubmissiontimeanalysis.pm:1.25
--- loncom/interface/statistics/lonsubmissiontimeanalysis.pm:1.24	Tue Apr 19 09:59:35 2005
+++ loncom/interface/statistics/lonsubmissiontimeanalysis.pm	Mon May  1 15:29:13 2006
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonsubmissiontimeanalysis.pm,v 1.24 2005/04/19 13:59:35 matthew Exp $
+# $Id: lonsubmissiontimeanalysis.pm,v 1.25 2006/05/01 19:29:13 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -395,7 +395,7 @@
     ##
     ## Build the menu
     my $Str = '';
-    $Str .= &Apache::lonhtmlcommon::breadcrumbs(undef,'Submission Time Plots');
+    $Str .= &Apache::lonhtmlcommon::breadcrumbs('Submission Time Plots');
     $Str .= '<p>';
     $Str .= '<table cellspacing="5">'."\n";
     $Str .= '<tr>';
Index: loncom/interface/statistics/lonsurveyreports.pm
diff -u loncom/interface/statistics/lonsurveyreports.pm:1.10 loncom/interface/statistics/lonsurveyreports.pm:1.11
--- loncom/interface/statistics/lonsurveyreports.pm:1.10	Tue Feb 14 10:44:25 2006
+++ loncom/interface/statistics/lonsurveyreports.pm	Mon May  1 15:29:13 2006
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonsurveyreports.pm,v 1.10 2006/02/14 15:44:25 albertel Exp $
+# $Id: lonsurveyreports.pm,v 1.11 2006/05/01 19:29:13 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -606,8 +606,7 @@
         $output_selector.= '>'.$output_format->{'text'}.'</option>'.$/;
     }
     $output_selector .= '</select>'.$/;
-    $Str .= &Apache::lonhtmlcommon::breadcrumbs
-        (undef,'Student Submission Reports');
+    $Str .= &Apache::lonhtmlcommon::breadcrumbs('Student Submission Reports');
     $Str .= '<p>';
     $Str .= '<table cellspacing="5">'."\n";
     $Str .= '<tr>';