/[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 38 - (hide annotations)
Sun Dec 17 14:40:21 2006 UTC (17 years, 5 months ago) by dpavlin
File size: 349 byte(s)
cleanup
1 dpavlin 24 <%args>
2 dpavlin 38 $revision => 1
3     $path => ''
4 dpavlin 24 </%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