/[Frey]/trunk/lib/Frey/ObjectBrowser.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/Frey/ObjectBrowser.pm

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

revision 120 by dpavlin, Sun Jul 13 16:17:34 2008 UTC revision 121 by dpavlin, Mon Jul 14 21:22:43 2008 UTC
# Line 122  sub html { Line 122  sub html {
122                          qq|</div>|                          qq|</div>|
123                  );                  );
124    
125              my $html = dom2html(                  $self->add_css( 'static/form.css' );
126                          html => [  
127                                  head => [              my $html = $self->page(
128                                          link  => { rel=>"stylesheet", href=>"/static/form.css", type=>"text/css" }                          body => '<h1>' . $self->fey_class . '</h1>'
129                                  ],                                  . $layout_picker
130                                  body => [                                  . $pager
131                                          h1 => [ $self->fey_class ],                                  . qq|<form method="post">$form</form>|
                                         $layout_picker,  
                                         $pager,  
                                         form => { method=>'post' } => [  
                                                 $form,  
                                         ],  
                                 ],  
                         ]  
132                  );                  );
133    
134                  warn ">>> $layout ",length( $html ),"\n";                  warn ">>> $layout ",length( $html ),"\n";

Legend:
Removed from v.120  
changed lines
  Added in v.121

  ViewVC Help
Powered by ViewVC 1.1.26