/[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 10 - (show annotations)
Sun Feb 18 00:21:01 2007 UTC (17 years, 3 months ago) by dpavlin
File size: 364 byte(s)
added quick +grep bookmarklet to add feeds
1 <%init>
2
3 my $feed = Jifty->web->new_action(
4 class => 'CreateFeed',
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') %>
15 <% $feed->form_field('title') %>
16 <% $feed->button( label => 'Add', url => '/' ) %>
17 <% Jifty->web->form->end %>
18
19 </&>

  ViewVC Help
Powered by ViewVC 1.1.26