/[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 74 by dpavlin, Wed Jul 9 16:41:00 2008 UTC revision 75 by dpavlin, Wed Jul 9 20:47:27 2008 UTC
# Line 57  sub html { Line 57  sub html {
57                  push @w, $w;                  push @w, $w;
58          }          }
59    
60            push @w, Strix::View::User->new( render_as => 'edit' );
61    
62          while ( 1 ) {          while ( 1 ) {
63            
64                    warn "# got $#w elements\n";
65    
66                  my $form = join('<hr/>', map { $_->process($f) } @w );                  my $form = join('<hr/>', map { $_->process($f) } @w );
67              my $doc = Continuity::Widget::DomNode->create(              my $doc = Continuity::Widget::DomNode->create(
68                          html => [                          html => [
# Line 67  sub html { Line 72  sub html {
72                                  body => [                                  body => [
73                                          h1 => [ 'Strix::User' ],                                          h1 => [ 'Strix::User' ],
74                                          form => { method=>'post' } => [                                          form => { method=>'post' } => [
75                                                  $form                                                  $form,
76                                          ],                                          ],
77                                  ],                                  ],
78                          ]                          ]
# Line 77  sub html { Line 82  sub html {
82                  $req->next;                  $req->next;
83    
84                  $f = { $req->params };                  $f = { $req->params };
                 warn "...here we go again...";  
85          }          }
86    
87          warn "NO WAY OUT!";          warn "NO WAY OUT!";

Legend:
Removed from v.74  
changed lines
  Added in v.75

  ViewVC Help
Powered by ViewVC 1.1.26