--- modules/gci/lonlogin.pm 2009/09/23 13:14:19 1.2 +++ modules/gci/lonlogin.pm 2010/12/05 18:09:25 1.10 @@ -1,7 +1,7 @@ # The LearningOnline Network # Login Screen # -# $Id: lonlogin.pm,v 1.2 2009/09/23 13:14:19 gci Exp $ +# $Id: lonlogin.pm,v 1.10 2010/12/05 18:09:25 gci Exp $ # # Copyright Michigan State University Board of Trustees # @@ -38,6 +38,7 @@ use Apache::lonlocal; use Apache::migrateuser(); use lib '/home/httpd/lib/perl/'; use LONCAPA; +use HTML::Entities(); sub handler { my $r = shift; @@ -81,11 +82,22 @@ sub handler { &Apache::loncommon::start_page('Already logged in'); my $end_page = &Apache::loncommon::end_page(); + my $dest = '/adm/roles'; + if ($env{'form.role'}) { + $dest .= '?selectrole=1&'.$env{'form.role'}.'=1'; + } + if ($env{'form.symb'}) { + $dest .= ($dest =~ /\?/) ? '&' : '?'; + $dest .= 'destinationurl='.&HTML::Entities::encode($env{'form.symb'},'"&<>'); + } + if ($env{'form.firsturl'} ne '') { + $dest = $env{'form.firsturl'}; + } $r->print( $start_page .'

'.&mt('You are already logged in!').'

' .'

'.&mt('Please either [_1]continue the current session[_2] or [_3]log out[_4].', - '','','','').'

' + '','','','').'

' .'

'.&mt('Login problems?').'

' .$end_page ); @@ -121,6 +133,24 @@ sub handler { (&Apache::lonnet::domain($env{'form.domain'},'description'))) { $domain=$env{'form.domain'}; } + my %longname = ( + GCI => 'Geoscience Concept Inventory', + SLCI => 'Science Literacy Concept Inventory', + ); + my %allnums = &Apache::loncommon::get_faculty_cnums(); + my ($inventory,$uc_inventory,$testdom); + if ($domain =~ /^(\w+ci)test$/) { + $inventory = $1; + $testdom = $domain; + } else { + $inventory = $domain; + $testdom = $domain.'test'; + } + $uc_inventory = uc($inventory); + my $sitename; = $uc_inventory.' WebCenter'; + my $shortsitename = 'WebCenter'; + my $existing = 'Existing WebCenter user?'; + my $sitedesc = &mt('The [_1]WebCenter[_2] is a place to comment on existing concept questions, or submit new ones, and is also a place to build and manage Concept Tests which your students will complete via the [_3]Testing Center[_2].',$longname{$inventory}.' ('.$uc_inventory.') ','',''); my $role = $r->dir_config('lonRole'); my $loadlim = $r->dir_config('lonLoadLim'); my $servadm = $r->dir_config('lonAdmEMail'); @@ -130,6 +160,14 @@ sub handler { my $expire = $r->dir_config('lonExpire'); my $version = $r->dir_config('lonVersion'); my $host_name = &Apache::lonnet::hostname($lonhost); + if ($domain =~ /^(\w+ci)test$/) { + $lonhost = $domain.'l1'; + $host_name = $domain.'.lite.msu.edu'; + $sitename = $inventory.' Testing Center'; + $shortsitename = 'Testing Center'; + $existing = 'Student with Testing Center account?'; + $sitedesc = &mt('The [_1] Testing Center is used by [_2]students[_3] to complete online concept tests created by their instructors using questions available in the [_4].',$inventory,'','',$longname{$inventory}); + } # --------------------------------------------- Default values for login fields @@ -183,6 +221,11 @@ sub handler { if ($env{'form.role'}) { $tokenextras = '&role='.&escape($env{'form.role'}); } + if ($domain !~ /^\w+citest$/) { + unless ($env{'form.symb'} eq '/adm/statistics') { + $env{'form.symb'} = '/adm/ci_info'; + } + } if ($env{'form.symb'}) { if (!$tokenextras) { $tokenextras = '&'; @@ -190,7 +233,7 @@ sub handler { $tokenextras .= '&symb='.&escape($env{'form.symb'}); } my $logtoken=Apache::lonnet::reply( - 'tmpput:'.$ukey.$lkey.'&'.$firsturl, + 'tmpput:'.$ukey.$lkey.'&'.$firsturl.$tokenextras, $lonhost); # ------------------- If we cannot talk to ourselves, we are in serious trouble @@ -239,7 +282,7 @@ sub handler { .'' .'

