version 1.13, 2005/02/09 21:21:08
|
version 1.14, 2005/02/17 08:29:43
|
Line 501 sub handler {
|
Line 501 sub handler {
|
bug=>'instructor interface'}); |
bug=>'instructor interface'}); |
# |
# |
# Give the LON-CAPA page header |
# Give the LON-CAPA page header |
$r->print('<html><head>'.&styles.'<title>'. |
my $html=&Apache::lonxml::xmlbegin(); |
|
$r->print($html.'<head>'.&styles().'<title>'. |
&mt('Student Activity'). |
&mt('Student Activity'). |
"</title></head>\n". |
"</title></head>\n". |
&Apache::loncommon::bodytag('Student Activity'). |
&Apache::loncommon::bodytag('Student Activity'). |