--- loncom/auth/lonlogin.pm 2005/04/28 01:19:20 1.64 +++ loncom/auth/lonlogin.pm 2005/08/30 21:14:20 1.68 @@ -1,7 +1,7 @@ # The LearningOnline Network # Login Screen # -# $Id: lonlogin.pm,v 1.64 2005/04/28 01:19:20 albertel Exp $ +# $Id: lonlogin.pm,v 1.68 2005/08/30 21:14:20 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -108,6 +108,10 @@ ENDFAILED my $iconpath= 'http://'.$ENV{'HTTP_HOST'}.':'.$port_to_use. $r->dir_config('lonIconsURL'); my $domain = $r->dir_config('lonDefDomain'); + my $testdomain=(split(/\./,$ENV{'HTTP_HOST'}))[0]; + foreach my $posdom (&Apache::lonnet::current_machine_domains()) { + if ($posdom eq $testdomain) { $domain=$testdomain; } + } if (($env{'form.domain'}) && ($Apache::lonnet::domaindescription{$env{'form.domain'}})) { $domain=$env{'form.domain'}; @@ -279,7 +283,8 @@ my %lt=&Apache::lonlocal::texthash( 'servadm' => 'Server Administration', 'sysadm' => 'System Administration', 'helpdesk' => 'Contact Helpdesk'); - +# -------------------------------------------------- Change password field name + my $now=time; # ---------------------------------------------------------- Serve rest of page $r->print(< - + + + @@ -410,11 +424,11 @@ ENDTOP unless ($fullgraph) { $r->print(<Select Accessibility Options - Suppress rendering of images
- Suppress Java applets
- Suppress rendering of embedded multimedia
- Increase font size
- Switch to black and white mode
+
+
+
+
+

If you have accessibility needs that are not addressed by this interface, please contact the system administrator at $sysadm.


@@ -443,7 +457,7 @@ ENDNOOPT    $lt{'pw'}: - +    $lt{'dom'}: