--- trunk/share/web/templates/list 2007/02/06 00:20:23 43 +++ trunk/share/web/templates/list 2007/02/06 23:28:48 47 @@ -1,5 +1,5 @@ <%args> -$next +$next => undef <%init> @@ -8,6 +8,9 @@ moniker => 'filter_list', arguments => { %ARGS }, ); + +#use Data::Dump qw/dump/; +#warn "ARGS = ", dump( %ARGS ); <&| /_elements/wrapper, title => "SVN Reporitory Browser" &> @@ -16,6 +19,7 @@ <% $filter->form_field('author') %> <% $filter->form_field('branch') %> +<% $filter->form_field('rel_path') %> <% $filter->form_field('search') %>
@@ -33,7 +37,13 @@
% while (my $r = $revisions->next) { - <& /actions, revision => $r->revision, next => $next, show_actions => $filter->argument_value('show_actions'), r => $r &> + <& /actions, + revision => $r->revision, + rel_path => $filter->argument_value('rel_path'), + next => $next, + show_actions => $filter->argument_value('show_actions'), + r => $r + &> % }