filediff.tmpl
32 lines
| 735 B
| application/x-cheetah
|
CheetahLexer
/ templates / filediff.tmpl
mpm@selenic.com
|
r142 | #header# | ||
mpm@selenic.com
|
r201 | <title>#repo|escape#: #file# diff</title> | ||
mpm@selenic.com
|
r142 | </head> | ||
<body> | ||||
mpm@selenic.com
|
r138 | |||
jake@edge2.net
|
r154 | <div class="buttons"> | ||
jake@edge2.net
|
r153 | <a href="?cmd=changelog;rev=#rev#">changelog</a> | ||
mpm@selenic.com
|
r168 | <a href="?cmd=tags">tags</a> | ||
jake@edge2.net
|
r153 | <a href="?cmd=changeset;node=#node#">changeset</a> | ||
<a href="?cmd=file;file=#file#;filenode=#filenode#">file</a> | ||||
<a href="?cmd=filelog;file=#file#;filenode=#filenode#">revisions</a> | ||||
<a href="?cmd=annotate;file=#file#;filenode=#filenode#">annotate</a> | ||||
mpm@selenic.com
|
r201 | <a href="?cmd=filediff;file=#file#;node=#node#;style=raw">raw</a> | ||
mpm@selenic.com
|
r142 | </div> | ||
mpm@selenic.com
|
r138 | |||
<h2>#file#</h2> | ||||
mpm@selenic.com
|
r602 | <table id="filediffEntry"> | ||
mpm@selenic.com
|
r138 | <tr> | ||
mpm@selenic.com
|
r602 | <th class="revision">revision #rev#:</th> | ||
<td class="revision"><a href="?cmd=changeset;node=#node#">#node|short#</a></td> | ||||
</tr> | ||||
mpm@selenic.com
|
r571 | #parent# | ||
mpm@selenic.com
|
r138 | </table> | ||
Edouard Gomez
|
r672 | <div id="fileDiff"> | ||
mpm@selenic.com
|
r138 | #diff# | ||
mpm@selenic.com
|
r602 | </div> | ||
mpm@selenic.com
|
r138 | |||
mpm@selenic.com
|
r142 | #footer# | ||
mpm@selenic.com
|
r138 | |||