templates/filelog.tmpl
author Eric Hopper <hopper@omnifarious.org>
Tue, 27 Jun 2006 09:33:12 -0700
changeset 2514 419c42223bee
parent 1650 f2ebd5251e88
child 2687 46b19175fec6
permissions -rw-r--r--
Really fix http headers for web UI and issue 254. This also arranges for static content to allow a keepalive connection.

#header#
<title>#repo|escape#: #file|escape# history</title>
<link rel="alternate" type="application/rss+xml"
   href="?fl=0;file=#file|urlescape#;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|urlescape#">file</a>
<a href="?fa=#filenode|short#;file=#file|urlescape#">annotate</a>
<a type="application/rss+xml" href="?fl=0;file=#file|urlescape#;style=rss">rss</a>
</div>

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

#entries%filelogentry#

#footer#