/[pub]/suikawiki/script/misc/plugins/view/stylesheet.wp2
Suika

Diff of /suikawiki/script/misc/plugins/view/stylesheet.wp2

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

revision 1.3 by wakaba, Wed Feb 18 07:22:11 2004 UTC revision 1.4 by wakaba, Sun Apr 25 07:06:50 2004 UTC
# Line 464  Function: Line 464  Function:
464    @Main:    @Main:
465      my (undef, %opt) = @_;      my (undef, %opt) = @_;
466      my $content;      my $content;
467        my $content_prop;
468      if ($opt{wiki}->{db}) {      if ($opt{wiki}->{db}) {
469        try {        try {
470          $content = $opt{wiki}->{db}->get (content => $opt{page});          $content = $opt{wiki}->{db}->get (content => $opt{page});
471            $content_prop = $opt{wiki}->{db}->get (content_prop => $opt{page});
472        } catch SuikaWiki::DB::Util::Error with {        } catch SuikaWiki::DB::Util::Error with {
473          my $err = shift;          my $err = shift;
474          $err->throw if $err->{-type} eq 'ERROR_REPORTED';          $err->throw if $err->{-type} eq 'ERROR_REPORTED';
# Line 475  Function: Line 477  Function:
477      }      }
478      my $format = SuikaWiki::Plugin->module_package ('WikiFormat')      my $format = SuikaWiki::Plugin->module_package ('WikiFormat')
479                                    ->handler (\$content,                                    ->handler (\$content,
480                                                 content_prop => $content_prop,
481                                               o => $opt{o},                                               o => $opt{o},
482                                               wiki => $opt{o}->{wiki});                                               wiki => $opt{o}->{wiki});
483      my $cfg;      my $cfg;
# Line 708  Resource: Line 711  Resource:
711      @@@:      @@@:
712        Save style selection        Save style selection
713      @@lang: en      @@lang: en
714      @WikiFormat:MediaType:Description:IMT:text/css##:
715        @@@: CSS (Cascading Style Sheets)
716        @@lang: en
717      @WikiFormat:MediaType:Label:IMT:text/css##:
718        @@@: CSS
719        @@lang: en
720    
721    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24