filelog.tmpl
17 lines
| 352 B
| application/x-cheetah
|
CheetahLexer
/ templates / filelog.tmpl
mpm@selenic.com
|
r142 | #header# | ||
mpm@selenic.com
|
r201 | <title>#repo|escape#: #file# history</title> | ||
mpm@selenic.com
|
r142 | </head> | ||
mpm@selenic.com
|
r138 | <body> | ||
jake@edge2.net
|
r154 | <div class="buttons"> | ||
mpm@selenic.com
|
r138 | <a href="?cmd=changelog">changelog</a> | ||
mpm@selenic.com
|
r168 | <a href="?cmd=tags">tags</a> | ||
jake@edge2.net
|
r153 | <a href="?cmd=file;file=#file#;filenode=#filenode#">file</a> | ||
<a href="?cmd=annotate;file=#file#;filenode=#filenode#">annotate</a> | ||||
mpm@selenic.com
|
r142 | </div> | ||
mpm@selenic.com
|
r138 | |||
<h2>#file# revision history</h2> | ||||
#entries# | ||||
mpm@selenic.com
|
r142 | #footer# | ||