'.
&mt('Note to graders:').'';
+ } elsif ($target eq 'edit') {
+ my $bodytext=&Apache::lonxml::get_all_text("/gradernote",$parser);
+ $result = &Apache::edit::tag_start($target,$token);
+ $result.= &Apache::edit::editfield($token->[1],$bodytext,'',80,4);
+ } elsif ($target eq 'modified') {
+ $result = $token->[4].&Apache::edit::modifiedfield('/gradernote',
+ $parser);
+ } elsif ($target eq 'web' || $target eq 'grade') {
+ my $note=&Apache::lonxml::get_all_text('/gradernote',$parser,$style);
}
- my $note=&Apache::lonxml::get_all_text('/gradernote',$parser,$style);
- return;
+ return $result;
}
sub end_GraderNote {
@@ -2836,13 +3023,11 @@ sub proctor_validation_screen {
.'';
}
if (!$env{'form.proctordomain'}) { $env{'form.proctordomain'}=$domain; }
- my $uri = &Apache::lonenc::check_encrypt($env{'request.uri'});
- $uri = &HTML::Entities::encode($uri,'<>&"');
my $result= (<
Proctor Validation
Your room's proctor needs to validate your access to this resource.
$msg
-