branches.tmpl
26 lines
| 855 B
| application/x-cheetah
|
CheetahLexer
Dirkjan Ochtman
|
r8431 | {header} | ||
<title>{repo|escape}: branches</title> | ||||
Sune Foldager
|
r8357 | <link rel="alternate" type="application/atom+xml" | ||
Dirkjan Ochtman
|
r8431 | href="{url}atom-branches" title="Atom feed for {repo|escape}: branches"> | ||
Sune Foldager
|
r8357 | <link rel="alternate" type="application/rss+xml" | ||
Dirkjan Ochtman
|
r8431 | href="{url}rss-branches" title="RSS feed for {repo|escape}: branches"> | ||
Sune Foldager
|
r8357 | </head> | ||
<body> | ||||
<div class="buttons"> | ||||
Dirkjan Ochtman
|
r8431 | <a href="{url}log{sessionvars%urlparameter}">changelog</a> | ||
<a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> | ||||
<a href="{url}graph{sessionvars%urlparameter}">graph</a> | ||||
<a href="{url}tags{sessionvars%urlparameter}">tags</a> | ||||
<a href="{url}file/{node|short}/{sessionvars%urlparameter}">files</a> | ||||
<a type="application/rss+xml" href="{url}rss-branches">rss</a> | ||||
<a type="application/atom+xml" href="{url}atom-branches">atom</a> | ||||
Sune Foldager
|
r8357 | </div> | ||
<h2>branches:</h2> | ||||
<ul id="tagEntries"> | ||||
Dirkjan Ochtman
|
r8431 | {entries%branchentry} | ||
Sune Foldager
|
r8357 | </ul> | ||
Dirkjan Ochtman
|
r8431 | {footer} | ||