sapling/templates/changeset.tmpl

50 lines
1.1 KiB
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="?cmd=changelog;rev=#rev#">changelog</a>
<a href="?cmd=tags">tags</a>
2005-05-24 04:00:02 +04:00
<a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a>
<a href="?cmd=changeset;node=#node#;style=raw">raw</a>
</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="?cmd=changeset;node=#node#">#node|short#</a></td>
</tr>
#parent#
#changesettag#
2005-05-24 04:00:02 +04:00
<tr>
<th class="manifest">manifest:</th>
<td class="manifest"><a href="?cmd=manifest;manifest=#manifest#;path=/">#manifest|short#</a></td>
</tr>
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" class="pre">
2005-05-24 04:00:02 +04:00
#diff#
</div>
2005-05-24 04:00:02 +04:00
</body>
</html>
2005-05-24 04:00:02 +04:00