/[SVNBrowser]/trunk/share/web/templates/rev
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/rev

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

revision 24 by dpavlin, Thu Dec 7 17:18:34 2006 UTC revision 45 by dpavlin, Tue Feb 6 15:26:15 2007 UTC
# Line 1  Line 1 
1  <%args>  <%args>
2  $revision => 1;  $revision => 1
3  $path => '';  $path => ''
4  </%args>  </%args>
5  <%init>  <%init>
6  use SVNBrowser::ColorDiff;  use SVNBrowser::ColorDiff;
# Line 9  my $repository = Jifty->config->app('rep Line 9  my $repository = Jifty->config->app('rep
9    
10  <&| /_elements/wrapper, title => "SVN Reporitory $repository revision $revision" &>  <&| /_elements/wrapper, title => "SVN Reporitory $repository revision $revision" &>
11    
12    <& /actions, revision => $revision, show_actions => 1 &>
13    
14  <% SVNBrowser::ColorDiff::diff( $repository, $revision ) | n %>  <% SVNBrowser::ColorDiff::diff( $repository, $revision ) | n %>
15    
16  <% Jifty->web->return( label => 'Back ') %>  <% Jifty->web->return( label => 'Back' ) %>
17    
18  </&>  </&>
19    

Legend:
Removed from v.24  
changed lines
  Added in v.45

  ViewVC Help
Powered by ViewVC 1.1.26