/[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 26 - (show annotations)
Mon Feb 19 10:58:27 2007 UTC (17 years, 2 months ago) by dpavlin
File size: 451 byte(s)
a sprinke of ajax magic and better detection of grep in search URIs
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 => '/' ) %>
18 <% Jifty->web->form->end %>
19
20 </&>

  ViewVC Help
Powered by ViewVC 1.1.26