fileannotate.tmpl
40 lines
| 900 B
| application/x-cheetah
|
CheetahLexer
/ templates / fileannotate.tmpl
mpm@selenic.com
|
r142 | #header# | ||
mpm@selenic.com
|
r201 | <title>#repo|escape#: #file# annotate</title> | ||
mpm@selenic.com
|
r142 | </head> | ||
mpm@selenic.com
|
r138 | <body> | ||
jake@edge2.net
|
r154 | <div class="buttons"> | ||
Matt Mackall
|
r1410 | <a href="?cl=#rev#">changelog</a> | ||
<a href="?tags=">tags</a> | ||||
<a href="?cs=#node|short#">changeset</a> | ||||
<a href="?mf=#manifest|short#;path=#path#">manifest</a> | ||||
<a href="?f=#filenode|short#;file=#file#">file</a> | ||||
<a href="?fl=#filenode|short#;file=#file#">revisions</a> | ||||
mpm@selenic.com
|
r142 | </div> | ||
mpm@selenic.com
|
r138 | |||
Matt Mackall
|
r1370 | <h2>Annotate #file#</h2> | ||
mpm@selenic.com
|
r138 | |||
<table> | ||||
<tr> | ||||
mpm@selenic.com
|
r167 | <td class="metatag">changeset #rev#:</td> | ||
Matt Mackall
|
r1410 | <td><a href="?cs=#node|short#">#node|short#</a></td></tr> | ||
Benoit Boissinot
|
r1416 | #parent%fileannotateparent# | ||
Muli Ben-Yehuda
|
r1606 | #child%fileannotatechild# | ||
mpm@selenic.com
|
r138 | <tr> | ||
jake@edge2.net
|
r154 | <td class="metatag">author:</td> | ||
mpm@selenic.com
|
r201 | <td>#author|obfuscate#</td></tr> | ||
mpm@selenic.com
|
r138 | <tr> | ||
jake@edge2.net
|
r154 | <td class="metatag">date:</td> | ||
Thomas Arendsen Hein
|
r236 | <td>#date|date# (#date|age# ago)</td></tr> | ||
mpm@selenic.com
|
r359 | <tr> | ||
<td class="metatag">permissions:</td> | ||||
<td>#permissions|permissions#</td></tr> | ||||
mpm@selenic.com
|
r138 | </table> | ||
mpm@selenic.com
|
r142 | <br/> | ||
mpm@selenic.com
|
r138 | |||
jake@edge2.net
|
r154 | <table cellspacing="0" cellpadding="0"> | ||
Josef "Jeff" Sipek
|
r977 | #annotate%annotateline# | ||
mpm@selenic.com
|
r138 | </table> | ||
mpm@selenic.com
|
r142 | #footer# | ||