version 1.1441, 2024/10/08 21:15:42
|
version 1.1447, 2025/01/26 07:17:02
|
Line 2476 END
|
Line 2476 END
|
<domain>$cdom</domain> |
<domain>$cdom</domain> |
<highestgradelevel>0</highestgradelevel> |
<highestgradelevel>0</highestgradelevel> |
<keywords></keywords> |
<keywords></keywords> |
<language>notset </language> |
<language>notset</language> |
<lastrevisiondate>$now</lastrevisiondate> |
<lastrevisiondate>$now</lastrevisiondate> |
<lowestgradelevel>0</lowestgradelevel> |
<lowestgradelevel>0</lowestgradelevel> |
<mime>rights</mime> |
<mime>rights</mime> |
Line 5691 sub blockcheck {
|
Line 5691 sub blockcheck {
|
} |
} |
unless ($has_evb) { |
unless ($has_evb) { |
if (($activity eq 'printout') || ($activity eq 'grades') || ($activity eq 'search') || |
if (($activity eq 'printout') || ($activity eq 'grades') || ($activity eq 'search') || |
($activity eq 'boards') || ($activity eq 'groups') || ($activity eq 'chat')) { |
($activity eq 'index') || ($activity eq 'boards') || ($activity eq 'groups') || |
|
($activity eq 'chat')) { |
if ($udom eq $cdom) { |
if ($udom eq $cdom) { |
$check_ipaccess = 1; |
$check_ipaccess = 1; |
} |
} |
Line 5782 sub blockcheck {
|
Line 5783 sub blockcheck {
|
|
|
if (($activity eq 'boards' || $activity eq 'chat' || |
if (($activity eq 'boards' || $activity eq 'chat' || |
$activity eq 'groups' || $activity eq 'printout' || |
$activity eq 'groups' || $activity eq 'printout' || |
$activity eq 'search' || $activity eq 'reinit' || |
$activity eq 'search' || $activity eq 'index' || |
$activity eq 'alert') && |
$activity eq 'reinit' || $activity eq 'alert') && |
($env{'request.course.id'})) { |
($env{'request.course.id'})) { |
foreach my $key (keys(%live_courses)) { |
foreach my $key (keys(%live_courses)) { |
if ($key ne $env{'request.course.id'}) { |
if ($key ne $env{'request.course.id'}) { |
Line 6118 END_MYBLOCK
|
Line 6119 END_MYBLOCK
|
$text = &mt('Gradebook Blocked'); |
$text = &mt('Gradebook Blocked'); |
} elsif ($activity eq 'search') { |
} elsif ($activity eq 'search') { |
$text = &mt('Search Blocked'); |
$text = &mt('Search Blocked'); |
|
} elsif ($activity eq 'index') { |
|
$text = &mt('Content Index Blocked'); |
} elsif ($activity eq 'alert') { |
} elsif ($activity eq 'alert') { |
$text = &mt('Checking Critical Messages Blocked'); |
$text = &mt('Checking Critical Messages Blocked'); |
} elsif ($activity eq 'reinit') { |
} elsif ($activity eq 'reinit') { |
Line 6877 sub bodytag {
|
Line 6880 sub bodytag {
|
my $hostname = $args->{'hostname'}; |
my $hostname = $args->{'hostname'}; |
|
|
$function = &get_users_function() if (!$function); |
$function = &get_users_function() if (!$function); |
my $img = &designparm($function.'.img',$domain); |
|
my $font = &designparm($function.'.font',$domain); |
my $font = &designparm($function.'.font',$domain); |
my $pgbg = $bgcolor || &designparm($function.'.pgbg',$domain); |
my $pgbg = $bgcolor || &designparm($function.'.pgbg',$domain); |
|
|
Line 7235 Inputs: (all optional)
|
Line 7237 Inputs: (all optional)
|
sub standard_css { |
sub standard_css { |
my ($function,$domain,$bgcolor) = @_; |
my ($function,$domain,$bgcolor) = @_; |
$function = &get_users_function() if (!$function); |
$function = &get_users_function() if (!$function); |
my $img = &designparm($function.'.img', $domain); |
|
my $tabbg = &designparm($function.'.tabbg', $domain); |
my $tabbg = &designparm($function.'.tabbg', $domain); |
my $font = &designparm($function.'.font', $domain); |
my $font = &designparm($function.'.font', $domain); |
my $fontmenu = &designparm($function.'.fontmenu', $domain); |
my $fontmenu = &designparm($function.'.fontmenu', $domain); |
Line 7300 form, .inline {
|
Line 7301 form, .inline {
|
display: inline; |
display: inline; |
} |
} |
|
|
|
.LC_visually_hidden:not(:focus):not(:active) { |
|
clip-path: inset(50%); |
|
height: 1px; |
|
overflow: hidden; |
|
position: absolute; |
|
white-space: nowrap; |
|
width: 1px; |
|
display: inline; |
|
} |
|
|
.LC_menus_content.shown{ |
.LC_menus_content.shown{ |
display: block; |
display: block; |
} |
} |
Line 8216 table.LC_prior_tries td {
|
Line 8227 table.LC_prior_tries td {
|
padding: 6px; |
padding: 6px; |
} |
} |
|
|
|
.LC_prob_status { |
|
margin-top: 5px; |
|
padding-top: 0; |
|
padding-left: 0; |
|
padding-bottom: 0; |
|
padding-right: 5px; |
|
} |
|
|
span.LC_prior_numerical, |
span.LC_prior_numerical, |
span.LC_prior_string, |
span.LC_prior_string, |
span.LC_prior_custom, |
span.LC_prior_custom, |