/[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 43 - (hide annotations)
Tue Feb 6 00:20:23 2007 UTC (17 years, 3 months ago) by dpavlin
File size: 412 byte(s)
extracted actions to separate mason component (it that correct term for that?)
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 dpavlin 43 <&| /actions, revision => $revision, show_actions => 1 &></&>
13    
14 dpavlin 24 <% SVNBrowser::ColorDiff::diff( $repository, $revision ) | n %>
15    
16     <% Jifty->web->return( label => 'Back ') %>
17    
18     </&>
19    

  ViewVC Help
Powered by ViewVC 1.1.26