author | Thomas Arendsen Hein <thomas@intevation.de> |
Fri, 08 Sep 2006 09:36:18 +0200 | |
changeset 3072 | bc3fe3b5b785 |
parent 2195 | f027bc2d3f4a |
permissions | -rw-r--r-- |
1572
385b8872b8e3
[hgweb] Initial import of the "gitweb" style
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff
changeset
|
1 |
<div> |
2195
f027bc2d3f4a
gitweb: strip leading & trailing blank lines in changeset description
TK Soh <teekaysoh@yahoo.com>
parents:
1704
diff
changeset
|
2 |
<a class="title" href="?cmd=changeset;node=#node#;style=gitweb"><span class="age">#date|age# ago</span>#desc|strip|firstline|escape#</a> |
1572
385b8872b8e3
[hgweb] Initial import of the "gitweb" style
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff
changeset
|
3 |
</div> |
385b8872b8e3
[hgweb] Initial import of the "gitweb" style
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff
changeset
|
4 |
<div class="title_text"> |
385b8872b8e3
[hgweb] Initial import of the "gitweb" style
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff
changeset
|
5 |
<div class="log_link"> |
385b8872b8e3
[hgweb] Initial import of the "gitweb" style
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff
changeset
|
6 |
<a href="?cmd=changeset;node=#node#;style=gitweb">changeset</a><br/> |
385b8872b8e3
[hgweb] Initial import of the "gitweb" style
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff
changeset
|
7 |
</div> |
1704
c2755eba8631
display revision numbers
Johannes Stezenbach <js@linuxtv.org>
parents:
1650
diff
changeset
|
8 |
<i>#author|obfuscate# [#date|rfc822date#] rev #rev#</i><br/> |
1572
385b8872b8e3
[hgweb] Initial import of the "gitweb" style
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff
changeset
|
9 |
</div> |
385b8872b8e3
[hgweb] Initial import of the "gitweb" style
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff
changeset
|
10 |
<div class="log_body"> |
2195
f027bc2d3f4a
gitweb: strip leading & trailing blank lines in changeset description
TK Soh <teekaysoh@yahoo.com>
parents:
1704
diff
changeset
|
11 |
#desc|strip|escape|addbreaks# |
1572
385b8872b8e3
[hgweb] Initial import of the "gitweb" style
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff
changeset
|
12 |
<br/> |
385b8872b8e3
[hgweb] Initial import of the "gitweb" style
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff
changeset
|
13 |
<br/> |
385b8872b8e3
[hgweb] Initial import of the "gitweb" style
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
diff
changeset
|
14 |
</div> |