{* * history.tpl * gitphp: A PHP git repository browser * Component: History view template * * Copyright (C) 2009 Christopher Han *} {extends file='projectbase.tpl'} {block name=links append} {if $page > 0} {/if} {if $hasmorehistory} {/if} {/block} {block name=main} {* Page header *} {include file='title.tpl' titlecommit=$commit} {include file='path.tpl' pathobject=$blob target='blob'} {* Display each history line *} {foreach from=$history item=historyitem} {assign var=historycommit value=$historyitem->GetCommit()} {/foreach} {if $hasmorehistory} {/if}
{$historycommit->GetAuthorName()} GetTitle()) > 50}title="{$historycommit->GetTitle()|escape}"{/if}>{$historycommit->GetTitle(50)|escape:'html'} {include file='refbadges.tpl' commit=$historycommit}
{t}next{/t}
{/block}