--- loncom/auth/lonlogin.pm 1999/10/13 17:48:52 1.1.1.1 +++ loncom/auth/lonlogin.pm 2000/06/05 20:28:17 1.5 @@ -1,6 +1,7 @@ # The LearningOnline Network # Login Screen -# 5/21/99,5/22,5/25,5/26,5/31,6/2,6/10,7/12,7/14 Gerd Kortemeyer +# 5/21/99,5/22,5/25,5/26,5/31,6/2,6/10,7/12,7/14, +# 1/14/00,5/29,5/30,6/1 Gerd Kortemeyer # package Apache::lonlogin; @@ -33,6 +34,7 @@ sub handler { my $loadpercent=100*$loadavg/$loadlim; my $otherserver=''; + my $firsturl=$ENV{'request.firsturl'}; # ---------------------------------------- Are we access server and overloaded? if (($role eq 'access') && ($loadpercent>100.0)) { $otherserver=Apache::lonnet::spareserver(); @@ -41,12 +43,14 @@ sub handler { $r->print(< -The LearningOnline Network Login +The LearningOnline Network with CAPA Login + + + +
+User Authentication

+

@@ -55,41 +59,29 @@ sub handler {
Username:
-

- -

- - - - - -
Key:
Class:
Domain:
+
- - - + + - - - - -
Domain:$domainLON System Administration:
+
Domain:$domainLON System Administration:
$sysadm
Server Administration:
$servadm
Server:$lonhost ($role)
Load:$loadpercent percent

-The LearningOnline Network is a MSU College of Natural Science -collaboration involving Competency Based -Instruction (CBI), -LectureOnline (LOL) and Computer-Assisted Personalized -Approach (CAPA).
-Copyright 1999, Michigan State University Board of Trustees
+

Server:$lonhost ($role)
Load:$loadpercent percent
-Laboratory for
Instructional
Technology in
+Laboratory for
+Instructional
+Technology in
Education
-
+ ENDDOCUMENT