Diff for /modules/relate/lonlogin.pm between versions 1.8 and 1.9

version 1.8, 2012/03/01 00:23:46 version 1.9, 2012/03/01 01:00:38
Line 396  ENDSCRIPT Line 396  ENDSCRIPT
 # ------------------------------------------------------------ Additional Texts  # ------------------------------------------------------------ Additional Texts
     $lt{'newto'} = &mt('New to the [_1]Mechanics Online[_2] site?','<i>','</i>');      $lt{'newto'} = &mt('New to the [_1]Mechanics Online[_2] site?','<i>','</i>');
     $lt{'mech'} = &mt('Mechanics Online is a Newtonian Mechanics course developed by Professor David Pritchard and the RELATE education group at MIT. [_1]Learn more[_2]','<a href="http://relate.mit.edu/physicscourse" style="text-decoration: underline;">','</a>');      $lt{'mech'} = &mt('Mechanics Online is a Newtonian Mechanics course developed by Professor David Pritchard and the RELATE education group at MIT. [_1]Learn more[_2]','<a href="http://relate.mit.edu/physicscourse" style="text-decoration: underline;">','</a>');
       $lt{'thco'} = &mt('The course opens on March 1st at 10:00am EST. If you sign up before then you will be automatically enrolled in the course.');
     $lt{'runson'} = &mt('Mechanics Online runs on [_1]LON-CAPA[_2] - an open source, freeware, distributed learning content management and assessment system.',      $lt{'runson'} = &mt('Mechanics Online runs on [_1]LON-CAPA[_2] - an open source, freeware, distributed learning content management and assessment system.',
                         '<a href="http://loncapa.org/" style="text-decoration: underline;">',                          '<a href="http://loncapa.org/" style="text-decoration: underline;">',
                         '</a>');                          '</a>');
Line 508  END Line 509  END
         <td valign="top" class="bodyred" width="430" align="left"><br />          <td valign="top" class="bodyred" width="430" align="left"><br />
          <span style="font-size: 18px; line-height: 22px; ">$lt{'newto'}</span>           <span style="font-size: 18px; line-height: 22px; ">$lt{'newto'}</span>
          <p class="bodyred">$lt{'mech'}</p>           <p class="bodyred">$lt{'mech'}</p>
            <p class="bodyred">$lt{'thco'}</p>
          <p class="bodyred">$lt{'runson'}</p>           <p class="bodyred">$lt{'runson'}</p>
          <br />           <br />
          <form name="signup" method="post" action="/adm/createaccount?courseid=$prereqcid"><input type="hidden" name="process" value="signup" />           <form name="signup" method="post" action="/adm/createaccount?courseid=$prereqcid"><input type="hidden" name="process" value="signup" />

Removed from v.1.8  
changed lines
  Added in v.1.9


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