templates/filelog.tmpl
author Brendan Cully <brendan@kublai.com>
Wed, 04 Oct 2006 17:04:40 -0700
changeset 3264 d1aa83f199ef
parent 3206 79fd7a92f3e2
child 3272 46188b9528ca
permissions -rw-r--r--
Update templates to use NewWebInterface

#header#
<title>#repo|escape#: #file|escape# history</title>
<link rel="alternate" type="application/rss+xml"
   href="#url#rss-log/tip/#file|urlescape#" title="RSS feed for #repo|escape#:#file#">
</head>
</head>
<body>

<div class="buttons">
<a href="#url#log">changelog</a>
<a href="#url#shortlog">shortlog</a>
<a href="#url#tags">tags</a>
<a href="#url#file/#node|short#/#file|urlescape#">file</a>
<a href="#url#annotate/#node|short#/#file|urlescape#">annotate</a>
<a type="application/rss+xml" href="#url#rss-log/tip/#file|urlescape#">rss</a>
</div>

<h2>#file|escape# revision history</h2>

#entries%filelogentry#

#footer#