Mercurial > hg
annotate mercurial/templates/gitweb/index.tmpl @ 16064:7e5a281a082c stable
mq: make qprev return the previous applied patch (issue3245)
The current behaviour is to return the previous one in the series but at the
same time the implementation is buggy because it does not take guarded patches
in account.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Fri, 03 Feb 2012 19:47:09 +0100 |
parents | 616ad3f6fd33 |
children | bebb05a7e249 |
rev | line source |
---|---|
8427
cebdfdcc3e42
git: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
5820
diff
changeset
|
1 {header} |
3222 | 2 <title>Mercurial repositories index</title> |
3 </head> | |
4 <body> | |
5 | |
6 <div class="page_header"> | |
13964
616ad3f6fd33
hgweb: support alternate logo url
Steven Stallion <sstallion@gmail.com>
parents:
10301
diff
changeset
|
7 <a href="{logourl}" title="Mercurial" style="float: right;">Mercurial</a> |
5784
d17e57592909
Fixed XHTML validation errors
Kevin Christen <kevin.christen@gmail.com>
parents:
5269
diff
changeset
|
8 Repositories list |
3222 | 9 </div> |
10 | |
11 <table cellspacing="0"> | |
12 <tr> | |
8427
cebdfdcc3e42
git: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
5820
diff
changeset
|
13 <td><a href="?sort={sort_name}">Name</a></td> |
cebdfdcc3e42
git: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
5820
diff
changeset
|
14 <td><a href="?sort={sort_description}">Description</a></td> |
cebdfdcc3e42
git: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
5820
diff
changeset
|
15 <td><a href="?sort={sort_contact}">Contact</a></td> |
10301
56b50194617f
templates: rename `Last change' column in hgwebdir repository list.
Dan Villiom Podlaski Christiansen <danchr@gmail.com>
parents:
9999
diff
changeset
|
16 <td><a href="?sort={sort_lastchange}">Last modified</a></td> |
3222 | 17 <td> </td> |
5269
46c5e1ee8aaa
Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
3478
diff
changeset
|
18 <td> </td> |
5784
d17e57592909
Fixed XHTML validation errors
Kevin Christen <kevin.christen@gmail.com>
parents:
5269
diff
changeset
|
19 </tr> |
8427
cebdfdcc3e42
git: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
5820
diff
changeset
|
20 {entries%indexentry} |
3222 | 21 </table> |
22 <div class="page_footer"> | |
8427
cebdfdcc3e42
git: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
5820
diff
changeset
|
23 {motd} |
3222 | 24 </div> |
25 </body> | |
26 </html> |