86 |
<dd>$char_length byte@{[$char_length == 1 ? '' : 's']}</dd> |
<dd>$char_length byte@{[$char_length == 1 ? '' : 's']}</dd> |
87 |
</dl> |
</dl> |
88 |
</div> |
</div> |
89 |
|
|
90 |
|
<script src="../cc-script.js"></script> |
91 |
]; |
]; |
92 |
|
|
93 |
$input->{id_prefix} = ''; |
$input->{id_prefix} = ''; |
294 |
<div id="$input->{id_prefix}parse-errors" class="section"> |
<div id="$input->{id_prefix}parse-errors" class="section"> |
295 |
<h2>Parse Errors</h2> |
<h2>Parse Errors</h2> |
296 |
|
|
297 |
<dl>]; |
<dl id="$input->{id_prefix}parse-errors-list">]; |
298 |
push @nav, ['#parse-errors' => 'Parse Error'] unless $input->{nested}; |
push @nav, ['#parse-errors' => 'Parse Error'] unless $input->{nested}; |
299 |
|
|
300 |
my $onerror = sub { |
my $onerror = sub { |
348 |
<div id="$input->{id_prefix}parse-errors" class="section"> |
<div id="$input->{id_prefix}parse-errors" class="section"> |
349 |
<h2>Parse Errors</h2> |
<h2>Parse Errors</h2> |
350 |
|
|
351 |
<dl>]; |
<dl id="$input->{id_prefix}parse-errors-list">]; |
352 |
push @nav, ['#parse-errors' => 'Parse Error'] unless $input->{prefix}; |
push @nav, ['#parse-errors' => 'Parse Error'] unless $input->{prefix}; |
353 |
|
|
354 |
my $onerror = sub { |
my $onerror = sub { |
559 |
<div id="$input->{id_prefix}parse-errors" class="section"> |
<div id="$input->{id_prefix}parse-errors" class="section"> |
560 |
<h2>Parse Errors</h2> |
<h2>Parse Errors</h2> |
561 |
|
|
562 |
<dl>]; |
<dl id="$input->{id_prefix}parse-errors-list">]; |
563 |
push @nav, ['#parse-errors' => 'Parse Error'] unless $input->{nested}; |
push @nav, ['#parse-errors' => 'Parse Error'] unless $input->{nested}; |
564 |
|
|
565 |
my $p = get_css_parser (); |
my $p = get_css_parser (); |
625 |
<div id="$input->{id_prefix}parse-errors" class="section"> |
<div id="$input->{id_prefix}parse-errors" class="section"> |
626 |
<h2>Parse Errors</h2> |
<h2>Parse Errors</h2> |
627 |
|
|
628 |
<dl>]; |
<dl id="$input->{id_prefix}parse-errors-list">]; |
629 |
push @nav, ['#parse-errors' => 'Parse Error'] unless $input->{nested}; |
push @nav, ['#parse-errors' => 'Parse Error'] unless $input->{nested}; |
630 |
|
|
631 |
my $onerror = sub { |
my $onerror = sub { |
683 |
} else { |
} else { |
684 |
print STDOUT q[<li id="$input->{id_prefix}line-1"></li>]; |
print STDOUT q[<li id="$input->{id_prefix}line-1"></li>]; |
685 |
} |
} |
686 |
print STDOUT "</ol></div>"; |
print STDOUT "</ol></div> |
687 |
|
<script> addSourceToParseErrorList ('$input->{id_prefix}'); </script>"; |
688 |
} # print_input_string_section |
} # print_input_string_section |
689 |
|
|
690 |
sub print_document_tree ($$) { |
sub print_document_tree ($$) { |