version 1.8, 2016/07/25 19:50:30
|
version 1.9, 2025/03/04 02:24:03
|
Line 77 sub handler {
|
Line 77 sub handler {
|
&Apache::lonhtmlcommon::breadcrumbs('Server Status Information')); |
&Apache::lonhtmlcommon::breadcrumbs('Server Status Information')); |
|
|
if (keys(%candisplay) > 0) { |
if (keys(%candisplay) > 0) { |
$r->print('<h2>'.&mt('Server Utilities for Domain: [_1]','<i>'.$domdesc.'</i>'). |
$r->print(&print_status_menu(\%candisplay,$dom)); |
'</h2>'.&print_status_menu(\%candisplay,$dom)); |
|
} else { |
} else { |
$r->print( |
$r->print( |
'<h2>'.&mt('No information available').'</h2>' |
'<h2>'.&mt('No information available').'</h2>' |