/[Grep]/share/web/templates/add
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /share/web/templates/add

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19 - (show annotations)
Sun Feb 18 12:51:26 2007 UTC (17 years, 2 months ago) by dpavlin
File size: 448 byte(s)
added cookie and search_uri to feed model
1 <%init>
2
3 # map { $ARGS{$_} =~ s/\Q|!|\E/;/g } keys %ARGS;
4
5 my $feed = Jifty->web->new_action(
6 class => 'CreateFeed',
7 moniker => 'feed',
8 arguments => { %ARGS },
9 );
10
11 </%init>
12
13 <&| /_elements/wrapper, title => 'Grep - add new feed' &>
14
15 <% Jifty->web->form->start %>
16 <% $feed->form_field('uri') %>
17 <% $feed->form_field('title') %>
18 <% $feed->form_field('cookie') %>
19 <% $feed->button( label => 'Add', url => '/' ) %>
20 <% Jifty->web->form->end %>
21
22 </&>

  ViewVC Help
Powered by ViewVC 1.1.26