Diff for /loncom/interface/lonsyllabus.pm between versions 1.72 and 1.73

version 1.72, 2008/12/16 10:03:56 version 1.73, 2008/12/16 20:00:11
Line 240  ENDSCRIPT Line 240  ENDSCRIPT
           if ($forcestudent or $target eq 'tex') { $allowed=0; }            if ($forcestudent or $target eq 'tex') { $allowed=0; }
        }         }
        if ($allowed) {         if ($allowed) {
           $r->print('<p>'.            $r->print('<p><a href="'.$r->uri.'?forcestudent=1"><font size="+1">'.
   &mt('Show Public View').'</font></a>'.
             &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView').
             '</p><p>'.
 &Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes',&mt('Help with filling in text boxes')).'</p><p>'.&mt('This syllabus can be publicly viewed at')  &Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes',&mt('Help with filling in text boxes')).'</p><p>'.&mt('This syllabus can be publicly viewed at')
     .' <tt>http://'.      .' <tt>http://'.
     &Apache::lonnet::hostname($homeserver).$r->uri.'</tt>'.      &Apache::lonnet::hostname($homeserver).$r->uri.'</tt>'.
                &Apache::loncommon::help_open_topic('Syllabus_ExtLink').'</p>'.                 &Apache::loncommon::help_open_topic('Syllabus_ExtLink').'</p>'.
           '<p>'.&mt('You can specify an external URL as Syllabus in the [_1].','<a href="/adm/parmset?action=crsenv">'.&mt('Course Parameters').'</a>').'</p>'.            '<p>'.&mt('You can specify an external URL as Syllabus in the [_1].','<a href="/adm/parmset?action=crsenv">'.&mt('Course Parameters').'</a>').'</p>');
   '<p><a href="'.$r->uri.'?forcestudent=1"><font size="+1">'.  
 &mt('Show Public View').'</font></a>'.  
           &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView').  
           '</p>');  
       } elsif ($privileged) {        } elsif ($privileged) {
   if ($target ne 'tex') {    if ($target ne 'tex') {
       $r->print('<p><a href="'.$r->uri.'?forceedit=1"><font size="+1">'.        $r->print('<p><a href="'.$r->uri.'?forceedit=1"><font size="+1">'.
Line 328  ENDSCRIPT Line 327  ENDSCRIPT
      '<input type="hidden" name="forceedit" value="edit" />');       '<input type="hidden" name="forceedit" value="edit" />');
        }         }
        my @htmlids=();         my @htmlids=();
        foreach my $field (sort(keys(%syllabusfields))) {   &Apache::lontemplate::start_columnSection($r);
    &Apache::lontemplate::start_ContentBox($r, $allowed);
    foreach my $field (sort(keys(%syllabusfields))) {
    if (($syllabus{$field}=~/\w/) || ($allowed)) {     if (($syllabus{$field}=~/\w/) || ($allowed)) {
        my $message=$syllabus{$field};         my $message=$syllabus{$field};
        if ($field eq 'lll_includeurl') { # this is the "included" field         if ($field eq 'lll_includeurl') { # this is the "included" field
Line 354  ENDSCRIPT Line 355  ENDSCRIPT
    }     }
    if ($allowed) {     if ($allowed) {
        $r->print('<h3>'.$syllabusfields{$field}.         $r->print('<h3>'.$syllabusfields{$field}.
  &Apache::loncommon::help_open_topic('Syllabus_URLs').'</h3>'.   &Apache::loncommon::help_open_topic('Syllabus_URLs').'</h3>');
  '<p><a href="'.$r->uri.'?forcestudent=1"><font size="+1">'.&mt('Show Public View').'</font></a>'.  
  &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView').'</p>');  
    } else {     } else {
        $r->print($message);         $r->print($message);
    }      } 
Line 367  ENDSCRIPT Line 366  ENDSCRIPT
        $message=&Apache::lonspeller::markeduptext($message);         $message=&Apache::lonspeller::markeduptext($message);
    }     }
    $message=&Apache::lontexconvert::msgtexconverted($message);     $message=&Apache::lontexconvert::msgtexconverted($message);
      if ($target ne 'tex') {
    &Apache::lontemplate::start_columnSection($r);   &Apache::lontemplate::print_template($r, $syllabusfields{$field}, $message);
           &Apache::lontemplate::print_content_template($r,$allowed,$target,\%syllabusfields,\%syllabus);  
     
     if ($target ne 'tex') {  
     &Apache::lontemplate::start_ContentBox($r);  
                 &Apache::lontemplate::end_ContentBox($r);  
                 &Apache::lontemplate::end_columnSection($r);  
                 &Apache::lontemplate::start_columnSection($r);  
                 &Apache::lontemplate::start_ContentBox($r);  
                 &Apache::lontemplate::end_ContentBox($r);  
                 &Apache::lontemplate::end_columnSection($r);  
   
    } else {     } else {
        $r->print('\\\\\textbf{'.$syllabusfields{$field}.'}\\\\'.         $r->print('\\\\\textbf{'.$syllabusfields{$field}.'}\\\\'.
Line 387  ENDSCRIPT Line 376  ENDSCRIPT
    push(@htmlids,$field);     push(@htmlids,$field);
        }         }
        if ($allowed) {         if ($allowed) {
  &Apache::lontemplate::print_editbox_template($r, $syllabus{$field}, $field);   &Apache::lontemplate::print_editbox_template($r, $syllabus{$field}, $field);
 #   $r->print('<br /><textarea cols="80" rows="12" name="'.$field.'" id="'.$field.'">'.  
  #     &HTML::Entities::encode($syllabus{$field},'"&<>').  
  #     '</textarea> <input type="submit" name="storesyl" value="'.&mt('Save').'" />');  
        }         }
    }     }
        }         }
           if ($allowed) {
                   $r->print('<p><a href="'.$r->uri.'?forcestudent=1"><font size="+1">'.&mt('Show Public View').'</font></a>'.
                                    &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView').'</p>');
           }
    &Apache::lontemplate::end_ContentBox($r);
    &Apache::lontemplate::end_columnSection($r);
        if ($allowed) {         if ($allowed) {
    $r->print('</form>'.     $r->print('</form>'.
      &Apache::lonhtmlcommon::htmlareaselectactive(@htmlids));       &Apache::lonhtmlcommon::htmlareaselectactive(@htmlids));

Removed from v.1.72  
changed lines
  Added in v.1.73


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