comparison templates/filelogentry.tmpl @ 1445:56281e086f38

hgweb: add strip and rstrip filters to handle summary
author TK Soh <teekaysoh@yahoo.com>
date Tue, 25 Oct 2005 14:57:14 -0700
parents 17703aa4491e
children f2ebd5251e88
comparison
equal deleted inserted replaced
1444:f84ed9c6131d 1445:56281e086f38
1 <table class="parity#parity#" width="100%" cellspacing="0" cellpadding="0"> 1 <table class="parity#parity#" width="100%" cellspacing="0" cellpadding="0">
2 <tr> 2 <tr>
3 <td align="right" width="15%"><b>#date|age# ago:&nbsp;</b></td> 3 <td align="right" width="15%"><b>#date|age# ago:&nbsp;</b></td>
4 <td><b><a href="?cs=#node|short#">#desc|firstline|escape#</a></b></td></tr> 4 <td><b><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></b></td></tr>
5 <tr> 5 <tr>
6 <td align="right">revision #filerev#:&nbsp;</td> 6 <td align="right">revision #filerev#:&nbsp;</td>
7 <td><a href="?f=#filenode|short#;file=#file#">#filenode|short#</a> 7 <td><a href="?f=#filenode|short#;file=#file#">#filenode|short#</a>
8 <a href="?fd=#node|short#;file=#file#">(diff)</a> 8 <a href="?fd=#node|short#;file=#file#">(diff)</a>
9 <a href="?fa=#filenode|short#;file=#file#">(annotate)</a> 9 <a href="?fa=#filenode|short#;file=#file#">(annotate)</a>