version 1.13, 2003/12/10 15:42:49
|
version 1.14, 2003/12/10 16:05:43
|
Line 91 sub handler {
|
Line 91 sub handler {
|
my @f1=(); |
my @f1=(); |
my @f2=(); |
my @f2=(); |
|
|
$r->content_type('text/html'); |
&Apache::loncommon::content_type($r,'text/html'); |
$r->send_http_header; |
$r->send_http_header; |
|
|
$r->print('<html><head><title>LON-CAPA Construction Diffs</title></head>'); |
$r->print('<html><head><title>LON-CAPA Construction Diffs</title></head>'); |
|
|
$r->print(&Apache::loncommon::bodytag(&mt('Resource Differences'))); |
$r->print(&Apache::loncommon::bodytag('Resource Differences')); |
|
|
|
|
$r->print('<h1>'.&mt('Compare versions of').' <tt>'.$efn.'</tt></h1>'); |
$r->print('<h1>'.&mt('Compare versions of').' <tt>'.$efn.'</tt></h1>'); |