comparison templates/old/changeset.tmpl @ 3263:fc34c031ff54

Rename default style to old
author Brendan Cully <brendan@kublai.com>
date Wed, 04 Oct 2006 17:04:40 -0700
parents templates/changeset.tmpl@48395d2692de
children
comparison
equal deleted inserted replaced
3262:3207e30bf468 3263:fc34c031ff54
1 #header#
2 <title>#repo|escape#: changeset #node|short#</title>
3 </head>
4 <body>
5
6 <div class="buttons">
7 <a href="?cl=#rev#">changelog</a>
8 <a href="?sl=#rev#">shortlog</a>
9 <a href="?cmd=tags">tags</a>
10 <a href="?mf=#node|short#;path=/">manifest</a>
11 <a href="?cs=#node|short#;style=raw">raw</a>
12 #archives%archiveentry#
13 </div>
14
15 <h2>changeset: #desc|strip|escape|firstline#</h2>
16
17 <table id="changesetEntry">
18 <tr>
19 <th class="changeset">changeset #rev#:</th>
20 <td class="changeset"><a href="?cs=#node|short#">#node|short#</a></td>
21 </tr>
22 #parent%changesetparent#
23 #child%changesetchild#
24 #changesettag#
25 <tr>
26 <th class="author">author:</th>
27 <td class="author">#author|obfuscate#</td>
28 </tr>
29 <tr>
30 <th class="date">date:</th>
31 <td class="date">#date|date# (#date|age# ago)</td></tr>
32 <tr>
33 <th class="files">files:</th>
34 <td class="files">#files#</td></tr>
35 <tr>
36 <th class="description">description:</th>
37 <td class="description">#desc|strip|escape|addbreaks#</td>
38 </tr>
39 </table>
40
41 <div id="changesetDiff">
42 #diff#
43 </div>
44
45 #footer#
46
47