/[Frey]/trunk/lib/ExtJS/Portal.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/ExtJS/Portal.pm

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

revision 159 by dpavlin, Thu Jul 17 18:02:06 2008 UTC revision 1133 by dpavlin, Tue Jun 30 15:10:55 2009 UTC
# Line 27  sub depends { Line 27  sub depends {
27    
28  }  }
29    
30  sub markup {  sub as_markup {
31          my $self = shift;          my $self = shift;
32          $self->page(          $self->html_page(
33                  title => "Custom Layouts and Containers - Portal Sample",                  title => "Custom Layouts and Containers - Portal Sample",
34                  body => qq|                  body => qq|
35                          <script type="text/javascript" src="$ext/examples/shared/examples.js"></script><!-- EXAMPLES -->                          <script type="text/javascript" src="$ext/examples/shared/examples.js"></script><!-- EXAMPLES -->
36                  |,                  |,
37          );          );
38  }  }
39    
40    __PACKAGE__->meta->make_immutable;
41    no Moose;
42    
43    1;

Legend:
Removed from v.159  
changed lines
  Added in v.1133

  ViewVC Help
Powered by ViewVC 1.1.26