annotate templates/spartan/branches.tmpl @ 9677:0c072e63e3e7

changelog: do not use a mutable default value
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Sat, 31 Oct 2009 16:49:27 +0100
parents 5c1aabc58004
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8431
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
1 {header}
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
2 <title>{repo|escape}: branches</title>
8357
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
3 <link rel="alternate" type="application/atom+xml"
8431
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
4 href="{url}atom-branches" title="Atom feed for {repo|escape}: branches">
8357
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
5 <link rel="alternate" type="application/rss+xml"
8431
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
6 href="{url}rss-branches" title="RSS feed for {repo|escape}: branches">
8357
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
7 </head>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
8 <body>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
9
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
10 <div class="buttons">
8431
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
11 <a href="{url}log{sessionvars%urlparameter}">changelog</a>
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
12 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a>
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
13 <a href="{url}graph{sessionvars%urlparameter}">graph</a>
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
14 <a href="{url}tags{sessionvars%urlparameter}">tags</a>
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
15 <a href="{url}file/{node|short}/{sessionvars%urlparameter}">files</a>
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
16 <a type="application/rss+xml" href="{url}rss-branches">rss</a>
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
17 <a type="application/atom+xml" href="{url}atom-branches">atom</a>
8357
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
18 </div>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
19
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
20 <h2>branches:</h2>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
21
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
22 <ul id="tagEntries">
8431
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
23 {entries%branchentry}
8357
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
24 </ul>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
25
8431
5c1aabc58004 spartan: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 8357
diff changeset
26 {footer}