sapling/templates/filelog.tmpl
2005-05-23 16:00:02 -08:00

17 lines
287 B
Cheetah

Content-type: text/html
<html>
<body>
<a href="?cmd=changelog">changelog</a>
<a href="?cmd=file&file=#file#&filenode=#filenode#">file</a>
<a href="?cmd=annotate&file=#file#&filenode=#filenode#">annotate</a>
<h2>#file# revision history</h2>
<table>
#entries#
</table>
</body>
</html>