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

Contents of /trunk/share/web/templates/rev

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.26