/[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 44 by dpavlin, Tue Feb 6 00:26:36 2007 UTC revision 46 by dpavlin, Tue Feb 6 17:11:15 2007 UTC
# Line 4  $path => '' Line 4  $path => ''
4  </%args>  </%args>
5  <%init>  <%init>
6  use SVNBrowser::ColorDiff;  use SVNBrowser::ColorDiff;
7  my $repository = Jifty->config->app('repository') . $path,  my $repository = Jifty->config->app('repository') . $path;
8  </%init>  </%init>
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 &></&>  <& /actions, revision => $revision, show_actions => 1 &>
13    
14  <% SVNBrowser::ColorDiff::diff( $repository, $revision ) | n %>  <% SVNBrowser::ColorDiff::diff( $repository, $revision ) | n %>
15    

Legend:
Removed from v.44  
changed lines
  Added in v.46

  ViewVC Help
Powered by ViewVC 1.1.26