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

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

{if !$tree_in || $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.fullpath)} {$file.log|nl2br} {if $file.type == 'blob'} {/if} {/foreach}
{trans 'File'} {trans 'Age'} {trans 'Rev'} {trans 'Message'} {trans 'Size'}
    {foreach $props as $prop => $val}
  • {trans 'Property'} {$prop} {trans 'set to:'} {$val}
  • {/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:"wihtout"} {$file.rev} {$file.size|size}

{trans 'Archive'} svn checkout {$project.getSvnDaemonUrl()}@{$commit}

{/block} {block context}

{trans 'Revison:'} {$commit}

{/block}