Diff for /loncom/interface/lonaboutme.pm between versions 1.94 and 1.95

version 1.94, 2009/02/13 18:56:13 version 1.95, 2009/02/17 08:24:28
Line 209  sub handler { Line 209  sub handler {
  my $start_page =    my $start_page = 
     &Apache::loncommon::start_page("Personal Information",$rss_link,$args);      &Apache::loncommon::start_page("Personal Information",$rss_link,$args);
  $r->print($start_page);   $r->print($start_page);
  $r->print('<h2>'.&Apache::loncommon::plainname($cnum,$cdom).'</h2>');          $r->print('<div class="LC_ContentBoxSpecial">');
    $r->print('<h2 class="LC_hcell">'.&Apache::loncommon::plainname($cnum,$cdom).'</h2>');
     } else {      } else {
  $r->print('\noindent{\large\textbf{'.&Apache::loncommon::plainname($cnum,$cdom).'}}\\\\\\\\');   $r->print('\noindent{\large\textbf{'.&Apache::loncommon::plainname($cnum,$cdom).'}}\\\\\\\\');
     }      }
Line 219  sub handler { Line 220  sub handler {
          '&quot;</h2>');           '&quot;</h2>');
     }      }
     if ($target ne 'tex') {      if ($target ne 'tex') {
           $r->print('<blockquote>');
  $r->print('<h3>'.&Apache::lonnet::domain($cdom,'description').'</h3>');#OLD SendMessage POS   $r->print('<h3>'.&Apache::lonnet::domain($cdom,'description').'</h3>');#OLD SendMessage POS
     } else {      } else {
  $r->print('\textbf{'.&Apache::lonnet::domain($cdom,'description').'}\\\\');   $r->print('\textbf{'.&Apache::lonnet::domain($cdom,'description').'}\\\\');
Line 342  my $image; Line 344  my $image;
                         &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView').'</p>');                          &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView').'</p>');
  }   }
        }#End  Print RSS and portfiles         }#End  Print RSS and portfiles
   
          $r->print('</blockquote>');
          $r->print('</div>');
        if ($allowed) {         if ($allowed) {
            if ($env{'form.popup'}) {             if ($env{'form.popup'}) {
                $r->print('<input type="hidden" name="popup" value="'.                 $r->print('<input type="hidden" name="popup" value="'.

Removed from v.1.94  
changed lines
  Added in v.1.95


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