Diff for /loncom/interface/lontrackstudent.pm between versions 1.27 and 1.29

version 1.27, 2009/03/26 16:30:58 version 1.29, 2009/05/14 14:23:56
Line 580  sub handler { Line 580  sub handler {
     $r->print('<form name="trackstudent" method="post" action="/adm/trackstudent">');      $r->print('<form name="trackstudent" method="post" action="/adm/trackstudent">');
     $r->print('<br />');      $r->print('<br />');
     $r->print('<div name="statusline">'.      $r->print('<div name="statusline">'.
               &mt('Status:[_1]',                &mt('Status: [_1]',
                   '<input type="text" name="status" size="60" value="" />').                    '<input type="text" name="status" size="60" value="" readonly="readonly" />').
               '</div>');                '</div>');
     $r->rflush();      $r->rflush();
     my %prog_state=&Apache::lonhtmlcommon::Create_PrgWin      my %prog_state=&Apache::lonhtmlcommon::Create_PrgWin
Line 600  sub handler { Line 600  sub handler {
         if ($sname =~ /^$LONCAPA::username_re$/           if ($sname =~ /^$LONCAPA::username_re$/ 
     && $sdom =~ /^$LONCAPA::domain_re$/) {      && $sdom =~ /^$LONCAPA::domain_re$/) {
             $r->print('<h2>'.              $r->print('<h2>'.
                       &mt('Recent activity of [_1]:[_2]',$sname,$sdom).                        &mt('Recent activity of [_1]',$sname.':'.$sdom).
                       '</h2>');                        '</h2>');
             $r->print('<p class="LC_info">'              $r->print('<p class="LC_info">'
                      .&mt('Compiling student activity data can take a long time.'                       .&mt('Compiling student activity data can take a long time.'

Removed from v.1.27  
changed lines
  Added in v.1.29


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