templates/fileannotate.tmpl
author Brendan Cully <brendan@kublai.com>
Wed, 04 Oct 2006 17:04:40 -0700
changeset 3265 d1aa83f199ef
parent 3206 79fd7a92f3e2
child 3273 46188b9528ca
permissions -rw-r--r--
Update templates to use NewWebInterface

#header#
<title>#repo|escape#: #file|escape# annotate</title>
</head>
<body>

<div class="buttons">
<a href="#url#log/#rev#">changelog</a>
<a href="#url#shortlog/#rev#">shortlog</a>
<a href="#url#tags">tags</a>
<a href="#url#rev/#node|short#">changeset</a>
<a href="#url#file/#node|short##path|urlescape#">manifest</a>
<a href="#url#file/#node|short#/#file|urlescape#">file</a>
<a href="#url#log/#node|short#/#file|urlescape#">revisions</a>
<a href="#url#raw-annotate/#node|short#/#file|urlescape#">raw</a>
</div>

<h2>Annotate #file|escape#</h2>

<table>
<tr>
 <td class="metatag">changeset #rev#:</td>
 <td><a href="#url#rev/#node|short#">#node|short#</a></td></tr>
#rename%filerename#
#parent%fileannotateparent#
#child%fileannotatechild#
<tr>
 <td class="metatag">author:</td>
 <td>#author|obfuscate#</td></tr>
<tr>
 <td class="metatag">date:</td>
 <td>#date|date# (#date|age# ago)</td></tr>
<tr>
 <td class="metatag">permissions:</td>
 <td>#permissions|permissions#</td></tr>
</table>

<br/>

<table cellspacing="0" cellpadding="0">
#annotate%annotateline#
</table>

#footer#