comparison templates/filelog.tmpl @ 3264:d1aa83f199ef

Update templates to use NewWebInterface
author Brendan Cully <brendan@kublai.com>
date Wed, 04 Oct 2006 17:04:40 -0700
parents 79fd7a92f3e2
children 46188b9528ca
comparison
equal deleted inserted replaced
3263:fc34c031ff54 3264:d1aa83f199ef
1 #header# 1 #header#
2 <title>#repo|escape#: #file|escape# history</title> 2 <title>#repo|escape#: #file|escape# history</title>
3 <link rel="alternate" type="application/rss+xml" 3 <link rel="alternate" type="application/rss+xml"
4 href="?fl=0;file=#file|urlescape#;style=rss" title="RSS feed for #repo|escape#:#file#"> 4 href="#url#rss-log/tip/#file|urlescape#" title="RSS feed for #repo|escape#:#file#">
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="?cl=tip">changelog</a> 10 <a href="#url#log">changelog</a>
11 <a href="?sl=tip">shortlog</a> 11 <a href="#url#shortlog">shortlog</a>
12 <a href="?tags=">tags</a> 12 <a href="#url#tags">tags</a>
13 <a href="?f=#node|short#;file=#file|urlescape#">file</a> 13 <a href="#url#file/#node|short#/#file|urlescape#">file</a>
14 <a href="?fa=#node|short#;file=#file|urlescape#">annotate</a> 14 <a href="#url#annotate/#node|short#/#file|urlescape#">annotate</a>
15 <a type="application/rss+xml" href="?fl=0;file=#file|urlescape#;style=rss">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
20 #entries%filelogentry# 20 #entries%filelogentry#