filediff.tmpl
33 lines
| 690 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"> | ||
Matt Mackall
|
r1410 | <a href="?cl=#rev#">changelog</a> | ||
<a href="?tags=">tags</a> | ||||
<a href="?cs=#node|short#">changeset</a> | ||||
<a href="?f=#filenode|short#;file=#file#">file</a> | ||||
<a href="?fl=#filenode|short#;file=#file#">revisions</a> | ||||
<a href="?fa=#filenode|short#;file=#file#">annotate</a> | ||||
<a href="?fd=#node|short#;file=#file#;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> | ||
Matt Mackall
|
r1410 | <td class="revision"><a href="?cs=#node|short#">#node|short#</a></td> | ||
mpm@selenic.com
|
r602 | </tr> | ||
Benoit Boissinot
|
r1416 | #parent%filediffparent# | ||
Muli Ben-Yehuda
|
r1606 | #child%filediffchild# | ||
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 | |||