templates/filelog.tmpl
author jake@edge2.net
Tue, 24 May 2005 16:08:09 -0700
changeset 154 1d5f799ebe1e
parent 153 e8a360cd5a9f
child 155 083c38bdfa64
permissions -rw-r--r--
fixed problem with head/body tags, added dtd, fixed table attributes add quotes around all attributes (w3c recommendation) pages pass w3c validator

#header#
<title>#repo#: #file# history</title>
</head>
<body>

<div class="buttons">
<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>
</div>

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

#entries#

#footer#