author | spectral <spectral@google.com> |
Tue, 25 Sep 2018 19:25:41 -0700 | |
changeset 40039 | a0c18b271ea1 |
parent 32758 | cba4461aa0a0 |
permissions | -rw-r--r-- |
8353 | 1 |
{header} |
2 |
<title>{repo|escape}: branches</title> |
|
3 |
<link rel="alternate" type="application/atom+xml" |
|
18526
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
18258
diff
changeset
|
4 |
href="{url|urlescape}atom-branches" title="Atom feed for {repo|escape}: branches" /> |
8353 | 5 |
<link rel="alternate" type="application/rss+xml" |
18526
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
18258
diff
changeset
|
6 |
href="{url|urlescape}rss-branches" title="RSS feed for {repo|escape}: branches" /> |
8353 | 7 |
</head> |
8 |
<body> |
|
9 |
||
10 |
<div class="container"> |
|
11 |
<div class="menu"> |
|
12 |
<div class="logo"> |
|
13964
616ad3f6fd33
hgweb: support alternate logo url
Steven Stallion <sstallion@gmail.com>
parents:
13597
diff
changeset
|
13 |
<a href="{logourl}"> |
18526
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
18258
diff
changeset
|
14 |
<img src="{staticurl|urlescape}{logoimg}" alt="mercurial" /></a> |
8353 | 15 |
</div> |
16 |
<ul> |
|
18526
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
18258
diff
changeset
|
17 |
<li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">log</a></li> |
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
18258
diff
changeset
|
18 |
<li><a href="{url|urlescape}graph{sessionvars%urlparameter}">graph</a></li> |
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
18258
diff
changeset
|
19 |
<li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li> |
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
18258
diff
changeset
|
20 |
<li><a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a></li> |
8353 | 21 |
<li class="active">branches</li> |
22 |
</ul> |
|
12846
4b334f8c941b
templates: fix inconsistency in 'help' link
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
9999
diff
changeset
|
23 |
<ul> |
18526
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
18258
diff
changeset
|
24 |
<li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li> |
12846
4b334f8c941b
templates: fix inconsistency in 'help' link
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
9999
diff
changeset
|
25 |
</ul> |
18200
b31266671918
hgweb: add (Atom) subscribe link to the main paper template pages
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
18045
diff
changeset
|
26 |
<div class="atom-logo"> |
18526
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
18258
diff
changeset
|
27 |
<a href="{url|urlescape}atom-branches" title="subscribe to atom feed"> |
23830
c4f6fc4eb01e
hgweb: close <img> elements
Anton Shestakov <engored@ya.ru>
parents:
23829
diff
changeset
|
28 |
<img class="atom-logo" src="{staticurl|urlescape}feed-icon-14x14.png" alt="atom feed" /> |
18200
b31266671918
hgweb: add (Atom) subscribe link to the main paper template pages
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
18045
diff
changeset
|
29 |
</a> |
b31266671918
hgweb: add (Atom) subscribe link to the main paper template pages
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
18045
diff
changeset
|
30 |
</div> |
8353 | 31 |
</div> |
32 |
||
33 |
<div class="main"> |
|
18258
bebb05a7e249
hgweb: add a "URL breadcrumb" to the index and repository pages
Angel Ezquerra <angel.ezquerra at gmail.com>
parents:
18200
diff
changeset
|
34 |
<h2 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb}</h2> |
8353 | 35 |
<h3>branches</h3> |
36 |
||
32758
cba4461aa0a0
hgweb: consolidate search form for paper
Gregory Szorc <gregory.szorc@gmail.com>
parents:
24054
diff
changeset
|
37 |
{searchform} |
8353 | 38 |
|
39 |
<table class="bigtable"> |
|
24054
fdf7794be41d
hgweb: replace implicit <tbody> with explicit <thead> where appropriate
Anton Shestakov <engored@ya.ru>
parents:
24041
diff
changeset
|
40 |
<thead> |
8353 | 41 |
<tr> |
42 |
<th>branch</th> |
|
43 |
<th>node</th> |
|
44 |
</tr> |
|
24054
fdf7794be41d
hgweb: replace implicit <tbody> with explicit <thead> where appropriate
Anton Shestakov <engored@ya.ru>
parents:
24041
diff
changeset
|
45 |
</thead> |
19451
aad410749ff3
hgweb: make stripes in branch list with CSS
Alexander Plavin <me@aplavin.ru>
parents:
19417
diff
changeset
|
46 |
<tbody class="stripes2"> |
19417
78d1e1029aa4
hgweb: get rid of branchentry template duplication
Alexander Plavin <me@aplavin.ru>
parents:
18526
diff
changeset
|
47 |
{entries % branchentry} |
19451
aad410749ff3
hgweb: make stripes in branch list with CSS
Alexander Plavin <me@aplavin.ru>
parents:
19417
diff
changeset
|
48 |
</tbody> |
8353 | 49 |
</table> |
50 |
</div> |
|
51 |
</div> |
|
52 |
||
53 |
{footer} |