/[Perly]/lib/Perly/View.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 /lib/Perly/View.pm

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

revision 13 by dpavlin, Tue Jun 5 14:21:22 2007 UTC revision 14 by dpavlin, Tue Jun 5 22:38:29 2007 UTC
# Line 67  template '/upload' => page { Line 67  template '/upload' => page {
67          }          }
68  };  };
69    
70    template '/run' => page {
71            h1 { _("Run code on some input") },
72            form {
73                    my $action = new_action( class => 'Run' );
74                    render_action( $action => [ 'input', 'code' ] );
75                    form_submit(
76                            label => _('Run'),
77                    );
78            }
79    };
80    
81  1;  1;

Legend:
Removed from v.13  
changed lines
  Added in v.14

  ViewVC Help
Powered by ViewVC 1.1.26