[LON-CAPA-cvs] cvs: rat / lonsequence.pm loncom/interface lonpreferences.pm lonquickgrades.pm selfenroll.pm loncom/interface/statistics lonpercentage.pm
bisitz
bisitz@source.lon-capa.org
Sat, 16 May 2009 23:21:12 -0000
bisitz Sat May 16 23:21:12 2009 EDT
Modified files:
/loncom/interface lonpreferences.pm lonquickgrades.pm selfenroll.pm
/loncom/interface/statistics lonpercentage.pm
/rat lonsequence.pm
Log:
XHTML conform <br />
Index: loncom/interface/lonpreferences.pm
diff -u loncom/interface/lonpreferences.pm:1.162 loncom/interface/lonpreferences.pm:1.163
--- loncom/interface/lonpreferences.pm:1.162 Tue May 12 15:20:23 2009
+++ loncom/interface/lonpreferences.pm Sat May 16 23:21:00 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Preferences
#
-# $Id: lonpreferences.pm,v 1.162 2009/05/12 15:20:23 bisitz Exp $
+# $Id: lonpreferences.pm,v 1.163 2009/05/16 23:21:00 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -994,7 +994,7 @@
if (&Apache::lonnet::homeserver($msuser,$msdomain) ne 'no_host') {
$newscreen.=$msuser.':'.$msdomain.',';
} else {
- $message.= &mt('No such user: ').'<tt>'.$msuser.':'.$msdomain.'</tt><br>';
+ $message.= &mt('No such user: ').'<tt>'.$msuser.':'.$msdomain.'</tt><br />';
}
}
}
Index: loncom/interface/lonquickgrades.pm
diff -u loncom/interface/lonquickgrades.pm:1.47 loncom/interface/lonquickgrades.pm:1.48
--- loncom/interface/lonquickgrades.pm:1.47 Thu Feb 26 16:17:30 2009
+++ loncom/interface/lonquickgrades.pm Sat May 16 23:21:00 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Quick Student Grades Display
#
-# $Id: lonquickgrades.pm,v 1.47 2009/02/26 16:17:30 schafran Exp $
+# $Id: lonquickgrades.pm,v 1.48 2009/05/16 23:21:00 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -297,8 +297,8 @@
$title = $showPoints ? "Points" : "Parts Done";
my $totaltitle = $showPoints ? &mt("Awarded Total Points") : &mt("Total Parts Done");
$r->print(&Apache::loncommon::start_data_table_row()
- .'<td colspan="2" align="right">'.$totaltitle.': <b>'.$totalRight.'</b><br>');
- $r->print(&mt("Max Possible To Date")." $maxHelpLink: <b>$totalPossible</b><br>");
+ .'<td colspan="2" align="right">'.$totaltitle.': <b>'.$totalRight.'</b><br />');
+ $r->print(&mt('Max Possible To Date')." $maxHelpLink: <b>$totalPossible</b><br />");
$title = $showPoints ? "Points" : "Parts";
$r->print(&mt("Total $title In Course").': <b>'.$totalParts.'</b></td>'
.&Apache::loncommon::end_data_table_row());
Index: loncom/interface/selfenroll.pm
diff -u loncom/interface/selfenroll.pm:1.17 loncom/interface/selfenroll.pm:1.18
--- loncom/interface/selfenroll.pm:1.17 Tue Feb 10 15:48:28 2009
+++ loncom/interface/selfenroll.pm Sat May 16 23:21:00 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Allow users to self-enroll in a course
#
-# $Id: selfenroll.pm,v 1.17 2009/02/10 15:48:28 bisitz Exp $
+# $Id: selfenroll.pm,v 1.18 2009/05/16 23:21:00 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -404,7 +404,7 @@
my $output;
if ($curr_role{'status'} eq 'active') {
my $rolelink = &jump_to_role($curr_role{'role'});
- $output = &mt('You already have an active student role (section: "[_1]") in this course.',$curr_role{'section'}).'<br>'.$rolelink;
+ $output = &mt('You already have an active student role (section: "[_1]") in this course.',$curr_role{'section'}).'<br />'.$rolelink;
} elsif ($curr_role{'status'} eq 'future') {
$output = &mt('You have a student role (section: "[_1]") in this course which will become active [_2].',$curr_role{'section'},$curr_role{'start'});
}
Index: loncom/interface/statistics/lonpercentage.pm
diff -u loncom/interface/statistics/lonpercentage.pm:1.11 loncom/interface/statistics/lonpercentage.pm:1.12
--- loncom/interface/statistics/lonpercentage.pm:1.11 Fri Dec 12 10:01:30 2008
+++ loncom/interface/statistics/lonpercentage.pm Sat May 16 23:21:07 2009
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonpercentage.pm,v 1.11 2008/12/12 10:01:30 bisitz Exp $
+# $Id: lonpercentage.pm,v 1.12 2009/05/16 23:21:07 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -62,7 +62,7 @@
}
my ($Ptr, $percentage) = &GraphData(\%cache, $students,$r);
- $r->print($Ptr.'<br>');
+ $r->print($Ptr.'<br />');
$r->print(&TableData(\%cache, $percentage));
Index: rat/lonsequence.pm
diff -u rat/lonsequence.pm:1.38 rat/lonsequence.pm:1.39
--- rat/lonsequence.pm:1.38 Sat Apr 4 21:46:02 2009
+++ rat/lonsequence.pm Sat May 16 23:21:12 2009
@@ -2,7 +2,7 @@
#
# Sequence Handler
#
-# $Id: lonsequence.pm,v 1.38 2009/04/04 21:46:02 bisitz Exp $
+# $Id: lonsequence.pm,v 1.39 2009/05/16 23:21:12 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -170,7 +170,7 @@
if ($successtied) {
$r->print('</form>');
} else {
- $r->print('<br>');
+ $r->print('<br />');
}
}
}