/[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 61 - (show annotations)
Wed Feb 21 19:37:46 2007 UTC (17 years, 3 months ago) by dpavlin
File size: 456 byte(s)
redirect users to fetch new results after adding feed
1 <%init>
2
3 my $feed = Jifty->web->new_action(
4 class => 'AddFeed',
5 moniker => 'feed',
6 arguments => { %ARGS },
7 );
8
9 </%init>
10
11 <&| /_elements/wrapper, title => 'Grep - add new feed' &>
12
13 <% Jifty->web->form->start %>
14 <% $feed->form_field('uri', ajax_validates => 1, focus => 1 ) %>
15 <% $feed->form_field('title') %>
16 <% $feed->form_field('cookie', ajax_validates => 1 ) %>
17 <% $feed->button( label => 'Add', url => '/fetch' ) %>
18 <% Jifty->web->form->end %>
19
20 </&>

  ViewVC Help
Powered by ViewVC 1.1.26