templates/spartan/branches.tmpl
author Sune Foldager <cryo@cyanite.org>
Tue, 12 May 2009 11:58:39 +0200
changeset 8357 d974a32b59dc
child 8431 5c1aabc58004
permissions -rw-r--r--
spartan: add branches page
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8357
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     1
#header#
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     2
<title>#repo|escape#: branches</title>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     3
<link rel="alternate" type="application/atom+xml"
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     4
   href="#url#atom-branches" title="Atom feed for #repo|escape#: branches">
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     5
<link rel="alternate" type="application/rss+xml"
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     6
   href="#url#rss-branches" title="RSS feed for #repo|escape#: branches">
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">
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    11
<a href="#url#log{sessionvars%urlparameter}">changelog</a>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    12
<a href="#url#shortlog{sessionvars%urlparameter}">shortlog</a>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    13
<a href="#url#graph{sessionvars%urlparameter}">graph</a>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    14
<a href="#url#tags{sessionvars%urlparameter}">tags</a>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    15
<a href="#url#file/#node|short#/{sessionvars%urlparameter}">files</a>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    16
<a type="application/rss+xml" href="#url#rss-branches">rss</a>
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    17
<a type="application/atom+xml" href="#url#atom-branches">atom</a>
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">
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    23
#entries%branchentry#
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
d974a32b59dc spartan: add branches page
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    26
#footer#