'; - - my $size = scalar(keys(%sections)); - $size += 3; # We have allstudents allpersonel nosection too. - if ($size > 5) { - $size = 5; - } - $result .= ' | '; - $result .= ' | '; - $result .= '
Name | '."\n"; - $result .= 'Section | '."\n"; - $result .= 'Status | '."\n"; - $result .= 'Role | '."\n"; - $result .= 'Username : Domain | |
---|---|---|---|---|---|
[0]; - - # Figure out which students are checked by default... - - if(%$defaultusers) { - if (exists ($defaultusers->{$user})) { - $result .= ' checked ="checked" '; - $checked = 1; - } - } elsif (!$multiselect && !$checked) { - $result .= ' checked="checked" '; - $checked = 1; # First one for radio if no default specified. - } - $result .= ' value="'. HTML::Entities::encode($user . ':' - .$student->[2] . ':' - .$student->[1] . ':' - .$student->[3] . ':' - .$student->[4] . ":" - .$formprefix, "<>&\"'") - ."\" /> | \n"; - $result .= HTML::Entities::encode($student->[1], '<>&"') - . ' | '."\n"; - $result .= HTML::Entities::encode($student->[2], '<>&"') - . ' | '."\n"; - $result .= HTML::Entities::encode($student->[3], '<>&"') - . ' | '."\n"; - $result .= HTML::Entities::encode($student->[4], '<>&"') - . ' | '."\n"; - $result .= HTML::Entities::encode($student->[0], '<>&"') - . ' |
' . $self->{ERROR_MSG} . '
'; } - $result .= '{'variable'} . '_forminput"'; if (defined($self->{'size'})) { $result .= ' size="' . $self->{'size'} . '"'; @@ -3432,7 +3381,8 @@ sub start_clause { die 'Error in clause of condition, Perl said: ' . $@ if $@; if (!&$clause($helper, $paramHash)) { # Discard all text until the /condition. - &Apache::lonxml::get_all_text('/condition', $parser); + my $end_tag = $paramHash->{SKIPTAG} || '/condition'; + &Apache::lonxml::get_all_text($end_tag, $parser); } } @@ -3612,11 +3562,10 @@ sub render { } my $finish=&mt('Finish Course Initialization'); } - my $previous = HTML::Entities::encode(&mt("<- Previous"), '<>&"'); - my $next = HTML::Entities::encode(&mt("Next ->"), '<>&"'); + my $previous = HTML::Entities::encode(&mt("Back"), '<>&"'); + my $next = HTML::Entities::encode(&mt("Next"), '<>&"'); my $target = " target='loncapaclient'"; - if (($env{'browser.interface'} eq 'textual') || - ($env{'environment.remote'} eq 'off')) { $target=''; } + if ($env{'environment.remote'} eq 'off') { $target=''; } $result .= "