author | Kevin Bullock <kbullock@ringworld.org> |
Mon, 20 Jun 2011 22:15:52 -0500 | |
branch | stable |
changeset 14713 | 88a53081fb21 |
parent 13964 | 616ad3f6fd33 |
child 18258 | bebb05a7e249 |
permissions | -rw-r--r-- |
8427
cebdfdcc3e42
git: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
8356
diff
changeset
|
1 |
{header} |
cebdfdcc3e42
git: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
8356
diff
changeset
|
2 |
<title>{repo|escape}: Branches</title> |
8356 | 3 |
<link rel="alternate" type="application/atom+xml" |
8427
cebdfdcc3e42
git: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
8356
diff
changeset
|
4 |
href="{url}atom-tags" title="Atom feed for {repo|escape}"/> |
8356 | 5 |
<link rel="alternate" type="application/rss+xml" |
8427
cebdfdcc3e42
git: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
8356
diff
changeset
|
6 |
href="{url}rss-tags" title="RSS feed for {repo|escape}"/> |
8356 | 7 |
</head> |
8 |
<body> |
|
9 |
||
10 |
<div class="page_header"> |
|
13964
616ad3f6fd33
hgweb: support alternate logo url
Steven Stallion <sstallion@gmail.com>
parents:
13864
diff
changeset
|
11 |
<a href="{logourl}" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / help |
8356 | 12 |
</div> |
13 |
||
14 |
<div class="page_nav"> |
|
15 |
<a href="{url}summary{sessionvars%urlparameter}">summary</a> | |
|
16 |
<a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> | |
|
17 |
<a href="{url}log{sessionvars%urlparameter}">changelog</a> | |
|
18 |
<a href="{url}graph{sessionvars%urlparameter}">graph</a> | |
|
19 |
<a href="{url}tags{sessionvars%urlparameter}">tags</a> | |
|
13864
fd8a6ca3a750
hgweb: add separate bookmarks listing to gitweb theme (based on 38c9837b1f75)
Yuya Nishihara <yuya@tcha.org>
parents:
13861
diff
changeset
|
20 |
<a href="{url}bookmarks{sessionvars%urlparameter}">bookmarks</a> | |
13861
e8f50febc2d4
hgweb: fix typo and inactive link in page_nav and page_header of gitweb's help
Yuya Nishihara <yuya@tcha.org>
parents:
12666
diff
changeset
|
21 |
<a href="{url}branches{sessionvars%urlparameter}">branches</a> | |
e8f50febc2d4
hgweb: fix typo and inactive link in page_nav and page_header of gitweb's help
Yuya Nishihara <yuya@tcha.org>
parents:
12666
diff
changeset
|
22 |
<a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a> | |
e8f50febc2d4
hgweb: fix typo and inactive link in page_nav and page_header of gitweb's help
Yuya Nishihara <yuya@tcha.org>
parents:
12666
diff
changeset
|
23 |
help |
8356 | 24 |
<br/> |
25 |
</div> |
|
26 |
||
27 |
<div class="title"> </div> |
|
12666
ead4e21f49f1
web: add a help view for getting hg help output
Augie Fackler <durin42@gmail.com>
parents:
9999
diff
changeset
|
28 |
|
ead4e21f49f1
web: add a help view for getting hg help output
Augie Fackler <durin42@gmail.com>
parents:
9999
diff
changeset
|
29 |
<pre> |
ead4e21f49f1
web: add a help view for getting hg help output
Augie Fackler <durin42@gmail.com>
parents:
9999
diff
changeset
|
30 |
{doc|escape} |
ead4e21f49f1
web: add a help view for getting hg help output
Augie Fackler <durin42@gmail.com>
parents:
9999
diff
changeset
|
31 |
</pre> |
8356 | 32 |
|
8427
cebdfdcc3e42
git: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
8356
diff
changeset
|
33 |
{footer} |