Line # Revision Author
1 3 ahitrov@rambler.ru <& "/contenido/components/header.msn", title => "������" &>
2
3 <div style="padding-left: 20px;">
4 <pre>
5 core, rev.<% $state->{core_version} %>
6 ---------------------------------
7 <% `svn info $state->{core_src}` %>
8 project '<% $state->{project} %>', rev.<% $state->{project_version} %>
9 ---------------------------------
10 <% `svn info $state->{proj_src}/$state->{project}` %>
11 % for (split /\s+/, $state->{plugins}) {
12 plugin '<% $_ %>', rev.<% `svnversion $state->{plug_src}/$_` %>---------------------------------
13 <% `svn info $state->{plug_src}/$_` %>
14 % }
15 </pre>
16 </div>
17
18 </body>
19 </html>