[LON-CAPA-cvs] cvs: modules /relate lonlogin.pm
raeburn
raeburn at source.lon-capa.org
Mon Feb 13 19:28:02 EST 2012
raeburn Tue Feb 14 00:28:02 2012 EDT
Modified files:
/modules/relate lonlogin.pm
Log:
- Customization for MITrelate.
- Move mini LON-CAPA logo to new position, adjacent to Version ID.
- Link logo/version to "About LON-CAPA" page.
Index: modules/relate/lonlogin.pm
diff -u modules/relate/lonlogin.pm:1.6 modules/relate/lonlogin.pm:1.7
--- modules/relate/lonlogin.pm:1.6 Mon Feb 13 15:00:24 2012
+++ modules/relate/lonlogin.pm Tue Feb 14 00:28:01 2012
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Login Screen
#
-# $Id: lonlogin.pm,v 1.6 2012/02/13 15:00:24 raeburn Exp $
+# $Id: lonlogin.pm,v 1.7 2012/02/14 00:28:01 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -398,7 +398,7 @@
$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{'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;">',
- ' <img src="/images/login/lclogosm.gif" width="16" height="14" alt="LC" border="0" /></a>');
+ '</a>');
$lt{'newhere'} = &mt('New to [_1]Mechanics Online[_2]:','<i>','</i>');
$lt{'browser'} = &mt('Your browser must allow [_1]cookies[_2]',
'<a href="http://loncapa.msu.edu/cookies.html" style="color: #ffffff; text-decoration:underline;">','</a>');
@@ -459,7 +459,8 @@
$versionrow = <<"END";
<tr>
<td colspan="2" align="left">
- <small>$version</small>
+ <a href="/adm/about.html">
+ <img src="/images/login/lclogosm.gif" width="16" height="14" alt="LC" border="0" /> <small>$version</small></a>
</td>
</tr>
END
More information about the LON-CAPA-cvs
mailing list