comparison templates/filelog.tmpl @ 3272:46188b9528ca

Add {getentries} to default style
author Brendan Cully <brendan@kublai.com>
date Thu, 05 Oct 2006 15:04:15 -0700
parents d1aa83f199ef
children ce8f31e0b3b8
comparison
equal deleted inserted replaced
3271:10277edf7e5b 3272:46188b9528ca
5 </head> 5 </head>
6 </head> 6 </head>
7 <body> 7 <body>
8 8
9 <div class="buttons"> 9 <div class="buttons">
10 <a href="#url#log">changelog</a> 10 <a href="#url#log{getentries}">changelog</a>
11 <a href="#url#shortlog">shortlog</a> 11 <a href="#url#shortlog{getentries}">shortlog</a>
12 <a href="#url#tags">tags</a> 12 <a href="#url#tags{getentries}">tags</a>
13 <a href="#url#file/#node|short#/#file|urlescape#">file</a> 13 <a href="#url#file/#node|short#/#file|urlescape#{getentries}">file</a>
14 <a href="#url#annotate/#node|short#/#file|urlescape#">annotate</a> 14 <a href="#url#annotate/#node|short#/#file|urlescape#{getentries}">annotate</a>
15 <a type="application/rss+xml" href="#url#rss-log/tip/#file|urlescape#">rss</a> 15 <a type="application/rss+xml" href="#url#rss-log/tip/#file|urlescape#">rss</a>
16 </div> 16 </div>
17 17
18 <h2>#file|escape# revision history</h2> 18 <h2>#file|escape# revision history</h2>
19 19