equal
deleted
inserted
replaced
54 # is an empty line in the annotated file), which in turn ensures that |
54 # is an empty line in the annotated file), which in turn ensures that |
55 # all table rows have equal height. |
55 # all table rows have equal height. |
56 annotateline = ' |
56 annotateline = ' |
57 <tr class="parity{parity}{ifeq(node, originalnode, ' thisrev')}"> |
57 <tr class="parity{parity}{ifeq(node, originalnode, ' thisrev')}"> |
58 <td class="annotate"> |
58 <td class="annotate"> |
59 <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#l{targetline}" |
59 {if(blockhead, |
60 title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a> |
60 '<a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#l{targetline}" |
|
61 title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a>', |
|
62 '')} |
61 </td> |
63 </td> |
62 <td> |
64 <td> |
63 <a class="lineno" href="#{lineid}" id="{lineid}">{linenumber}</a> |
65 <a class="lineno" href="#{lineid}" id="{lineid}">{linenumber}</a> |
64 </td> |
66 </td> |
65 <td><pre> {line|escape}</pre></td> |
67 <td><pre> {line|escape}</pre></td> |