author | Matt Mackall <mpm@selenic.com> |
Wed, 13 Aug 2008 20:18:43 -0500 | |
changeset 6899 | 56a7a54e074f |
parent 3363 | ce8f31e0b3b8 |
permissions | -rw-r--r-- |
2132
4990b62fd0a6
hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
2130
diff
changeset
|
1 |
<table class="logEntry parity#parity#"> |
4990b62fd0a6
hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
2130
diff
changeset
|
2 |
<tr> |
4990b62fd0a6
hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
2130
diff
changeset
|
3 |
<th class="age">#date|age# ago:</th> |
3363
ce8f31e0b3b8
hgweb: Apply the new method of passing session variables to links.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3273
diff
changeset
|
4 |
<th class="firstline"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape#</a></th> |
2132
4990b62fd0a6
hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
2130
diff
changeset
|
5 |
</tr> |
4990b62fd0a6
hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
2130
diff
changeset
|
6 |
<tr> |
4990b62fd0a6
hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
2130
diff
changeset
|
7 |
<th class="revision">revision #filerev#:</td> |
4990b62fd0a6
hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
2130
diff
changeset
|
8 |
<td class="node"> |
3363
ce8f31e0b3b8
hgweb: Apply the new method of passing session variables to links.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3273
diff
changeset
|
9 |
<a href="#url#file/#node|short#/#file|urlescape#{sessionvars%urlparameter}">#node|short#</a> |
ce8f31e0b3b8
hgweb: Apply the new method of passing session variables to links.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3273
diff
changeset
|
10 |
<a href="#url#diff/#node|short#/#file|urlescape#{sessionvars%urlparameter}">(diff)</a> |
ce8f31e0b3b8
hgweb: Apply the new method of passing session variables to links.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3273
diff
changeset
|
11 |
<a href="#url#annotate/#node|short#/#file|urlescape#{sessionvars%urlparameter}">(annotate)</a> |
2132
4990b62fd0a6
hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
2130
diff
changeset
|
12 |
</td> |
4990b62fd0a6
hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
2130
diff
changeset
|
13 |
</tr> |
4990b62fd0a6
hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
2130
diff
changeset
|
14 |
#rename%filelogrename# |
4990b62fd0a6
hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
2130
diff
changeset
|
15 |
<tr> |
4990b62fd0a6
hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
2130
diff
changeset
|
16 |
<th class="author">author:</th> |
4990b62fd0a6
hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
2130
diff
changeset
|
17 |
<td class="author">#author|obfuscate#</td> |
4990b62fd0a6
hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
2130
diff
changeset
|
18 |
</tr> |
4990b62fd0a6
hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
2130
diff
changeset
|
19 |
<tr> |
4990b62fd0a6
hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
2130
diff
changeset
|
20 |
<th class="date">date:</th> |
4990b62fd0a6
hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
2130
diff
changeset
|
21 |
<td class="date">#date|date#</td> |
4990b62fd0a6
hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
2130
diff
changeset
|
22 |
</tr> |
142 | 23 |
</table> |
138 | 24 |
|
25 |