/[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

Annotation of /trunk/share/web/templates/rev

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24 - (hide annotations)
Thu Dec 7 17:18:34 2006 UTC (17 years, 6 months ago) by dpavlin
File size: 351 byte(s)
added revision view (/rev/42/) which shows changes made in this revision
1 dpavlin 24 <%args>
2     $revision => 1;
3     $path => '';
4     </%args>
5     <%init>
6     use SVNBrowser::ColorDiff;
7     my $repository = Jifty->config->app('repository') . $path,
8     </%init>
9    
10     <&| /_elements/wrapper, title => "SVN Reporitory $repository revision $revision" &>
11    
12     <% SVNBrowser::ColorDiff::diff( $repository, $revision ) | n %>
13    
14     <% Jifty->web->return( label => 'Back ') %>
15    
16     </&>
17    

  ViewVC Help
Powered by ViewVC 1.1.26