/[suikacvs]/test/html-webhacc/WebHACC/Output.pm
Suika

Diff of /test/html-webhacc/WebHACC/Output.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by wakaba, Mon Sep 15 02:55:12 2008 UTC revision 1.28 by wakaba, Thu Dec 11 05:11:11 2008 UTC
# Line 182  sub start_section ($%) { Line 182  sub start_section ($%) {
182        my $st = $opt{short_title} || $opt{title};        my $st = $opt{short_title} || $opt{title};
183        push @{$self->{nav}},        push @{$self->{nav}},
184            [$id => $st => $opt{text}] if $self->{section_rank} == 2;            [$id => $st => $opt{text}] if $self->{section_rank} == 2;
185          
186        $self->start_tag ('script');        unless ($opt{notab}) {
187        $self->html (qq[ addSectionLink ('$id', ']);          $self->start_tag ('script');
188        $self->nl_text ($st, text => $opt{text});          $self->html (qq[ addSectionLink ('$id', ']);
189        if (defined $opt{parent_id}) {          $self->nl_text ($st, text => $opt{text});
190          $self->html (q[', '] . $opt{parent_id});          if (defined $opt{parent_id}) {
191              $self->html (q[', '] . $opt{parent_id});
192            }
193            $self->html (q[') ]);
194            $self->end_tag ('script');
195        }        }
       $self->html (q[') ]);  
       $self->end_tag ('script');  
196      }      }
197    } else {    } else {
198      $self->html ('>');      $self->html ('>');
# Line 561  sub generate_input_section ($$) { Line 563  sub generate_input_section ($$) {
563        {value => 'application/atom+xml'},        {value => 'application/atom+xml'},
564        {value => 'text/cache-manifest'},        {value => 'text/cache-manifest'},
565        {value => 'text/css'},        {value => 'text/css'},
566          {value => 'text/x-css-inline'},
567        {value => 'text/x-h2h'},        {value => 'text/x-h2h'},
568        {value => 'text/html'},        {value => 'text/html'},
569          {value => 'text/x-regexp-js'},
570        {value => 'text/x-webidl'},        {value => 'text/x-webidl'},
571        {value => 'application/xhtml+xml'},        {value => 'application/xhtml+xml'},
572        {value => 'application/xml'},        {value => 'application/xml'},

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.28

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24