templates/filelog.tmpl
author Will <will@glozer.net>
Wed, 16 Nov 2005 20:53:16 +0100
changeset 1548 18f3224da392
parent 1433 70a3b6a505c6
child 1650 f2ebd5251e88
permissions -rw-r--r--
fix bug in setup.py introduced in r1508. The 'console' argument is expected to be a list of strings, but was changed to just a string.

#header#
<title>#repo|escape#: #file# history</title>
<link rel="alternate" type="application/rss+xml"
   href="?fl=0;file=#file#;style=rss" title="RSS feed for #repo|escape#:#file#">
</head>
</head>
<body>

<div class="buttons">
<a href="?cl=tip">changelog</a>
<a href="?tags=">tags</a>
<a href="?f=#filenode|short#;file=#file#">file</a>
<a href="?fa=#filenode|short#;file=#file#">annotate</a>
<a type="application/rss+xml" href="?fl=0;file=#file#;style=rss">rss</a>
</div>

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

#entries%filelogentry#

#footer#