--- trunk/share/web/templates/list 2006/12/17 14:40:21 38 +++ trunk/share/web/templates/list 2006/12/17 15:05:20 39 @@ -1,15 +1,9 @@ <%args> +$filter +$next <%init> -my $filter = Jifty->web->new_action( - class => 'Filter', - moniker => 'filter_list', - arguments => { %ARGS }, -); - -$filter->take_action if (%ARGS); - <&| /_elements/wrapper, title => "SVN Reporitory Browser" &> @@ -39,6 +33,7 @@
<% Jifty->web->tangent( url => '/rev/' . $r->revision, label => $r->revision, + continuation => $next, ) %> <% $r->author %> <% $r->commit_date %> @@ -52,7 +47,7 @@ % while (my $a = $actions->next) { % my $full_path = $a->branch . $a->rel_path ;
  • <% $a->type %> <% $full_path %> - <% Jifty->web->tangent( url => '/rev/' . $r->revision . $full_path, label => 'diff' ) %> + <% Jifty->web->tangent( url => '/rev/' . $r->revision . $full_path, label => 'diff', continuation => $next ) %>
  • % }