Mercurial > hg
annotate mercurial/templates/gitweb/branches.tmpl @ 9999:f91e5630ce7e
setup: install translation files as package data
Remove the `install_package_data' subclass of `install_data' and use
the `package_data' functionality provided by distutils instead. As
package data must be located within the package directory, the data
files are now generated in the build directory.
To simplify the functionality of this change, the top-level `doc' and
`templates' directories have been moved into the `mercurial' package
directory.
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Tue, 01 Dec 2009 16:06:10 +0100 |
parents | templates/gitweb/branches.tmpl@1de6e7e1bb9f |
children | ead4e21f49f1 |
rev | line source |
---|---|
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"> | |
8936
1de6e7e1bb9f
change wiki/bts URLs to point to new hostname
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
8427
diff
changeset
|
11 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / branches |
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> | | |
20 branches | | |
8427
cebdfdcc3e42
git: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
8356
diff
changeset
|
21 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a> |
8356 | 22 <br/> |
23 </div> | |
24 | |
25 <div class="title"> </div> | |
26 <table cellspacing="0"> | |
8427
cebdfdcc3e42
git: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
8356
diff
changeset
|
27 {entries%branchentry} |
8356 | 28 </table> |
29 | |
8427
cebdfdcc3e42
git: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
8356
diff
changeset
|
30 {footer} |