annotate templates/paper/branches.tmpl @ 8656:284fda4cd093

removed unused imports
author Martin Geisler <mg@lazybytes.net>
date Sat, 30 May 2009 23:20:30 +0200
parents 6058d291abdf
children 1de6e7e1bb9f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8353
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
1 {header}
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
2 <title>{repo|escape}: branches</title>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
3 <link rel="alternate" type="application/atom+xml"
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
4 href="{url}atom-tags" title="Atom feed for {repo|escape}: branches" />
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
5 <link rel="alternate" type="application/rss+xml"
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
6 href="{url}rss-tags" title="RSS feed for {repo|escape}: branches" />
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
7 </head>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
8 <body>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
9
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
10 <div class="container">
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
11 <div class="menu">
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
12 <div class="logo">
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
13 <a href="http://www.selenic.com/mercurial/">
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
14 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
15 </div>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
16 <ul>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
17 <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
18 <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
19 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
20 <li class="active">branches</li>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
21 </ul>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
22 </div>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
23
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
24 <div class="main">
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
25 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
26 <h3>branches</h3>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
27
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
28 <form class="search" action="{url}log">
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
29 {sessionvars%hiddenformentry}
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
30 <p><input name="rev" id="search1" type="text" size="30" /></p>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
31 <div id="hint">find changesets by author, revision,
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
32 files, or words in the commit message</div>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
33 </form>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
34
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
35 <table class="bigtable">
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
36 <tr>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
37 <th>branch</th>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
38 <th>node</th>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
39 </tr>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
40 {entries%branchentry}
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
41 </table>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
42 </div>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
43 </div>
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
44
6058d291abdf paper/coal: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
45 {footer}