##// END OF EJS Templates
Add rss tag in the changelog/filelog html template....
Add rss tag in the changelog/filelog html template. # HG changeset patch # User kreijack@inwind.REMOVEME.it # Node ID 20edcc82038fce8460076ca5723fbbb919016356 # Parent 8c89408a7154d2da94766e957a088407fd0fef93 Add rss tag in the changelog/filelog html template. This patch add rss tags in the changelog/filelog template html pages. This tags permit the browser to detect the rss feed.

File last commit:

r570:2ee819a9 default
r661:148f642d default
Show More
searchentry.tmpl
22 lines | 638 B | application/x-cheetah | CheetahLexer
<div class="parity#parity#">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="right" width="15%"><b>#date|age# ago:&nbsp;</b></td>
<td><b>#desc|firstline|escape#</b></td></tr>
<tr>
<td align="right">changeset #rev#:&nbsp;</td>
<td><a href="?cmd=changeset;node=#node#">#node|short#</a></td></tr>
#parent#
#changelogtag#
<tr>
<td align="right">author:&nbsp;</td>
<td>#author|obfuscate#</td></tr>
<tr>
<td align="right">date:&nbsp;</td>
<td>#date|date#</td></tr>
<tr>
<td align="right" valign="top"><a href="?cmd=manifest;manifest=#manifest#;path=/">files</a>:&nbsp;</td>
<td>#files#</td></tr>
</table>
</div>