{extends "idf/source/base.html"} {block docclass}yui-t1{assign $inSourceTree=true}{/block} {block body}
{trans 'File'} | {trans 'Age'} | {trans 'Rev'} | {trans 'Message'} | {trans 'Size'} | ||
---|---|---|---|---|---|---|
| ||||||
{blocktrans}Source at commit {$commit} created {$cobject.date|dateago}.{/blocktrans} {blocktrans}By {$cobject.author|strip_tags|trim}, {$cobject.title}{/blocktrans} | ||||||
.. | ||||||
![]() |
{$file.file} | {$file.date|dateago:"without"} | {$file.rev} | {$file.author|strip_tags|trim}{trans ':'} {issuetext $file.log, $request, true, false} | {if $file.type == 'blob'}{$file.size|size} | {/if}
svn co -r {$commit} {$project.getRemoteAccessUrl()}
{trans 'Branches:'}
{foreach $branches as $branch => $path}
{if $path}{aurl 'url', 'IDF_Views_Source::tree', array($project.shortname, 'HEAD', $path)}
{else}{aurl 'url', 'IDF_Views_Source::treeBase', array($project.shortname, 'HEAD')}{/if}
{$branch}
{/foreach}
{trans 'Tags:'}
{foreach $tags as $tag => $path}
{aurl 'url', 'IDF_Views_Source::tree', array($project.shortname, 'HEAD', $path)}
{/foreach}