Mercurial > hg
annotate mercurial/templates/monoblue/index.tmpl @ 30068:a76d5ba7ac43
pull: grab wlock during pull
because pull might move bookmarks and bookmark are protected by wlock, we have
to grab wlock for pull :-(
This required a small upgrade of the 'lockdelay' extension used by
'test-clone.t' because the delay must apply to a single lock only.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Tue, 23 Aug 2016 23:47:59 +0200 |
parents | b57d05ca8743 |
children | eb7de21b15be |
rev | line source |
---|---|
8430
8b47efdf40ee
monoblue: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
7403
diff
changeset
|
1 {header} |
25746
0c3c0f123a1a
monoblue: don't try to show repo on hgwebdir index page
Anton Shestakov <av6@dwimlabs.net>
parents:
18526
diff
changeset
|
2 <title>Mercurial repositories index</title> |
7111 | 3 </head> |
4 | |
7403
9efd596e4393
Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7111
diff
changeset
|
5 <body> |
9efd596e4393
Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7111
diff
changeset
|
6 <div id="container"> |
9efd596e4393
Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7111
diff
changeset
|
7 <div class="page-header"> |
18258
bebb05a7e249
hgweb: add a "URL breadcrumb" to the index and repository pages
Angel Ezquerra <angel.ezquerra at gmail.com>
parents:
14913
diff
changeset
|
8 <h1 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb}</h1> |
7403
9efd596e4393
Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7111
diff
changeset
|
9 <ul class="page-nav"> |
9efd596e4393
Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7111
diff
changeset
|
10 </ul> |
9efd596e4393
Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7111
diff
changeset
|
11 </div> |
10575
136eed1ac69c
trailing spaces (and one stray tab)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
10301
diff
changeset
|
12 |
7403
9efd596e4393
Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7111
diff
changeset
|
13 <table cellspacing="0"> |
9efd596e4393
Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7111
diff
changeset
|
14 <tr> |
8430
8b47efdf40ee
monoblue: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
7403
diff
changeset
|
15 <td><a href="?sort={sort_name}">Name</a></td> |
8b47efdf40ee
monoblue: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
7403
diff
changeset
|
16 <td><a href="?sort={sort_description}">Description</a></td> |
8b47efdf40ee
monoblue: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
7403
diff
changeset
|
17 <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
|
18 <td><a href="?sort={sort_lastchange}">Last modified</a></td> |
7403
9efd596e4393
Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7111
diff
changeset
|
19 <td> </td> |
9efd596e4393
Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7111
diff
changeset
|
20 <td> </td> |
9efd596e4393
Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7111
diff
changeset
|
21 </tr> |
8430
8b47efdf40ee
monoblue: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
7403
diff
changeset
|
22 {entries%indexentry} |
7403
9efd596e4393
Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7111
diff
changeset
|
23 </table> |
9efd596e4393
Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7111
diff
changeset
|
24 <div class="page-footer"> |
9efd596e4393
Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7111
diff
changeset
|
25 {motd} |
9efd596e4393
Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7111
diff
changeset
|
26 </div> |
9efd596e4393
Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7111
diff
changeset
|
27 |
9efd596e4393
Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7111
diff
changeset
|
28 <div id="powered-by"> |
18526
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
18258
diff
changeset
|
29 <p><a href="{logourl}" title="Mercurial"><img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial"></a></p> |
7403
9efd596e4393
Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7111
diff
changeset
|
30 </div> |
9efd596e4393
Improve the monoblue theme for hgwebdir
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
7111
diff
changeset
|
31 |
7111 | 32 </div> |
25871
20ed56771b21
hgweb: show ages in repos' Last modified column in monoblue and gitweb
Anton Shestakov <av6@dwimlabs.net>
parents:
25746
diff
changeset
|
33 <script type="text/javascript">process_dates()</script> |
7111 | 34 </body> |
35 </html> |