##// END OF EJS Templates
tests: run svn tests only with svn bindings >1.3
tests: run svn tests only with svn bindings >1.3

File last commit:

r7314:a0843c82 default
r7315:408cf9eb default
Show More
tags.tmpl
44 lines | 1.1 KiB | application/x-cheetah | CheetahLexer
Matt Mackall
templates: add coal web theme
r6436 {header}
<title>{repo|escape}: tags</title>
<link rel="alternate" type="application/atom+xml"
href="{url}atom-tags" title="Atom feed for {repo|escape}: tags">
<link rel="alternate" type="application/rss+xml"
href="{url}rss-tags" title="RSS feed for {repo|escape}: tags">
</head>
<body>
Matt Mackall
coal: more tweaking...
r6453 <div class="container">
Matt Mackall
templates: add coal web theme
r6436 <div class="menu">
<div class="logo">
<a href="http://www.selenic.com/mercurial/">
<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
</div>
<ul>
<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
Dirkjan Ochtman
add graph page to hgweb
r6691 <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
Matt Mackall
templates: add coal web theme
r6436 <li class="active">tags</li>
</ul>
</div>
<div class="main">
Dirkjan Ochtman
coal/paper: link repo name to hgweb root
r7314 <h2><a href="{url}">{repo|escape}</a></h2>
Matt Mackall
templates: add coal web theme
r6436 <h3>tags</h3>
<form class="search" action="{url}log">
{sessionvars%hiddenformentry}
<p><input name="rev" id="search1" type="text" size="30"></p>
Benoit Allard
coal/paper: show a search tip when hovering over search box...
r7299 <span>find changesets by author, revision,
files, or words in the commit message</span>
Matt Mackall
templates: add coal web theme
r6436 </form>
<table class="bigtable">
<tr>
<th>tag</th>
<th>node</th>
</tr>
{entries%tagentry}
</table>
</div>
Matt Mackall
coal: more tweaking...
r6453 </div>
Matt Mackall
templates: add coal web theme
r6436
{footer}