[LON-CAPA-cvs] cvs: modules /relate lonlogin.pm
raeburn
raeburn at source.lon-capa.org
Mon Feb 13 10:00:24 EST 2012
raeburn Mon Feb 13 15:00:24 2012 EDT
Modified files:
/modules/relate lonlogin.pm
Log:
- Improve page appearance in IE compatability view.
- Eliminate duplicate block of javascript.
Index: modules/relate/lonlogin.pm
diff -u modules/relate/lonlogin.pm:1.5 modules/relate/lonlogin.pm:1.6
--- modules/relate/lonlogin.pm:1.5 Sun Feb 12 19:39:13 2012
+++ modules/relate/lonlogin.pm Mon Feb 13 15:00:24 2012
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Login Screen
#
-# $Id: lonlogin.pm,v 1.5 2012/02/12 19:39:13 raeburn Exp $
+# $Id: lonlogin.pm,v 1.6 2012/02/13 15:00:24 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -406,7 +406,7 @@
my ($contactrow,$domainrow,$serverrow,$loadrow,$userloadrow,$versionrow);
$contactrow = <<"END";
<tr>
- <td colspan="2">
+ <td align="left" colspan="2">
$contactblock
</td>
</tr>
@@ -485,9 +485,7 @@
<div align="center">
<table class="LC_loginbox">
<tr>
- <td align="left" valign="top" width="11">
- <img src="/images/login/tlc_11_ffffff_e2e2e2.gif" width="10" height="10" border="0" alt="" />
- </td>
+ <td align="left" valign="top" width="11"><img src="/images/login/tlc_11_ffffff_e2e2e2.gif" width="10" height="10" border="0" alt="" /></td>
<td width="450" valign="top">
<table class="LC_loginbox_left">
<tr>
@@ -525,7 +523,6 @@
</tr>
<tr>
<td align="left" valign="bottom" width="11" height="11"><img src="/images/login/bl_11_993333_ffffff.gif" width="11" height="11" border="0" alt="" /></td>
-
<td> </td>
<td align="right" valign="bottom" width="11" height="11"><img src="/images/login/br_11_993333_ffffff.gif" width="11" height="11" border="0" alt="" /></td>
</tr>
@@ -659,13 +656,6 @@
// ]]>
</script>
-<script type="text/javascript">
-// <![CDATA[
-// the if prevents the script error if the browser can not handle this
-if ( document.client.uname ) { document.client.uname.focus(); }
-// ]]>
-</script>
-
ENDLOGIN
# -------------------------------------------------------- Standard page ending
More information about the LON-CAPA-cvs
mailing list