version 1.105, 2004/05/11 07:35:12
|
version 1.107, 2004/05/11 23:27:35
|
Line 132 sub handler {
|
Line 132 sub handler {
|
if ($ENV{'form.launch'} eq '2') { |
if ($ENV{'form.launch'} eq '2') { |
#$r->content_type('text/html'); |
#$r->content_type('text/html'); |
my $verify_title = &Apache::lonnet::gettitle($ENV{'form.acts'}); |
my $verify_title = &Apache::lonnet::gettitle($ENV{'form.acts'}); |
title: $verify_title"); |
|
$r->print(<<ENDSUBM); |
$r->print(<<ENDSUBM); |
<html> |
<html> |
<script type="text/javascript"> |
<script type="text/javascript"> |
Line 732 sub display_line {
|
Line 731 sub display_line {
|
# or absolute paths (for example, from sequences) |
# or absolute paths (for example, from sequences) |
my $absolute; |
my $absolute; |
my $pathprefix; |
my $pathprefix; |
if ($line=~/^\/res\//) { |
if ($line=~m|^/res/| && $startdir ne '') { |
$absolute=1; |
$absolute=1; |
$pathprefix=''; |
$pathprefix=''; |
} else { |
} else { |