Diff for /loncom/homework/structuretags.pm between versions 1.444.4.2 and 1.444.4.2.2.1

version 1.444.4.2, 2009/08/14 12:32:04 version 1.444.4.2.2.1, 2009/11/27 21:20:44
Line 237  sub page_start { Line 237  sub page_start {
     my $page_start = &Apache::loncommon::start_page($name,$extra_head,      my $page_start = &Apache::loncommon::start_page($name,$extra_head,
     \%body_args);      \%body_args);
   
     if (!defined($found{'body'})   #    if (!defined($found{'body'}) 
  && $env{'request.state'} ne 'construct'  # && $env{'request.state'} ne 'construct'
  && ($target eq 'web' || $target eq 'webgrade')) {  # && ($target eq 'web' || $target eq 'webgrade')) {
   #
  my ($symb,undef,undef,undef,$publicuser)= &Apache::lonnet::whichuser();  # my ($symb,undef,undef,undef,$publicuser)= &Apache::lonnet::whichuser();
  if ($symb eq '' && !$publicuser) {  # if ($symb eq '' && !$publicuser) {
             $page_start .= '<p class="LC_info">'  #            $page_start .= '<p class="LC_info">'
                           .&mt('Browsing resource, all submissions are temporary.')  #                          .&mt('Browsing resource, all submissions are temporary.')
                           .'</p>';  #                          .'</p>';
         }  #       }
     }  #    }
   
     if (!defined($found{'body'}) && $env{'request.state'} ne 'construct') {      if (!defined($found{'body'}) && $env{'request.state'} ne 'construct') {
  $page_start .= &Apache::lonxml::message_location();   $page_start .= &Apache::lonxml::message_location();
Line 894  sub start_problem { Line 894  sub start_problem {
  if ($env{'request.state'} ne "construct" &&    if ($env{'request.state'} ne "construct" && 
     ($symb eq '' || $Apache::lonhomework::type eq 'practice')) {      ($symb eq '' || $Apache::lonhomework::type eq 'practice')) {
     $form_tag_start.='<input type="hidden" name="rndseed" value="'.      $form_tag_start.='<input type="hidden" name="rndseed" value="'.
  $rndseed.'" />'.   $rndseed.'" />';
     '<input type="submit" name="resetdata"  #.
                              value="'.&mt('New Problem Variation').'" />';  #    '<input type="submit" name="resetdata"
   #                             value="'.&mt('New Problem Variation').'" />';
     if (exists($env{'form.username'})) {      if (exists($env{'form.username'})) {
  $form_tag_start.=   $form_tag_start.=
     '<input type="hidden" name="username"      '<input type="hidden" name="username"
                              value="'.$env{'form.username'}.'" />';                               value="'.$env{'form.username'}.'" />';
     }      }
             if ($env{'request.role.adv'}) {  #            if ($env{'request.role.adv'}) {
                 $form_tag_start.= ' <label class="LC_nobreak">'  #                $form_tag_start.= ' <label class="LC_nobreak">'
                          .'<input type="checkbox" name="showallfoils"';  #                         .'<input type="checkbox" name="showallfoils"';
                 if (defined($env{'form.showallfoils'})) {  #                if (defined($env{'form.showallfoils'})) {
                     $form_tag_start.=' checked="checked"';  #                    $form_tag_start.=' checked="checked"';
                 }  #                }
                 $form_tag_start.= ' /> '  #                $form_tag_start.= ' /> '
                                  .&mt('Show All Foils')  #                                 .&mt('Show All Foils')
                                  .'</label>';  #                                 .'</label>';
   #
     }  #    }
             if ($Apache::lonhomework::type eq 'practice') {              if ($Apache::lonhomework::type eq 'practice') {
                 $form_tag_start.=&practice_problem_header();                  $form_tag_start.=&practice_problem_header();
             }              }

Removed from v.1.444.4.2  
changed lines
  Added in v.1.444.4.2.2.1


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