Show More
@@ -39,19 +39,23 b' annotate |' | |||
|
39 | 39 | <table cellspacing="0"> |
|
40 | 40 | <tr> |
|
41 | 41 | <td>author</td> |
|
42 |
<td>{author|obfuscate}</td> |
|
|
42 | <td>{author|obfuscate}</td> | |
|
43 | </tr> | |
|
43 | 44 | <tr> |
|
44 | 45 | <td></td> |
|
45 |
<td class="date age">{date|rfc822date}</td> |
|
|
46 | <td class="date age">{date|rfc822date}</td> | |
|
47 | </tr> | |
|
46 | 48 | {branch%filerevbranch} |
|
47 | 49 | <tr> |
|
48 | 50 | <td>changeset {rev}</td> |
|
49 |
<td style="font-family:monospace"><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> |
|
|
51 | <td style="font-family:monospace"><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> | |
|
52 | </tr> | |
|
50 | 53 | {parent%fileannotateparent} |
|
51 | 54 | {child%fileannotatechild} |
|
52 | 55 | <tr> |
|
53 | 56 | <td>permissions</td> |
|
54 |
<td style="font-family:monospace">{permissions|permissions}</td> |
|
|
57 | <td style="font-family:monospace">{permissions|permissions}</td> | |
|
58 | </tr> | |
|
55 | 59 | </table> |
|
56 | 60 | </div> |
|
57 | 61 |
@@ -39,7 +39,8 b' comparison |' | |||
|
39 | 39 | {branch%filerevbranch} |
|
40 | 40 | <tr> |
|
41 | 41 | <td>changeset {rev}</td> |
|
42 |
<td style="font-family:monospace"><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> |
|
|
42 | <td style="font-family:monospace"><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> | |
|
43 | </tr> | |
|
43 | 44 | {parent%filecompparent} |
|
44 | 45 | {child%filecompchild} |
|
45 | 46 | </table> |
@@ -39,7 +39,8 b' diff |' | |||
|
39 | 39 | {branch%filerevbranch} |
|
40 | 40 | <tr> |
|
41 | 41 | <td>changeset {rev}</td> |
|
42 |
<td style="font-family:monospace"><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> |
|
|
42 | <td style="font-family:monospace"><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> | |
|
43 | </tr> | |
|
43 | 44 | {parent%filediffparent} |
|
44 | 45 | {child%filediffchild} |
|
45 | 46 | </table> |
@@ -39,19 +39,23 b' file |' | |||
|
39 | 39 | <table cellspacing="0"> |
|
40 | 40 | <tr> |
|
41 | 41 | <td>author</td> |
|
42 |
<td>{author|obfuscate}</td> |
|
|
42 | <td>{author|obfuscate}</td> | |
|
43 | </tr> | |
|
43 | 44 | <tr> |
|
44 | 45 | <td></td> |
|
45 |
<td class="date age">{date|rfc822date}</td> |
|
|
46 | <td class="date age">{date|rfc822date}</td> | |
|
47 | </tr> | |
|
46 | 48 | {branch%filerevbranch} |
|
47 | 49 | <tr> |
|
48 | 50 | <td>changeset {rev}</td> |
|
49 |
<td style="font-family:monospace"><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> |
|
|
51 | <td style="font-family:monospace"><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> | |
|
52 | </tr> | |
|
50 | 53 | {parent%filerevparent} |
|
51 | 54 | {child%filerevchild} |
|
52 | 55 | <tr> |
|
53 | 56 | <td>permissions</td> |
|
54 |
<td style="font-family:monospace">{permissions|permissions}</td> |
|
|
57 | <td style="font-family:monospace">{permissions|permissions}</td> | |
|
58 | </tr> | |
|
55 | 59 | </table> |
|
56 | 60 | </div> |
|
57 | 61 |
@@ -22,12 +22,14 b'' | |||
|
22 | 22 | <table> |
|
23 | 23 | <tr> |
|
24 | 24 | <td class="metatag">changeset {rev}:</td> |
|
25 |
<td><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> |
|
|
25 | <td><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> | |
|
26 | </tr> | |
|
26 | 27 | {parent%fileannotateparent} |
|
27 | 28 | {child%fileannotatechild} |
|
28 | 29 | <tr> |
|
29 | 30 | <td class="metatag">author:</td> |
|
30 |
<td>{author|obfuscate}</td> |
|
|
31 | <td>{author|obfuscate}</td> | |
|
32 | </tr> | |
|
31 | 33 | <tr> |
|
32 | 34 | <td class="metatag">date:</td> |
|
33 | 35 | <td class="date age">{date|rfc822date}</td> |
@@ -22,18 +22,22 b'' | |||
|
22 | 22 | <table> |
|
23 | 23 | <tr> |
|
24 | 24 | <td class="metatag">changeset {rev}:</td> |
|
25 |
<td><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> |
|
|
25 | <td><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> | |
|
26 | </tr> | |
|
26 | 27 | {parent%filerevparent} |
|
27 | 28 | {child%filerevchild} |
|
28 | 29 | <tr> |
|
29 | 30 | <td class="metatag">author:</td> |
|
30 |
<td>{author|obfuscate}</td> |
|
|
31 | <td>{author|obfuscate}</td> | |
|
32 | </tr> | |
|
31 | 33 | <tr> |
|
32 | 34 | <td class="metatag">date:</td> |
|
33 |
<td class="date age">{date|rfc822date}</td> |
|
|
35 | <td class="date age">{date|rfc822date}</td> | |
|
36 | </tr> | |
|
34 | 37 | <tr> |
|
35 | 38 | <td class="metatag">permissions:</td> |
|
36 |
<td>{permissions|permissions}</td> |
|
|
39 | <td>{permissions|permissions}</td> | |
|
40 | </tr> | |
|
37 | 41 | <tr> |
|
38 | 42 | <td class="metatag">description:</td> |
|
39 | 43 | <td>{desc|strip|escape|websub|addbreaks|nonempty}</td> |
General Comments 0
You need to be logged in to leave comments.
Login now