Diff for /loncom/interface/lonsimplepage.pm between versions 1.106 and 1.108

version 1.106, 2020/09/09 18:37:00 version 1.108, 2025/01/28 19:49:20
Line 207  sub handler { Line 207  sub handler {
             }              }
             return OK;              return OK;
         }          }
           my $clientip = &Apache::lonnet::get_requestor_ip($r);
         my ($blocked,$blocktext) =          my ($blocked,$blocktext) =
              &Apache::loncommon::blocking_status('groups');               &Apache::loncommon::blocking_status('groups',$clientip);
         if ($blocked) {          if ($blocked) {
             $r->print($blocktext);              $r->print($blocktext);
             $r->print(&Apache::loncommon::end_page());              $r->print(&Apache::loncommon::end_page());
Line 297  sub handler { Line 298  sub handler {
  $r->print($titletext);   $r->print($titletext);
  $r->print("<br /><div>");   $r->print("<br /><div>");
  &Apache::lontemplate::print_textarea_template($r, $syllabus{'aaa_title'},   &Apache::lontemplate::print_textarea_template($r, $syllabus{'aaa_title'},
  'aaa_title', Apache::lontemplate->RICH_TEXT_ALWAYS_OFF);   'aaa_title', $syllabusfields{'aaa_title'},
    Apache::lontemplate->RICH_TEXT_ALWAYS_OFF);
  &Apache::lontemplate::print_saveall_template($r);   &Apache::lontemplate::print_saveall_template($r);
  $r->print("</div>");   $r->print("</div>");
  &Apache::lontemplate::print_end_template($r);   &Apache::lontemplate::print_end_template($r);

Removed from v.1.106  
changed lines
  Added in v.1.108


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>