author | Angel Ezquerra <angel.ezquerra@gmail.com> |
Tue, 04 Dec 2012 00:41:29 +0100 | |
changeset 18200 | b31266671918 |
parent 18045 | add2f9ddcfb5 |
child 18258 | bebb05a7e249 |
permissions | -rw-r--r-- |
8353 | 1 |
{header} |
2 |
<title>{repo|escape}: branches</title> |
|
3 |
<link rel="alternate" type="application/atom+xml" |
|
18045
add2f9ddcfb5
hgweb: add branches RSS and Atom feeds
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
14913
diff
changeset
|
4 |
href="{url}atom-branches" title="Atom feed for {repo|escape}: branches" /> |
8353 | 5 |
<link rel="alternate" type="application/rss+xml" |
18045
add2f9ddcfb5
hgweb: add branches RSS and Atom feeds
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
14913
diff
changeset
|
6 |
href="{url}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}"> |
14913
44382887d012
hgweb: add a "web/logoimg" setting to customize the web logo image
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
13964
diff
changeset
|
14 |
<img src="{staticurl}{logoimg}" alt="mercurial" /></a> |
8353 | 15 |
</div> |
16 |
<ul> |
|
17 |
<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li> |
|
18 |
<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li> |
|
19 |
<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> |
|
13597
38c9837b1f75
hgweb: add separate page with bookmarks listing
Alexander Solovyov <alexander@solovyov.net>
parents:
13176
diff
changeset
|
20 |
<li><a href="{url}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> |
4b334f8c941b
templates: fix inconsistency in 'help' link
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
9999
diff
changeset
|
24 |
<li><a href="{url}help{sessionvars%urlparameter}">help</a></li> |
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 |
<p> |
b31266671918
hgweb: add (Atom) subscribe link to the main paper template pages
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
18045
diff
changeset
|
27 |
<div class="atom-logo"> |
b31266671918
hgweb: add (Atom) subscribe link to the main paper template pages
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
18045
diff
changeset
|
28 |
<a href="{url}atom-branches" title="subscribe to atom feed"> |
b31266671918
hgweb: add (Atom) subscribe link to the main paper template pages
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
18045
diff
changeset
|
29 |
<img class="atom-logo" src="{staticurl}feed-icon-14x14.png" alt="atom feed"> |
b31266671918
hgweb: add (Atom) subscribe link to the main paper template pages
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
18045
diff
changeset
|
30 |
</a> |
b31266671918
hgweb: add (Atom) subscribe link to the main paper template pages
Angel Ezquerra <angel.ezquerra@gmail.com>
parents:
18045
diff
changeset
|
31 |
</div> |
8353 | 32 |
</div> |
33 |
||
34 |
<div class="main"> |
|
35 |
<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2> |
|
36 |
<h3>branches</h3> |
|
37 |
||
38 |
<form class="search" action="{url}log"> |
|
39 |
{sessionvars%hiddenformentry} |
|
40 |
<p><input name="rev" id="search1" type="text" size="30" /></p> |
|
41 |
<div id="hint">find changesets by author, revision, |
|
42 |
files, or words in the commit message</div> |
|
43 |
</form> |
|
44 |
||
45 |
<table class="bigtable"> |
|
46 |
<tr> |
|
47 |
<th>branch</th> |
|
48 |
<th>node</th> |
|
49 |
</tr> |
|
13176
895f54a79c6e
templater: use the parser.py parser to extend the templater syntax
Matt Mackall <mpm@selenic.com>
parents:
12846
diff
changeset
|
50 |
{entries % |
895f54a79c6e
templater: use the parser.py parser to extend the templater syntax
Matt Mackall <mpm@selenic.com>
parents:
12846
diff
changeset
|
51 |
' <tr class="tagEntry parity{parity}"> |
895f54a79c6e
templater: use the parser.py parser to extend the templater syntax
Matt Mackall <mpm@selenic.com>
parents:
12846
diff
changeset
|
52 |
<td> |
895f54a79c6e
templater: use the parser.py parser to extend the templater syntax
Matt Mackall <mpm@selenic.com>
parents:
12846
diff
changeset
|
53 |
<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}" class="{status}"> |
895f54a79c6e
templater: use the parser.py parser to extend the templater syntax
Matt Mackall <mpm@selenic.com>
parents:
12846
diff
changeset
|
54 |
{branch|escape} |
895f54a79c6e
templater: use the parser.py parser to extend the templater syntax
Matt Mackall <mpm@selenic.com>
parents:
12846
diff
changeset
|
55 |
</a> |
895f54a79c6e
templater: use the parser.py parser to extend the templater syntax
Matt Mackall <mpm@selenic.com>
parents:
12846
diff
changeset
|
56 |
</td> |
895f54a79c6e
templater: use the parser.py parser to extend the templater syntax
Matt Mackall <mpm@selenic.com>
parents:
12846
diff
changeset
|
57 |
<td class="node"> |
895f54a79c6e
templater: use the parser.py parser to extend the templater syntax
Matt Mackall <mpm@selenic.com>
parents:
12846
diff
changeset
|
58 |
{node|short} |
895f54a79c6e
templater: use the parser.py parser to extend the templater syntax
Matt Mackall <mpm@selenic.com>
parents:
12846
diff
changeset
|
59 |
</td> |
895f54a79c6e
templater: use the parser.py parser to extend the templater syntax
Matt Mackall <mpm@selenic.com>
parents:
12846
diff
changeset
|
60 |
</tr>' |
895f54a79c6e
templater: use the parser.py parser to extend the templater syntax
Matt Mackall <mpm@selenic.com>
parents:
12846
diff
changeset
|
61 |
} |
8353 | 62 |
</table> |
63 |
</div> |
|
64 |
</div> |
|
65 |
||
66 |
{footer} |