version 1.74, 2002/07/16 21:03:26
|
version 1.89, 2002/09/16 19:06:57
|
Line 52 use Image::Magick;
|
Line 52 use Image::Magick;
|
|
|
BEGIN { |
BEGIN { |
|
|
&Apache::lonxml::register('Apache::londefdef',('m','html','head','map','select','option','input','textarea','form','meta','title','body','center','b','strong','dt','h1','h2','h3','h4','h5','h6','cite','i','address','dd','dl','dir','ol','ul','menu','dfn','kbd','tt','code','em','q','p','br','big','small','basefont','font','s','sub','strike','sup','hr','a','li','u','output','param','applet','img','embed','allow','frameset','pre','insert','externallink','table','tr','th','td','blankspace','bubble','bubbles','bubbleline')); |
&Apache::lonxml::register('Apache::londefdef',('a','abbr','acronym','address','allow','applet','area','b','base','basefont','bgo','bgsound','big','blink','blockquote','blankspace','body','br','button','caption','center','cite','code','col','colgroup','dd','del','dfn','dir','div','dl','dt','em','embed','externallink','fieldset','font','form','frame','frameset','h1','h2','h3','h4','h5','h6','head','hr','html','i','iframe','img','input','ins','insert','isindex','kbd','keygen','label','layer','legend','li','link','m','map','marquee','menu','meta','multicol','nobr','noembed','noframes','nolayer','noscript','object','ol','optgroup','option','output','p','param','pre','q','s','samp','select','server','small','spacer','span','strike','strong','sub','sup','table','tbody','td','textarea','tfoot','th','thead','title','tr','tt','u','ul','var','wbr')); |
|
|
} |
} |
|
|
Line 91 sub start_m {
|
Line 91 sub start_m {
|
#&Apache::lonxml::debug("M is ends with:$currentstring:"); |
#&Apache::lonxml::debug("M is ends with:$currentstring:"); |
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
$currentstring = &Apache::lonxml::get_all_text_unbalanced("/m",$parser); |
$currentstring = &Apache::lonxml::get_all_text_unbalanced("/m",$parser); |
|
if ($currentstring=~/^(\s*\\\\\s*)*$/) {$currentstring = ' \vskip 0 mm ';} |
} else { |
} else { |
my $inside = &Apache::lonxml::get_all_text_unbalanced("/m",$parser); |
my $inside = &Apache::lonxml::get_all_text_unbalanced("/m",$parser); |
} |
} |
Line 122 sub end_m {
|
Line 123 sub end_m {
|
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
@Apache::londefdef::table = (); |
@Apache::londefdef::table = (); |
$currentstring .= '\documentclass[letterpaper]{article} |
$currentstring .= '\documentclass[letterpaper]{article} |
\newcommand{\keephidden}[1]{} |
\newcommand{\keephidden}[1]{} |
|
\renewcommand{\deg}{$^{\circ}$} |
\usepackage[dvips]{graphicx} |
\usepackage[dvips]{graphicx} |
\usepackage{epsfig}\usepackage{calc}'; |
\usepackage{epsfig}\usepackage{calc} |
|
\newenvironment{choicelist}{\begin{enumerate}}{\end{enumerate}}'; |
} |
} |
return $currentstring; |
return $currentstring; |
} |
} |
Line 464 EDITBUTTON
|
Line 467 EDITBUTTON
|
if ($target eq 'web') { |
if ($target eq 'web') { |
$currentstring .= $token->[4]; |
$currentstring .= $token->[4]; |
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
$currentstring .= '\large{\textbf{'; |
$currentstring .= '{\large \textbf{'; |
} elsif ($target eq 'meta') { |
} elsif ($target eq 'meta') { |
$currentstring='<subject>'; |
$currentstring='<subject>'; |
&start_output(); |
&start_output(); |
Line 491 EDITBUTTON
|
Line 494 EDITBUTTON
|
if ($target eq 'web') { |
if ($target eq 'web') { |
$currentstring .= $token->[4]; |
$currentstring .= $token->[4]; |
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
$currentstring .= '\large{\textbf{'; |
$currentstring .= '{\large \textbf{'; |
} |
} |
return $currentstring; |
return $currentstring; |
} |
} |
Line 512 EDITBUTTON
|
Line 515 EDITBUTTON
|
if ($target eq 'web') { |
if ($target eq 'web') { |
$currentstring .= $token->[4]; |
$currentstring .= $token->[4]; |
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
$currentstring .= '\large{\textbf{'; |
$currentstring .= '{\large \textbf{'; |
} |
} |
return $currentstring; |
return $currentstring; |
} |
} |
Line 533 EDITBUTTON
|
Line 536 EDITBUTTON
|
if ($target eq 'web') { |
if ($target eq 'web') { |
$currentstring .= $token->[4]; |
$currentstring .= $token->[4]; |
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
$currentstring .= '\large{\textbf{'; |
$currentstring .= '{\large \textbf{'; |
} |
} |
return $currentstring; |
return $currentstring; |
} |
} |
Line 554 EDITBUTTON
|
Line 557 EDITBUTTON
|
if ($target eq 'web') { |
if ($target eq 'web') { |
$currentstring .= $token->[4]; |
$currentstring .= $token->[4]; |
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
$currentstring .= '\large{\textbf{'; |
$currentstring .= '{\large \textbf{'; |
} |
} |
return $currentstring; |
return $currentstring; |
} |
} |
Line 575 EDITBUTTON
|
Line 578 EDITBUTTON
|
if ($target eq 'web') { |
if ($target eq 'web') { |
$currentstring .= $token->[4]; |
$currentstring .= $token->[4]; |
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
$currentstring .= '\large{\textbf{'; |
$currentstring .= '{\large \textbf{'; |
} |
} |
return $currentstring; |
return $currentstring; |
} |
} |
Line 837 EDITBUTTON
|
Line 840 EDITBUTTON
|
} |
} |
#-- <br> tag |
#-- <br> tag |
sub start_br { |
sub start_br { |
my ($target,$token) = @_; |
my ($target,$token,$tagstack,$parstack,$parser,$safeeval)=@_; |
my $currentstring = ''; |
my $currentstring = ''; |
if ($target eq 'web') { |
if ($target eq 'web') { |
$currentstring .= $token->[4]; |
$currentstring .= $token->[4]; |
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
$currentstring .= '\vskip 0 mm'; |
if ($$tagstack[-2] ne 'sub' && $$tagstack[-2] ne 'sup') { |
|
$currentstring .= '\vskip 0 mm'; |
|
} |
} elsif ($target eq 'latexsource') { |
} elsif ($target eq 'latexsource') { |
$currentstring .= '\\'; |
$currentstring .= '\\'; |
} |
} |
Line 951 EDITBUTTON
|
Line 956 EDITBUTTON
|
if ($target eq 'web') { |
if ($target eq 'web') { |
$currentstring .= $token->[4]; |
$currentstring .= $token->[4]; |
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
$currentstring .= "{\\underline "; |
$currentstring .= '\underline{'; |
} |
} |
return $currentstring; |
return $currentstring; |
} |
} |
Line 961 EDITBUTTON
|
Line 966 EDITBUTTON
|
if ($target eq 'web') { |
if ($target eq 'web') { |
$currentstring .= $token->[2]; |
$currentstring .= $token->[2]; |
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
$currentstring .= " }"; |
$currentstring .= '}'; |
} |
} |
return $currentstring; |
return $currentstring; |
} |
} |
Line 972 EDITBUTTON
|
Line 977 EDITBUTTON
|
if ($target eq 'web') { |
if ($target eq 'web') { |
$currentstring .= $token->[4]; |
$currentstring .= $token->[4]; |
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
$currentstring .= "{\\underline "; |
$currentstring .= '\underline{'; |
} |
} |
return $currentstring; |
return $currentstring; |
} |
} |
Line 982 EDITBUTTON
|
Line 987 EDITBUTTON
|
if ($target eq 'web') { |
if ($target eq 'web') { |
$currentstring .= $token->[2]; |
$currentstring .= $token->[2]; |
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
$currentstring .= " }"; |
$currentstring .= '}'; |
} |
} |
return $currentstring; |
return $currentstring; |
} |
} |
Line 1035 EDITBUTTON
|
Line 1040 EDITBUTTON
|
if ($target eq 'web') { |
if ($target eq 'web') { |
$currentstring .= $token->[4]; |
$currentstring .= $token->[4]; |
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
$currentstring .= '\vskip 0 mm \noindent\makebox[\textwidth - 8 mm][b]{\hrulefill}'; |
$currentstring .= '\vskip 0 mm \noindent\makebox[\textwidth/2 ][b]{\hrulefill}\vskip 0 mm '; |
} |
} |
return $currentstring; |
return $currentstring; |
} |
} |
Line 1048 EDITBUTTON
|
Line 1053 EDITBUTTON
|
} |
} |
return $currentstring; |
return $currentstring; |
} |
} |
|
#-- <div> tag |
|
sub start_div { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring .= $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_div { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring .= $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
#-- <a> tag |
#-- <a> tag |
sub start_a { |
sub start_a { |
my ($target,$token) = @_; |
my ($target,$token) = @_; |
Line 1067 EDITBUTTON
|
Line 1089 EDITBUTTON
|
my $tempor_var = $stackref->[$#$stackref]; |
my $tempor_var = $stackref->[$#$stackref]; |
if (index($tempor_var,'name') != -1 ) { |
if (index($tempor_var,'name') != -1 ) { |
$tempor_var =~ s/name=([^,]*),/$1/g; |
$tempor_var =~ s/name=([^,]*),/$1/g; |
# $currentstring .= " \\label{$tempor_var}"; |
|
} elsif (index($tempor_var,'href') != -1 ) { |
} elsif (index($tempor_var,'href') != -1 ) { |
$tempor_var =~ s/href=([^,]*),/$1/g; |
$tempor_var =~ s/href=([^,]*),/$1/g; |
$currentstring .= " \\ref{$tempor_var}"; |
$currentstring .= " \\ref{$tempor_var}"; |
Line 1112 EDITBUTTON
|
Line 1133 EDITBUTTON
|
if ($target eq 'web') { |
if ($target eq 'web') { |
$currentstring .= $token->[4]; |
$currentstring .= $token->[4]; |
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
$currentstring .= "{\\underline "; |
$currentstring .= '\underline{'; |
} |
} |
return $currentstring; |
return $currentstring; |
} |
} |
Line 1122 EDITBUTTON
|
Line 1143 EDITBUTTON
|
if ($target eq 'web') { |
if ($target eq 'web') { |
$currentstring .= $token->[2]; |
$currentstring .= $token->[2]; |
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
$currentstring .= " }"; |
$currentstring .= '}'; |
} |
} |
return $currentstring; |
return $currentstring; |
} |
} |
Line 1279 EDITBUTTON
|
Line 1300 EDITBUTTON
|
my $aa = {}; |
my $aa = {}; |
push @Apache::londefdef::table, $aa; |
push @Apache::londefdef::table, $aa; |
$Apache::londefdef::table[-1]{'row_number'} = -1; |
$Apache::londefdef::table[-1]{'row_number'} = -1; |
$Apache::londefdef::table[-1]{'output'} = '\begin{tabular} '; |
$Apache::londefdef::table[-1]{'output'} = ' \noindent \begin{tabular} '; |
my $border = &Apache::lonxml::get_param('border',$parstack,$safeeval); |
my $border = &Apache::lonxml::get_param('border',$parstack,$safeeval); |
unless (defined $border) { $border = 0; } |
unless (defined $border) { $border = 0; } |
if ($border) { |
if ($border) { |
Line 1295 EDITBUTTON
|
Line 1316 EDITBUTTON
|
return $currentstring; |
return $currentstring; |
} |
} |
sub end_table { |
sub end_table { |
my ($target,$token) = @_; |
my ($target,$token,$tagstack,$parstack,$parser,$safeeval) = @_; |
my $currentstring = ''; |
my $currentstring = ''; |
if ($target eq 'web') { |
if ($target eq 'web') { |
$currentstring = $token->[2]; |
$currentstring = $token->[2]; |
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
my $inmemory = ''; |
my $inmemory = ''; |
my $output = ''; |
my $output = ''; |
|
#construct header of the table |
my $header_of_table = '{'.$Apache::londefdef::table[-1]{'vvinc'}; |
my $header_of_table = '{'.$Apache::londefdef::table[-1]{'vvinc'}; |
my $in; |
my $in; |
for ($in=0;$in<=$Apache::londefdef::table[-1]{'counter_columns'};$in++) { |
for ($in=0;$in<=$Apache::londefdef::table[-1]{'counter_columns'};$in++) { |
$header_of_table .= $Apache::londefdef::table[-1]{'columns'}[$in].$Apache::londefdef::table[-1]{'vvinc'}; |
$header_of_table .= $Apache::londefdef::table[-1]{'columns'}[$in].$Apache::londefdef::table[-1]{'vvinc'}; |
} |
} |
$header_of_table .= '}'; |
$header_of_table .= '}'; |
|
#fill the table |
for ($in=0;$in<=$Apache::londefdef::table[-1]{'row_number'};$in++) { |
for ($in=0;$in<=$Apache::londefdef::table[-1]{'row_number'};$in++) { |
$output .= $Apache::londefdef::table[-1]{'rowdata'}[$in]; |
$output .= $Apache::londefdef::table[-1]{'rowdata'}[$in]; |
chop $output; |
chop $output; |
$output .= ' \\\\ '; |
$output .= ' \\\\ '; |
} |
} |
my @length = split(/,/,$Apache::londefdef::table[-1]{'length'}); |
#define the length of the table cells |
my $how_many_columns = $#length+1; |
my @lengthforoutput = split(/,/,$Apache::londefdef::table[-1]{'lengthrow'}[0]); |
my $parboxlength = '(\textwidth'; |
my $how_many_columns = $#lengthforoutput + 1; |
for (my $io=0; $io<=$#length;$io++) { |
my $filled_columns = 0; |
if ($length[$io] ne '') { |
foreach my $tempo_length (@{ $Apache::londefdef::table[-1]{'lengthrow'} }) { |
$parboxlength .= ' - '.$length[$io].' '; |
my @length = split(/,/,$tempo_length); |
|
my $nfilled_columns = 0; |
|
for (my $ico=0;$ico<$how_many_columns;$ico++) { |
|
if (not $lengthforoutput[$ico]=~m/\s*0\s*/) {$nfilled_columns++;} |
|
} |
|
if ($nfilled_columns > $filled_columns) {$filled_columns=$nfilled_columns;} |
|
} |
|
my $temp_file; |
|
my $filename = "/home/httpd/prtspool/$ENV{'user.name'}_$ENV{'user.domain'}_printout.tbl"; |
|
if (-e $filename) { |
|
$temp_file = Apache::File->new($filename); |
|
my @tbl_file_content = <$temp_file>; |
|
my ($one,$two) = split(/,/,$tbl_file_content[0]); |
|
$how_many_columns+=$one-1; |
|
$filled_columns+=$two; |
|
} else { |
|
$temp_file = Apache::File->new('>>'.$filename); |
|
} |
|
print $temp_file "$how_many_columns,$filled_columns\n"; |
|
foreach my $tempo_length (@{ $Apache::londefdef::table[-1]{'lengthrow'} }) { |
|
my @length = split(/,/,$tempo_length); |
|
for (my $ico=0;$ico<=$#lengthforoutput;$ico++) { |
|
$lengthforoutput[$ico] =~ m/(\d*\.?\d*)\s*(\w+)/; |
|
my $old_value = $1; |
|
my $old_unit = $2; |
|
if ($old_unit eq 'cm') { |
|
$old_value = $old_value * 10; |
|
} elsif ($old_unit eq 'in') { |
|
$old_value = $old_value * 25.4; |
|
} elsif ($old_unit eq 'pt') { |
|
$old_value = $old_value * 25.4/72.27; |
|
} elsif ($old_unit eq 'pc') { |
|
$old_value = $old_value * 25.4/6.022; |
|
} |
|
$old_unit = 'mm'; |
|
$length[$ico] =~ m/(\d*\.?\d*)\s*(\w+)/; |
|
my $new_value = $1; |
|
my $new_unit = $2; |
|
if ($new_unit eq 'cm') { |
|
$new_value = $new_value * 10; |
|
} elsif ($old_unit eq 'in') { |
|
$new_value = $new_value * 25.4; |
|
} elsif ($old_unit eq 'pt') { |
|
$new_value = $new_value * 25.4/72.27; |
|
} elsif ($old_unit eq 'pc') { |
|
$new_value = $new_value * 25.4/6.022; |
|
} |
|
$new_unit = 'mm'; |
|
if ($old_value < $new_value) { |
|
$lengthforoutput[$ico] = $new_value.' mm'; |
|
} else { |
|
$lengthforoutput[$ico] = $old_value.' mm'; |
|
} |
} |
} |
} |
} |
$parboxlength .= ')/'.$how_many_columns.' - 7 mm'; |
my $parboxlength = '(\textwidth'; |
|
for (my $io=0; $io<=$#lengthforoutput;$io++) { |
|
$parboxlength .= ' - '.$lengthforoutput[$io].' '; |
|
} |
|
$parboxlength .= ')/($GLOBALnumberOFcolumns+1) - 3 mm'; |
|
$output =~ s/\\parbox{}{}/\\parbox{1 mm}{}/g; |
|
$output =~ s/\\parbox{}{(\\textbf{\w?\.?})}/\\parbox{5 mm}{$1}/g; #for stupid tables with empty columns |
$output =~ s/\\parbox{}/\\parbox{$parboxlength}/g; |
$output =~ s/\\parbox{}/\\parbox{$parboxlength}/g; |
|
my ($howmanyatall,$howmanyfilled) = (0,0); |
|
|
|
my @tagar = @$tagstack; |
|
my $signature = 1; |
|
for (my $ico=0;$ico<$#tagar;$ico++) { |
|
if ($tagar[$ico] eq 'table') { $signature = 0; } |
|
} |
|
if ($signature) { |
|
my $totalnumber = $how_many_columns-$filled_columns-1; |
|
$output =~ s/\$GLOBALnumberOFcolumns/$totalnumber/g; |
|
} |
$Apache::londefdef::table[-1]{'output'} .= $header_of_table.$output.$Apache::londefdef::table[-1]{'hinc'}.'\end{tabular}\vskip 0 mm '; |
$Apache::londefdef::table[-1]{'output'} .= $header_of_table.$output.$Apache::londefdef::table[-1]{'hinc'}.'\end{tabular}\vskip 0 mm '; |
if ($#Apache::londefdef::table > 0) { |
if ($#Apache::londefdef::table > 0) { |
$inmemory = $Apache::londefdef::table[-1]{'output'}; |
$inmemory = $Apache::londefdef::table[-1]{'output'}; |
Line 1332 EDITBUTTON
|
Line 1424 EDITBUTTON
|
$currentstring = $Apache::londefdef::table[-1]{'output'}; |
$currentstring = $Apache::londefdef::table[-1]{'output'}; |
$currentstring =~ s/\\\\\s+\\\\/\\\\/g; |
$currentstring =~ s/\\\\\s+\\\\/\\\\/g; |
pop @Apache::londefdef::table; |
pop @Apache::londefdef::table; |
|
if (-e $filename) { |
|
unlink $filename; |
|
} |
} |
} |
} |
} |
return $currentstring; |
return $currentstring; |
Line 1352 EDITBUTTON
|
Line 1447 EDITBUTTON
|
} |
} |
push ( @{ $Apache::londefdef::table[-1]{'rowdata'} }, $Apache::londefdef::table[-1]{'hinc'}); |
push ( @{ $Apache::londefdef::table[-1]{'rowdata'} }, $Apache::londefdef::table[-1]{'hinc'}); |
$Apache::londefdef::table[-1]{'counter_columns'} = -1; |
$Apache::londefdef::table[-1]{'counter_columns'} = -1; |
$Apache::londefdef::table[-1]{'length'} = ''; #just added |
$Apache::londefdef::table[-1]{'length'} = ''; |
|
|
} |
} |
return $currentstring; |
return $currentstring; |
} |
} |
Line 1363 EDITBUTTON
|
Line 1457 EDITBUTTON
|
if ($target eq 'web') { |
if ($target eq 'web') { |
$currentstring = $token->[2]; |
$currentstring = $token->[2]; |
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
# $currentstring .= ' START ROW '. $Apache::londefdef::table[-1]{'rowdata'}[$Apache::londefdef::table[-1]{'row_number'}].' END ROW '; |
# $currentstring .= ' START ROW '. $Apache::londefdef::table[-1]{'rowdata'}[$Apache::londefdef::table[-1]{'row_number'}].' END ROW '; |
|
push @{ $Apache::londefdef::table[-1]{'lengthrow'} },$Apache::londefdef::table[-1]{'length'}; |
|
|
} |
} |
return $currentstring; |
return $currentstring; |
} |
} |
Line 1388 EDITBUTTON
|
Line 1484 EDITBUTTON
|
sub end_td { |
sub end_td { |
my ($target,$token) = @_; |
my ($target,$token) = @_; |
my $currentstring = ''; |
my $currentstring = ''; |
|
my $tempolen = ''; |
if ($target eq 'web') { |
if ($target eq 'web') { |
$currentstring = $token->[2]; |
$currentstring = $token->[2]; |
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
my $current_row = $Apache::londefdef::table[-1]{'row_number'}; |
my $current_row = $Apache::londefdef::table[-1]{'row_number'}; |
my $data=&Apache::lonxml::endredirection(); |
my $data=&Apache::lonxml::endredirection(); |
if ($data=~m/width\s*=\s*(\d+\.*\d*\s*(mm|cm))/) { #just added |
if ($data=~m/width\s*=\s*(\d+\.*\d*\s*(mm|cm|in|pc|pt))/) { |
$Apache::londefdef::table[-1]{'length'} .= $1.','; #just added |
$Apache::londefdef::table[-1]{'length'} .= $1.','; |
} #just added |
$tempolen = $1; |
@{ $Apache::londefdef::table[-1]{'rowdata'} }[$current_row] .= '\parbox{'.$1.'}{'.$data.'} '.$Apache::londefdef::table[-1]{'vinc'}; |
} else { |
|
if (length($data)<5) { |
|
$Apache::londefdef::table[-1]{'length'} .= '7 mm,'; |
|
$tempolen = '5 mm'; |
|
} else { |
|
$Apache::londefdef::table[-1]{'length'} .= '0 mm,'; |
|
$tempolen = ''; |
|
} |
|
} |
|
@{ $Apache::londefdef::table[-1]{'rowdata'} }[$current_row] .= '\parbox{'.$tempolen.'}{'.$data.'} '.$Apache::londefdef::table[-1]{'vinc'}; |
} |
} |
return $currentstring; |
return $currentstring; |
} |
} |
Line 1426 EDITBUTTON
|
Line 1532 EDITBUTTON
|
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
my $current_row = $Apache::londefdef::table[-1]{'row_number'}; |
my $current_row = $Apache::londefdef::table[-1]{'row_number'}; |
my $data=&Apache::lonxml::endredirection(); |
my $data=&Apache::lonxml::endredirection(); |
if ($data=~m/width\s*=\s*(\d+\.*\d*\s*(mm|cm))/) { #just added |
if ($data=~m/width\s*=\s*(\d+\.*\d*\s*(mm|cm))/) { |
$Apache::londefdef::table[-1]{'length'} .= $1.','; #just added |
$Apache::londefdef::table[-1]{'length'} .= $1.','; |
} #just added |
} else { |
|
$Apache::londefdef::table[-1]{'length'} .= '0 mm,'; |
|
} |
@{ $Apache::londefdef::table[-1]{'rowdata'} }[$current_row] .= '\parbox{'.$1.'}{\textbf{'.$data.'}} '.$Apache::londefdef::table[-1]{'vinc'}; |
@{ $Apache::londefdef::table[-1]{'rowdata'} }[$current_row] .= '\parbox{'.$1.'}{\textbf{'.$data.'}} '.$Apache::londefdef::table[-1]{'vinc'}; |
} |
} |
return $currentstring; |
return $currentstring; |
Line 1441 EDITBUTTON
|
Line 1549 EDITBUTTON
|
my $currentstring = ''; |
my $currentstring = ''; |
my $width_param = ''; |
my $width_param = ''; |
my $height_param = ''; |
my $height_param = ''; |
my $scaling = .3; |
my $scaling = .3; |
|
|
if ($target eq 'web') { |
if ($target eq 'web') { |
$currentstring = $token->[4]; |
$currentstring = $token->[4]; |
} elsif ($target eq 'tex') { |
} elsif ($target eq 'tex') { |
my $src = &Apache::lonxml::get_param('src',$parstack,$safeeval); |
my $src = &Apache::lonxml::get_param('src',$parstack,$safeeval); |
$src=&Apache::lonnet::filelocation($Apache::lonxml::pwd[-1],$src); |
$src=&Apache::lonnet::filelocation($Apache::lonxml::pwd[-1],$src); |
my $image = Image::Magick->new; |
#if original gif/jpg file exist do following: |
my $current_figure = $image->Read($src); |
if (-e $src) { |
$width_param = $image->Get('width') * $scaling;; |
#defines the default size of image |
$height_param = $image->Get('height') * $scaling;; |
my $image = Image::Magick->new; |
undef $image; |
my $current_figure = $image->Read($src); |
my $epssrc = $src; |
$width_param = $image->Get('width') * $scaling;; |
$epssrc =~ s/(\.gif|\.jpg)$/\.eps/i; |
$height_param = $image->Get('height') * $scaling;; |
if (not -e $epssrc) { |
undef $image; |
my $localfile = $epssrc; |
#do we have any specified size of the picture? |
$localfile =~ s/.*(\/res)/$1/; |
my $TeXwidth = &Apache::lonxml::get_param('TeXwidth',$parstack,$safeeval); |
|
my $TeXheight = &Apache::lonxml::get_param('TeXheight',$parstack,$safeeval); |
|
my $width = &Apache::lonxml::get_param('width',$parstack,$safeeval); |
|
if ($TeXwidth ne '') { |
|
$width_param = $TeXwidth; |
|
} elsif ($TeXheight ne '') { |
|
$width_param = $TeXheight/$height_param*$width_param; |
|
} elsif ($width ne '') { |
|
$width_param = $width*$scaling; |
|
} |
my $file; |
my $file; |
my $path; |
my $path; |
if ($localfile =~ m!(.*)/([^/]*)$!) { |
if ($src =~ m!(.*)/([^/]*)$!) { |
$file = $2; |
$file = $2; |
$path = $1.'/'; |
$path = $1.'/'; |
} |
} |
my $signal_eps = 0; |
my $newsrc = $src; |
my @content_directory = &Apache::lonnet::dirlist($path); |
$newsrc =~ s/(\.gif|\.jpg)$/\.eps/i; |
for (my $iy=0;$iy<=$#content_directory;$iy++) { |
$file=~s/(\.gif|\.jpg)$/\.eps/i; |
my @tempo_array = split(/&/,$content_directory[$iy]); |
#where can we find the picture? |
$content_directory[$iy] = $tempo_array[0]; |
if (-e $newsrc) { |
if ($file eq $tempo_array[0]) { |
#eps counterpart for image exist |
$signal_eps = 1; |
if ($path) { |
last; |
$currentstring .= '\noindent\graphicspath{{'.$path.'}}\fbox{\includegraphics[width='.$width_param.' mm]{'.$file.'}} '; |
} |
} |
} |
|
if ($signal_eps) { |
|
my $eps_file = &Apache::lonnet::getfile($localfile); |
|
} else { |
} else { |
$localfile = $src; |
#there is no eps counterpart for image - check for ps one |
$localfile =~ s/.*(\/res)/$1/; |
$newsrc =~ s/\.eps$/\.ps/; |
my $as = &Apache::lonnet::getfile($src); |
if (-e $newsrc) { |
} |
#ps counterpart for image exist |
} |
$file =~ s/\.eps$/\.ps/; |
my $file; |
if ($path) { |
my $path; |
$currentstring .= '\noindent\graphicspath{{'.$path.'}}\fbox{\includegraphics[width='.$width_param.' mm]{'.$file.'}} '; |
if ($src =~ m!(.*)/([^/]*)$!) { |
} |
$file = $2; |
} else { |
$path = $1.'/'; |
#there aren't eps or ps - so create eps |
} |
my $temp_file; |
my $newsrc = $src; |
my $filename = "/home/httpd/prtspool/$ENV{'user.name'}_$ENV{'user.domain'}_printout.dat"; |
$newsrc =~ s/(\.gif|\.jpg)$/\.eps/i; |
$temp_file = Apache::File->new('>>'.$filename); |
$file=~s/(\.gif|\.jpg)$/\.eps/i; |
print $temp_file "$src\n"; |
#do we have any specified size of the picture? |
$currentstring .= '\graphicspath{{/home/httpd/prtspool/}}\fbox{\includegraphics[width='.$width_param.' mm]{'.$file.'}} '; |
my $TeXwidth = &Apache::lonxml::get_param('TeXwidth',$parstack,$safeeval); |
} |
my $TeXheight = &Apache::lonxml::get_param('TeXheight',$parstack,$safeeval); |
|
my $width = &Apache::lonxml::get_param('width',$parstack,$safeeval); |
|
if ($TeXwidth ne '') { |
|
$width_param = $TeXwidth; |
|
} elsif ($TeXheight ne '') { |
|
$width_param = $TeXheight/$height_param*$width_param; |
|
} elsif ($width ne '') { |
|
$width_param = $width*$scaling; |
|
} |
|
#where can we find the picture? |
|
if (-e $newsrc) { |
|
if ($path) { |
|
$currentstring .= '\noindent\graphicspath{{'.$path.'}}\fbox{\includegraphics[width='.$width_param.' mm]{'.$file.'}} '; |
|
} |
} |
} else { |
} else { |
my $temp_file; |
#original image file doesn't exist so check the alt attribute |
my $filename = "/home/httpd/prtspool/$ENV{'user.name'}_$ENV{'user.domain'}_printout.dat"; |
my $alt = &Apache::lonxml::get_param('alt',$parstack,$safeeval); |
$temp_file = Apache::File->new('>>'.$filename); |
if ($alt) { |
print $temp_file "$src\n"; |
$currentstring .= ' '.$alt.' '; |
$currentstring .= '\graphicspath{{/home/httpd/prtspool/}}\fbox{\includegraphics[width='.$width_param.' mm]{'.$file.'}} '; |
} else { |
|
#there are no image and alt attribute |
|
$currentstring .= ' THE ORIGINAL PROBLEM CONTAINS EMPTY IMG TAG WITHOUT IMAGE AND ALT ATTRIBUTE '; |
|
} |
} |
} |
} |
} |
return $currentstring; |
return $currentstring; |
Line 1607 sub start_embed {
|
Line 1711 sub start_embed {
|
} |
} |
return $currentstring; |
return $currentstring; |
} |
} |
|
|
#-- <allow> tag |
#-- <allow> tag |
|
|
sub start_allow { |
sub start_allow { |
my ($target,$token) = @_; |
my ($target,$token,$tagstack,$parstack,$parser,$safeeval) = @_; |
|
|
$Apache::lonxml::extlinks[$#Apache::lonxml::extlinks+1]= |
$Apache::lonxml::extlinks[$#Apache::lonxml::extlinks+1]= |
$token->[2]->{'src'}; |
$token->[2]->{'src'}; |
|
my $src = &Apache::lonxml::get_param('src',$parstack,$safeeval); |
|
if (not -e '/home/httpd/html'.$src) { |
|
#replicates image itself |
|
&Apache::lonnet::repcopy($src); |
|
#replicates eps or ps |
|
my $newsrc = $src; |
|
$newsrc =~ s/(.gif|.jpg)$/.eps/; |
|
if (not-e $newsrc && &Apache::lonnet::repcopy($newsrc) ne 'OK') { |
|
$newsrc =~ s/\.ps$/\.eps/; |
|
&Apache::lonnet::repcopy($newsrc); |
|
} |
|
} |
return ''; |
return ''; |
} |
} |
sub end_allow { |
sub end_allow { |
Line 1717 sub start_embed {
|
Line 1829 sub start_embed {
|
} |
} |
return $currentstring; |
return $currentstring; |
} |
} |
|
#-- <abbr> tag |
|
sub start_abbr { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_abbr { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <acronym> tag |
|
sub start_acronym { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_acronym { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <area> tag |
|
sub start_area { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_area { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <base> tag |
|
sub start_base { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_base { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <bdo> tag |
|
sub start_bdo { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_bdo { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <bgsound> tag |
|
sub start_bgsound { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_bgsound { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <blink> tag |
|
sub start_blink { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_blink { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <blockquote> tag |
|
sub start_blockquote { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_blockquote { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <button> tag |
|
sub start_button { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_button { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <caption> tag |
|
sub start_caption { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_caption { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <col> tag |
|
sub start_col { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_col { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <colgroup> tag |
|
sub start_colgroup { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_colgroup { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <del> tag |
|
sub start_del { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_del { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <fieldset> tag |
|
sub start_fieldset { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_fieldset { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <frame> tag |
|
sub start_frame { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_frame { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <iframe> tag |
|
sub start_iframe { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_iframe { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <ins> tag |
|
sub start_ins { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_ins { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <isindex> tag |
|
sub start_isindex { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_isindex { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <keygen> tag |
|
sub start_keygen { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_keygen { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <label> tag |
|
sub start_label { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_label { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <layer> tag |
|
sub start_layer { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_layer { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <legend> tag |
|
sub start_legend { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_legend { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <link> tag |
|
sub start_link { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_link { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <marquee> tag |
|
sub start_marquee { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_marquee { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <malticol> tag |
|
sub start_malticol { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_malticol { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <nobr> tag |
|
sub start_nobr { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_nobr { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <noembed> tag |
|
sub start_noembed { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_noembed { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <noframes> tag |
|
sub start_noframes { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_noframes { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <nolayer> tag |
|
sub start_nolayer { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_nolayer { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <noscript> tag |
|
sub start_noscript { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_noscript { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <object> tag |
|
sub start_object { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_object { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <optgroup> tag |
|
sub start_optgroup { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_optgroup { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <samp> tag |
|
sub start_samp { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_samp { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <server> tag |
|
sub start_server { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_server { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <spacer> tag |
|
sub start_spacer { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_spacer { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <span> tag |
|
sub start_span { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_span { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <tbody> tag |
|
sub start_tbody { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_tbody { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <tfoot> tag |
|
sub start_tfoot { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_tfoot { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <thead> tag |
|
sub start_thead { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_thead { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <var> tag |
|
sub start_var { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_var { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
|
#-- <wbr> tag |
|
sub start_wbr { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[4]; |
|
} |
|
return $currentstring; |
|
} |
|
sub end_wbr { |
|
my ($target,$token) = @_; |
|
my $currentstring = ''; |
|
if ($target eq 'web') { |
|
$currentstring = $token->[2]; |
|
} |
|
return $currentstring; |
|
} |
1; |
1; |
__END__ |
__END__ |