##// END OF EJS Templates
raw: use newer template syntax everywhere
raw: use newer template syntax everywhere

File last commit:

r8355:5ba798f3 default
r8429:4bf90ee5 default
Show More
branches.tmpl
36 lines | 1.4 KiB | application/x-cheetah | CheetahLexer
#header#
<title>#repo|escape#: Branches</title>
<link rel="alternate" type="application/atom+xml" href="{url}atom-log" title="Atom feed for #repo|escape#"/>
<link rel="alternate" type="application/rss+xml" href="{url}rss-log" title="RSS feed for #repo|escape#"/>
</head>
<body>
<div id="container">
<div class="page-header">
<h1><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / Branches</h1>
<form action="{url}log">
{sessionvars%hiddenformentry}
<dl class="search">
<dt><label>Search: </label></dt>
<dd><input type="text" name="rev" /></dd>
</dl>
</form>
<ul class="page-nav">
<li><a href="{url}summary{sessionvars%urlparameter}">summary</a></li>
<li><a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a></li>
<li><a href="{url}changelog{sessionvars%urlparameter}">changelog</a></li>
<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
<li class="current">branches</li>
<li><a href="{url}file/#node|short#{sessionvars%urlparameter}">files</a></li>
</ul>
</div>
<h2 class="no-link no-border">tags</h2>
<table cellspacing="0">
#entries%branchentry#
</table>
#footer#