'.&mt('The LearningOnline Network with CAPA').'

' .'' - .'

'.&mt('The GCI WebCenter server is temporarily not available for login.').'

' + .'

'.&mt("The $sitename server is temporarily not available for login.").'

' .'' .'' ); @@ -292,7 +335,8 @@ sub handler { my $js = (< -// -// ]]> + ENDSCRIPT # --------------------------------------------------- Print login screen header @@ -368,8 +413,9 @@ ENDSCRIPT onload => "if ( document.client.uname ) { document.client.uname.focus(); }", marginheight => "0",); - $js .= "\n".''."\n"; - $r->print(&Apache::loncommon::start_page('GCI WebCenter Login',$js, + my $css_url = "/css/$domain/login.css"; + $js .= "\n".''."\n"; + $r->print(&Apache::loncommon::start_page($uc_inventory.' WebCenter Login',$js, { 'redirect' => [$expire,'/adm/roles'], 'add_entries' => \%add_entries, 'only_body' => 1,})); @@ -420,23 +466,23 @@ my %lt=&Apache::lonlocal::texthash( $newuserlink = &newuser_link($lt{'newuser'}); } if ($fullgraph) { - $r->print(<<"END_OF_BLOCK2"); + $r->print(<<"END_OF_BLOCK1");
- - + - + - +
- + + - + @@ -449,41 +495,57 @@ my %lt=&Apache::lonlocal::texthash(


$uc_inventory
-
+
  -
New to the WebCenter?

- The Geoscience Concept Inventory (GCI) WebCenter is a place to comment on existing concept questions and submit new ones.

The WebCenter runs on LON-CAPA - an open source freeware distributed learning content management and assessment system.


- Create a GCI WebCenter ID – use your ID to submit comments or new content. If you are already a GCI WebCenter user, please log-in.


-
+
New to the $sitename?

+ $sitedesc

The $shortsitename runs on LON-CAPA - an open source freeware distributed learning content management and assessment system.


+END_OF_BLOCK1 + if ($domain !~ /^\w+citest$/) { + my $review; + if (ref($allnums{$domain}) eq 'HASH') { + $review = $domain.'_'.$allnums{$domain}{'review'}; + } + $r->print(<<"END_OF_BLOCK2"); + Create a $uc_inventory WebCenter ID – use your ID to submit comments or new content, or to create a new test. If you are already a $uc_inventory WebCenter user, please log-in.


+ - + - + - + + + - + - +
+END_OF_BLOCK2 + } else { + $r->print(''. + &mt("If you are already a $sitename user, please log-in.").' '.&mt('If not, contact your instructor to request a username and password.'). + '


'); + } + $r->print(<<"END_OF_BLOCK3");
  -
+ - + - + @@ -492,9 +554,9 @@ my %lt=&Apache::lonlocal::texthash( @@ -506,7 +568,7 @@ my %lt=&Apache::lonlocal::texthash( - + @@ -519,7 +581,7 @@ my %lt=&Apache::lonlocal::texthash( - + - +
 
 
 

- Existing WebCenter user? + $existing
Please log-in.
-


+

:
 



-
+
Forgot your password?

@@ -530,36 +592,38 @@ my %lt=&Apache::lonlocal::texthash(
 
 
 
+
  - Note:
+ Note:
If log-in fails, it may be because your browser is not accepting session cookies, or javascript is disabled. Learn more.
 
+
 
@@ -574,7 +638,7 @@ my %lt=&Apache::lonlocal::texthash( -END_OF_BLOCK2 +END_OF_BLOCK3 } else { $r->print(<The LearningOnline Network with CAPA @@ -608,7 +672,7 @@ ENDACCESSOPTIONS .''; $r->print(< - +
$logintitle$noscript_warning @@ -624,7 +688,7 @@ ENDACCESSOPTIONS

- +