/[Grep]/share/web/templates/fragments/local_results
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/fragments/local_results

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24 - (show annotations)
Sun Feb 18 20:09:08 2007 UTC (17 years, 3 months ago) by dpavlin
File size: 364 byte(s)
Major re-work of templates, to enable helper local results on the right while fetching
new search resuts from remote feeds.
1 <%args>
2 $q
3 </%args>
4 <%init>
5 my $search = Jifty->web->new_action(
6 class => 'SearchItem',
7 moniker => 'local-search',
8 arguments => {
9 content_contains => $q,
10 },
11 sticky_on_success => 1,
12 );
13
14 $search->run or die "can't run?";
15 </%init>
16 <div class="right">
17 <& /fragments/results, coll => $search->result->content('search'), item_fragment => 'result_short' &>
18 </div>

  ViewVC Help
Powered by ViewVC 1.1.26