author | TK Soh <teekaysoh@yahoo.com> |
Fri, 23 Sep 2005 17:15:10 -0700 | |
changeset 1334 | 0843e1bf2b97 |
parent 585 | 51626d888526 |
child 1410 | 17703aa4491e |
permissions | -rw-r--r-- |
585 | 1 |
<table class="changelogEntry parity#parity#"> |
2 |
<tr> |
|
1334
0843e1bf2b97
hgweb: fixed IE display problem on changelog page
TK Soh <teekaysoh@yahoo.com>
parents:
585
diff
changeset
|
3 |
<th class="age" width="15%">#date|age# ago:</th> |
585 | 4 |
<th class="firstline">#desc|firstline|escape#</th> |
5 |
</tr> |
|
6 |
<tr> |
|
7 |
<th class="changesetRev">changeset #rev#:</th> |
|
8 |
<td class="changesetNode"><a href="?cmd=changeset;node=#node#">#node|short#</a></td> |
|
9 |
</tr> |
|
10 |
#parent# |
|
11 |
#changelogtag# |
|
12 |
<tr> |
|
13 |
<th class="author">author:</th> |
|
14 |
<td class="author">#author|obfuscate#</td> |
|
15 |
</tr> |
|
16 |
<tr> |
|
17 |
<th class="date">date:</th> |
|
18 |
<td class="date">#date|date#</td> |
|
19 |
</tr> |
|
20 |
<tr> |
|
21 |
<th class="files"><a href="?cmd=manifest;manifest=#manifest#;path=/">files</a>:</th> |
|
22 |
<td class="files">#files#</td> |
|
23 |
</tr> |
|
1334
0843e1bf2b97
hgweb: fixed IE display problem on changelog page
TK Soh <teekaysoh@yahoo.com>
parents:
585
diff
changeset
|
24 |
</table> |