/[SVNBrowser]/trunk/share/web/templates/list
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/share/web/templates/list

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 35 by dpavlin, Sun Dec 10 19:34:43 2006 UTC revision 42 by dpavlin, Mon Dec 25 15:26:34 2006 UTC
# Line 1  Line 1 
1  <%args>  <%args>
2    $next
3  </%args>  </%args>
4    
5  <%init>  <%init>
# Line 7  my $filter = Jifty->web->new_action( Line 8  my $filter = Jifty->web->new_action(
8          moniker => 'filter_list',          moniker => 'filter_list',
9          arguments => { %ARGS },          arguments => { %ARGS },
10  );  );
   
 $filter->take_action if (%ARGS);  
   
11  </%init>  </%init>
12    
13  <&| /_elements/wrapper, title => "SVN Reporitory Browser" &>  <&| /_elements/wrapper, title => "SVN Reporitory Browser" &>
# Line 39  $filter->take_action if (%ARGS); Line 37  $filter->take_action if (%ARGS);
37          <dt><% Jifty->web->tangent(          <dt><% Jifty->web->tangent(
38                  url => '/rev/' . $r->revision,                  url => '/rev/' . $r->revision,
39                  label => $r->revision,                  label => $r->revision,
40                    continuation => $next,
41          ) %>          ) %>
42          <span class="author"><% $r->author %></span>          <span class="author"><% $r->author %></span>
43          <span class="commit_date"><% $r->commit_date %></span>          <span class="commit_date"><% $r->commit_date %></span>
# Line 52  $filter->take_action if (%ARGS); Line 51  $filter->take_action if (%ARGS);
51  %               while (my $a = $actions->next) {  %               while (my $a = $actions->next) {
52  %                       my $full_path = $a->branch . $a->rel_path ;  %                       my $full_path = $a->branch . $a->rel_path ;
53                          <li><tt class="action-<% $a->type %>"><% $a->type %> <% $full_path %>                          <li><tt class="action-<% $a->type %>"><% $a->type %> <% $full_path %>
54                          <% Jifty->web->tangent( url => '/rev/' . $r->revision . $full_path, label => 'diff' ) %>                          <% Jifty->web->tangent( url => '/rev/' . $r->revision . $full_path, label => 'diff', continuation => $next ) %>
55                          </tt></li>                          </tt></li>
56  %               }  %               }
57                  </ul>                  </ul>

Legend:
Removed from v.35  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26