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

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

revision 120 by dpavlin, Sun Jul 13 17:38:01 2008 UTC revision 121 by dpavlin, Mon Jul 14 21:22:43 2008 UTC
# Line 57  sub html { Line 57  sub html {
57                          qq|</div>|                          qq|</div>|
58                  ;                  ;
59    
60              my $html = dom2html(                  $self->add_css( 'static/form.css' );
61                          html => [  
62                                  head => [              my $html = $self->page(
63                                          link  => { rel=>"stylesheet", href=>"/static/form.css", type=>"text/css" }                          body => '<h1>' . $self->fey_class . '</h1>'
64                                  ],                                  . $layout_picker
65                                  body => [                                  . qq|<form method="post">$form</form>|
                                         h1 => [ $self->fey_class ],  
                                         $layout_picker,  
                                         form => { method=>'post' } => [  
                                                 $form,  
                                         ],  
                                 ],  
                         ]  
66                  );                  );
67    
68                  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