sapling/templates/changeset.tmpl

46 lines
953 B
Cheetah
Raw Normal View History

#header#
<title>#repo|escape#: changeset #node|short#</title>
</head>
2005-05-24 04:00:02 +04:00
<body>
<div class="buttons">
<a href="?cl=#rev#">changelog</a>
<a href="?cmd=tags">tags</a>
2005-10-19 10:58:00 +04:00
<a href="?mf=#manifest|short#;path=/">manifest</a>
<a href="?cs=#node|short#;style=raw">raw</a>
#archives%archiveentry#
</div>
2005-05-24 04:00:02 +04:00
<h2>changeset: #desc|escape|firstline#</h2>
2005-05-24 04:00:02 +04:00
<table id="changesetEntry">
2005-05-24 04:00:02 +04:00
<tr>
<th class="changeset">changeset #rev#:</th>
<td class="changeset"><a href="?cs=#node|short#">#node|short#</a></td>
</tr>
#parent%changesetparent#
#changesettag#
2005-05-24 04:00:02 +04:00
<tr>
<th class="author">author:</th>
<td class="author">#author|obfuscate#</td>
</tr>
2005-05-24 04:00:02 +04:00
<tr>
<th class="date">date:</th>
<td class="date">#date|date# (#date|age# ago)</td></tr>
2005-05-24 04:00:02 +04:00
<tr>
<th class="files">files:</th>
<td class="files">#files#</td></tr>
2005-05-24 04:00:02 +04:00
<tr>
<th class="description">description:</th>
<td class="description">#desc|escape|addbreaks#</td>
</tr>
2005-05-24 04:00:02 +04:00
</table>
<div id="changesetDiff">
2005-05-24 04:00:02 +04:00
#diff#
</div>
2005-05-24 04:00:02 +04:00
#footer#
2005-05-24 04:00:02 +04:00