{extends "idf/source/base.html"} {block docclass}yui-t1{assign $inSourceTree=true}{/block} {block body}

{trans 'Root'}/{if $breadcrumb}{$breadcrumb|safe}{/if}

{if (!$tree_in and !$tags_in and $commit != 'HEAD') || $props} {aurl 'url', 'IDF_Views_Source::commit', array($project.shortname, $commit)} {if $props} {/if} {if !$tree_in} {/if} {/if} {if $base} {/if} {foreach $files as $file} {aurl 'url', 'IDF_Views_Source::tree', array($project.shortname, $commit, $file.efullpath)} {$file.author|strip_tags|trim}{trans ':'} {issuetext $file.log, $request, true, false} {if $file.type == 'blob'} {/if} {/foreach}
{trans 'File'} {trans 'Age'} {trans 'Rev'} {trans 'Message'} {trans 'Size'}
    {foreach $props as $prop => $val}
  • {blocktrans}Property {$prop} set to {$val}{/blocktrans}
  • {/foreach}
{blocktrans}Source at commit {$commit} created {$cobject.date|dateago}.{/blocktrans}
{blocktrans}By {$cobject.author|strip_tags|trim}, {$cobject.title}{/blocktrans}
  ..
{$file.type} {$file.file} {$file.date|dateago:"without"} {$file.rev} {$file.size|size}

svn co -r {$commit} {$project.getRemoteAccessUrl()} {trans 'Help'}

{/block} {block context}

{trans 'Revision:'} {$commit}

{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}

{if $tags}

{trans 'Tags:'}
{foreach $tags as $tag => $path} {aurl 'url', 'IDF_Views_Source::tree', array($project.shortname, 'HEAD', $path)} {$tag}
{/foreach}

{/if} {/block}