Diff for /loncom/interface/lonsimplepage.pm between versions 1.60 and 1.61

version 1.60, 2008/12/16 19:01:45 version 1.61, 2008/12/17 00:44:53
Line 221  sub handler { Line 221  sub handler {
                   &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView').                    &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView').
   &Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes',&mt('Help with filling in text boxes'))    &Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes',&mt('Help with filling in text boxes'))
   .'</p>');                    .'</p>');                
 # .'<br /><a href="'.$r->uri.'?forcestudent=1'.$refarg.'">'  
  #                .'<font size="+1">'.&mt('Show Student View').'</font></a>'.  
 #  &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView').'</p>');  
     } elsif ($privileged and $target ne 'tex') {      } elsif ($privileged and $target ne 'tex') {
         my $edittext = &mt('Edit');          my $edittext = &mt('Edit');
         if ($group ne '') {          if ($group ne '') {
Line 298  sub handler { Line 295  sub handler {
  &Apache::lontemplate::start_columnSection($r);   &Apache::lontemplate::start_columnSection($r);
  if($allowed){   if($allowed){
                 $r->print($image.'<div class="clear">&nbsp;</div>');                  $r->print($image.'<div class="clear">&nbsp;</div>');
 #'<br style="clear: both;" />');  
         }          }
  &Apache::lontemplate::start_ContentBox($r,$allowed);   &Apache::lontemplate::start_ContentBox($r,$allowed);
  foreach my $field (sort(keys(%syllabusfields))) {   foreach my $field (sort(keys(%syllabusfields))) {
Line 322  sub handler { Line 318  sub handler {
                     $r->print('<br />');                      $r->print('<br />');
                 } elsif ($field eq 'aaa_title') {                  } elsif ($field eq 'aaa_title') {
                     if ($target ne 'tex') {                      if ($target ne 'tex') {
    if($allowed){
    $r->print('<p>');
    }
                         $r->print('<h1>'.$message.'</h1>');                          $r->print('<h1>'.$message.'</h1>');
                     } else {                      } else {
                         my $safeinit;                          my $safeinit;
Line 331  sub handler { Line 330  sub handler {
                         if ($env{'form.grade_target'} ne 'tex') {                          if ($env{'form.grade_target'} ne 'tex') {
                             $r->print('<br /><h3>'.&mt('Title').'</h3>');                              $r->print('<br /><h3>'.&mt('Title').'</h3>');
     &Apache::lontemplate::print_editbox_template($r,$syllabus{$field},$field);      &Apache::lontemplate::print_editbox_template($r,$syllabus{$field},$field);
       $r->print('</p>');
                         } else {                          } else {
                             my $safeinit;                              my $safeinit;
                             $r->print(&Apache::lonxml::xmlparse($r,'tex',$syllabus{$field},$safeinit));                              $r->print(&Apache::lonxml::xmlparse($r,'tex',$syllabus{$field},$safeinit));
Line 338  sub handler { Line 338  sub handler {
                     }                      }
                 } else {                  } else {
     if ($target ne 'tex') {      if ($target ne 'tex') {
    if($allowed){
    $r->print('<p>');
    }
  &Apache::lontemplate::print_template($r,$syllabusfields{$field},$message,$allowed);   &Apache::lontemplate::print_template($r,$syllabusfields{$field},$message,$allowed);
     } else {      } else {
  my $safeinit;   my $safeinit;
Line 347  sub handler { Line 350  sub handler {
     if ($allowed) {      if ($allowed) {
  if ($target ne 'tex') {   if ($target ne 'tex') {
     &Apache::lontemplate::print_editbox_template($r,$syllabus{$field},$field);      &Apache::lontemplate::print_editbox_template($r,$syllabus{$field},$field);
       $r->print('</p>');
  } else {   } else {
     my $safeinit;      my $safeinit;
     $r->print(&Apache::lonxml::xmlparse($r,'tex',$syllabus{$field},$safeinit));      $r->print(&Apache::lonxml::xmlparse($r,'tex',$syllabus{$field},$safeinit));

Removed from v.1.60  
changed lines
  Added in v.1.61


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