--- loncom/interface/loncommon.pm 2025/02/20 03:05:34 1.1459
+++ loncom/interface/loncommon.pm 2025/02/26 23:04:40 1.1466
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.1459 2025/02/20 03:05:34 raeburn Exp $
+# $Id: loncommon.pm,v 1.1466 2025/02/26 23:04:40 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -5345,6 +5345,7 @@ sub get_student_view {
$userview=~s/\<\/html\>//gi;
$userview=~s/\
//gi;
$userview=~s/\<\/head\>//gi;
+ $userview=~s/\Q
+
';
}
$bodytag .= Apache::lonmenu::serverform();
if ($need_endlcint) {
@@ -8471,6 +8472,10 @@ div.LC_grade_show_user div.LC_Box {
margin-right: 50px;
}
+div.LC_grade_show_user div.LC_Box table tr th {
+ font-weight: normal;
+}
+
div.LC_grade_submissions,
div.LC_grade_message_center,
div.LC_grade_info_links {
@@ -8501,6 +8506,12 @@ table.LC_scantron_action tr th {
font-style:normal;
}
+div.LC_edit_problem_daxe_header {
+ padding: 3px;
+ background: $tabbg;
+ z-index: 100;
+}
+
.LC_edit_problem_header,
div.LC_edit_problem_footer {
font-weight: normal;
@@ -8566,8 +8577,9 @@ img.stift {
vertical-align: middle;
}
-table td.LC_mainmenu_col_fieldset {
- vertical-align: top;
+div.LC_mainmenu {
+ margin: 3px 2px 2px 1px;
+ float: left;
}
div.LC_createcourse {
@@ -8649,8 +8661,9 @@ fieldset {
}
fieldset#LC_selectuser {
- margin: 0;
- padding: 0;
+ margin: -1px 0 0 0;
+ padding: 0;
+ border: 0;
}
article.geogebraweb div {
@@ -9347,13 +9360,39 @@ pre.LC_wordwrap {
/*
styles used for response display
*/
-div.LC_radiofoil, div.LC_rankfoil {
+div.LC_radiofoil, div.LC_rankfoil, div.LC_optionfoil, div.LC_matchfoil, div.LC_login_links {
margin: .5em 0em .5em 0em;
}
table.LC_itemgroup {
margin-top: 1em;
}
+table.LC_itemgroup tr th {
+ font-weight: normal;
+}
+
+fieldset.LC_webbubbles {
+ margin: 2px 0 0 0;
+ padding: 0;
+ border: 0;
+}
+
+ul.LC_webbubbles {
+ list-style: none;
+ padding: 0;
+ margin: 0;
+ text-align: left;
+ float: left;
+}
+
+ul.LC_webbubbles li {
+ line-height: 1.8em;
+ border: 1px solid black;
+ padding: 0 2px 0 5px;
+ margin: 0 0 0 -1px;
+ float: left;
+}
+
/*
styles used by TTH when "Default set of options to pass to tth/m
when converting TeX" in course settings has been set
@@ -10826,7 +10865,7 @@ sub simple_error_page {
my $page =
&Apache::loncommon::start_page($title,'',\%displayargs)."\n".
- '
'.
+ '
'.
&Apache::loncommon::end_page();
@@ -10850,6 +10889,11 @@ sub simple_error_page {
return;
}
+ sub set_data_table_count {
+ my ($count) = @_;
+ unshift(@row_count,$count);
+ }
+
sub start_data_table {
my ($add_class,$id) = @_;
my $css_class = (join(' ','LC_data_table',$add_class));
@@ -10897,7 +10941,11 @@ sub simple_error_page {
}
sub start_data_table_header_row {
- return '
'."\n";
}
sub end_data_table_header_row {
@@ -19024,7 +19072,7 @@ Returns: HTML to display with informatio
sub check_release_result {
my ($switchwarning,$switchserver) = @_;
my $output = &start_page('Selected course unavailable on this server').
- '';
+ '
'.&end_page();
return $output;
}
@@ -19657,7 +19705,7 @@ sub create_captcha {
$output = ' '."\n".
''.
''.&mt('Type in the letters/numbers shown below').' '.
- ' '.
+ ' '.
' '.
' ';
last;