version 1.211, 2025/02/10 02:12:30
|
version 1.212, 2025/02/17 18:56:10
|
Line 387 sub handler {
|
Line 387 sub handler {
|
}
|
}
|
$r->print(
|
$r->print(
|
$start_page
|
$start_page
|
.'<div role="main">'
|
.'<div class="LC_landmark" role="main">'
|
.'<p class="LC_warning">'.&mt('You are already logged in!').'</p>'
|
.'<p class="LC_warning">'.&mt('You are already logged in!').'</p>'
|
.'<p>'.&mt('Please either [_1]continue the current session[_2] or [_3]log out[_4].',
|
.'<p>'.&mt('Please either [_1]continue the current session[_2] or [_3]log out[_4].',
|
'<a href="'.$dest.'">','</a>','<a href="/adm/logout">','</a>').'</p>'
|
'<a href="'.$dest.'">','</a>','<a href="/adm/logout">','</a>').'</p>'
|
Line 638 h2 {
|
Line 638 h2 {
|
margin-right: 0;
|
margin-right: 0;
|
font-weight: bold;
|
font-weight: bold;
|
}
|
}
|
|
.LC_landmark {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: none;
|
|
}
|
</style></head>'
|
</style></head>'
|
.'<body bgcolor="#FFFFFF">'
|
.'<body bgcolor="#FFFFFF">'
|
.'<div role="banner">'
|
.'<div class="LC_landmark" role="banner">'
|
.'<h1>'.&mt('The LearningOnline Network with CAPA').'</h1>'
|
.'<h1>'.&mt('The LearningOnline Network with CAPA').'</h1>'
|
.'<img src="/adm/lonKaputt/lonlogo_broken.gif" alt="broken icon" align="right" />'
|
.'<img src="/adm/lonKaputt/lonlogo_broken.gif" alt="broken icon" align="right" />'
|
.'</div>'
|
.'</div>'
|
.'<div role="main">'
|
.'<div class="LC_landmark" role="main">'
|
.'<h2>'.&mt('This LON-CAPA server is temporarily not available for login.').'</h2>');
|
.'<h2>'.&mt('This LON-CAPA server is temporarily not available for login.').'</h2>');
|
if ($spares) {
|
if ($spares) {
|
$r->print('<p>'.&mt('Please attempt to login to one of the following servers:')
|
$r->print('<p>'.&mt('Please attempt to login to one of the following servers:')
|
Line 1198 END
|
Line 1203 END
|
}
|
}
|
|
|
$r->print(<<ENDDOCUMENT);
|
$r->print(<<ENDDOCUMENT);
|
<div role="contentinfo" style="padding:0;clear:both;margin:0;border:0">
|
<div class="LC_landmark" role="contentinfo">
|
<div style="float: left;">
|
<div style="float: left;">
|
<table border="0" cellspacing="0" cellpadding="0">
|
<table border="0" cellspacing="0" cellpadding="0">
|
$domainrow
|
$domainrow
|