version 1.210, 2025/02/09 22:49:11
|
version 1.211, 2025/02/10 02:12:30
|
Line 864 ENDSAMLJS
|
Line 864 ENDSAMLJS
|
'forgotpw' => 'Forgot password?',
|
'forgotpw' => 'Forgot password?',
|
'newuser' => 'New User?',
|
'newuser' => 'New User?',
|
'change' => 'Change?',
|
'change' => 'Change?',
|
|
'nojs' => 'Use of LON-CAPA requires Javascript to be enabled in your web browser.',
|
);
|
);
|
# -------------------------------------------------- Change password field name
|
# -------------------------------------------------- Change password field name
|
|
|
Line 921 ENDSERVERFORM
|
Line 922 ENDSERVERFORM
|
.$lt{'log'}
|
.$lt{'log'}
|
.'</h2>';
|
.'</h2>';
|
|
|
my $noscript_warning='<noscript><span class="LC_warning"><b>'
|
my $noscript_warning = <<"ENDNOJS";
|
.&mt('Use of LON-CAPA requires Javascript to be enabled in your web browser.')
|
<div aria-hidden="true" style="padding:0;margin:0;border:0">
|
.'</b></span></noscript>';
|
<noscript>
|
|
<span style="color: darkred; font-weight: bold;">$lt{'nojs'}</span>
|
|
</noscript>
|
|
</div>
|
|
<div class="LC_visually_hidden">
|
|
<noscript>
|
|
$lt{'nojs'}
|
|
</noscript>
|
|
</div>
|
|
ENDNOJS
|
my $helpdeskscript;
|
my $helpdeskscript;
|
my $contactblock = &contactdisplay(\%lt,$servadm,$showadminmail,
|
my $contactblock = &contactdisplay(\%lt,$servadm,$showadminmail,
|
$authdomain,\$helpdeskscript,
|
$authdomain,\$helpdeskscript,
|