{* * project.tpl * gitphp: A PHP git repository browser * Component: Project summary template * * Copyright (C) 2009 Christopher Han *} {extends file='projectbase.tpl'} {block name=main} {include file='title.tpl'} {* Project brief *} {if $head} {/if} {if $project->GetCloneUrl()} {/if} {if $project->GetPushUrl()} {/if} {if $project->GetWebsite()} {/if}
{t}description{/t}{$project->GetDescription()|escape}
{t}owner{/t}{$project->GetOwner()|escape:'html'}
{t}last change{/t}
{t}clone url{/t}{$project->GetCloneUrl()}
{t}push url{/t}{$project->GetPushUrl()}
{t}website{/t}{$project->GetWebsite()}
{if !$head} {include file='title.tpl' target='shortlog' disablelink=true} {else} {include file='title.tpl' target='shortlog'} {/if} {include file='shortloglist.tpl' source='summary'} {if $taglist} {include file='title.tpl' target='tags'} {include file='taglist.tpl' source=summary} {/if} {if $headlist} {include file='title.tpl' target='heads'} {include file='headlist.tpl' source=summary} {/if} {/block}