version 1.63, 2004/10/28 16:25:19
|
version 1.65, 2005/02/26 05:37:23
|
Line 108 sub success {
|
Line 108 sub success {
|
$FORM{'interface'}=$userenv{'interface'}; |
$FORM{'interface'}=$userenv{'interface'}; |
} |
} |
$ENV{'environment.remote'}=$userenv{'remote'}; |
$ENV{'environment.remote'}=$userenv{'remote'}; |
|
if ($userenv{'texengine'} eq 'ttm') { $clientmathml=1; } |
|
|
# --------------- Do not trust query string to be put directly into environment |
# --------------- Do not trust query string to be put directly into environment |
foreach ('imagesuppress','appletsuppress', |
foreach ('imagesuppress','appletsuppress', |
'embedsuppress','fontenhance','blackwhite', |
'embedsuppress','fontenhance','blackwhite', |
Line 186 sub success {
|
Line 188 sub success {
|
my $maincall=&Apache::lonmenu::maincall(); |
my $maincall=&Apache::lonmenu::maincall(); |
my $bodytag=&Apache::loncommon::bodytag('Successful Login'); |
my $bodytag=&Apache::loncommon::bodytag('Successful Login'); |
my $add=&addcontent(); |
my $add=&addcontent(); |
|
my $continuelink; |
|
if (($ENV{'browser.interface'} eq 'textual') || |
|
($ENV{'environment.remote'} eq 'off')) { |
|
$continuelink="<a href=\"$lowerurl\">".&mt('Continue')."</a>"; |
|
} |
# ------------------------------------------------- Output for successful login |
# ------------------------------------------------- Output for successful login |
|
|
$r->send_cgi_header(<<ENDHEADER); |
$r->send_cgi_header(<<ENDHEADER); |
Line 213 $lt{'mes'}.<p>
|
Line 220 $lt{'mes'}.<p>
|
<a href="/adm/$lt{'log'}">$lt{'pro'}?</a></p> |
<a href="/adm/$lt{'log'}">$lt{'pro'}?</a></p> |
$remoteinfo |
$remoteinfo |
$maincall |
$maincall |
|
$continuelink |
</body> |
</body> |
</html> |
</html> |
ENDSUCCESS |
ENDSUCCESS |