Mercurial > hg
comparison templates/changeset-gitweb.tmpl @ 1572:385b8872b8e3
[hgweb] Initial import of the "gitweb" style
author | Josef "Jeff" Sipek <jeffpc@optonline.net> |
---|---|
date | Mon, 05 Dec 2005 04:30:47 -0500 |
parents | |
children | ba625c8083d8 |
comparison
equal
deleted
inserted
replaced
1568:1d7d0c07e8f3 | 1572:385b8872b8e3 |
---|---|
1 #header# | |
2 <title>#repo|escape#: Changeset</title> | |
3 <link rel="alternate" type="application/rss+xml" | |
4 href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#"> | |
5 </head> | |
6 <body> | |
7 | |
8 <div class="page_header"> | |
9 <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="?cmd=summary;style=gitweb">#repo|escape#</a> / changeset | |
10 </div> | |
11 | |
12 <div class="page_nav"> | |
13 <a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=changelog;rev=#rev#;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=manifest;manifest=#manifest#;path=/;style=gitweb">manifest</a> | changeset | <a href="?cmd=changeset;node=#node#;style=raw">raw</a><br/> | |
14 </div> | |
15 | |
16 <div> | |
17 <a class="title" href="?cmd=changeset;node=#node#;style=raw">#desc|escape|firstline#</a> | |
18 </div> | |
19 <div class="title_text"> | |
20 <table cellspacing="0"> | |
21 <tr><td>author</td><td>#author|obfuscate#</td></tr> | |
22 <tr><td></td><td>#date|date# (#date|age# ago)</td></tr> | |
23 <tr><td>changeset</td><td style="font-family:monospace">#node|short#</td></tr> | |
24 <tr><td>manifest</td><td style="font-family:monospace"><a class="list" href="?cmd=manifest;manifest=#manifest|short#;path=/;style=gitweb">#manifest|short#</a></td></tr> | |
25 #parent%changesetparent# | |
26 #changesettag# | |
27 </table></div> | |
28 | |
29 <div class="title_text"> | |
30 #desc|addbreaks# | |
31 </div> | |
32 | |
33 <div class="title_text"> | |
34 <table cellspacing="0"> | |
35 #files# | |
36 </table></div> | |
37 | |
38 <div class="page_body">#diff#</div> | |
39 | |
40 #footer# |