version 1.136, 2008/08/07 16:43:18
|
version 1.137.2.1, 2009/11/17 01:21:08
|
Line 166 Your cookie information is incorrect.
|
Line 166 Your cookie information is incorrect.
|
</body> |
</body> |
</html> |
</html> |
END |
END |
return; |
exit; |
} |
} |
|
|
my %perlvar=%{&LONCAPA::Configuration::read_conf('loncapa.conf')}; |
my %perlvar=%{&LONCAPA::Configuration::read_conf('loncapa.conf')}; |
Line 1071 sub analyze_logfile {
|
Line 1071 sub analyze_logfile {
|
$logfilename=~s{^\Q$perlvar{'lonPrtDir'}\E}{/prtspool}; |
$logfilename=~s{^\Q$perlvar{'lonPrtDir'}\E}{/prtspool}; |
print "<b><big>" |
print "<b><big>" |
.&mt('The link to [_1]Your log file[_2]' |
.&mt('The link to [_1]Your log file[_2]' |
,'<a href="$logfilename">'.$logfilename.'</a>') |
,'<a href="'.$logfilename.'">','</a>') |
."</big></b>\n"; |
."</big></b>\n"; |
#link to original LaTeX file |
#link to original LaTeX file |
my $tex_temporary_file=IO::File->new($texfile) || die "Couldn't open tex file $texfile for reading: $!\n"; |
my $tex_temporary_file=IO::File->new($texfile) || die "Couldn't open tex file $texfile for reading: $!\n"; |