##// 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
manifest.tmpl
53 lines | 1.4 KiB | application/x-cheetah | CheetahLexer
Matt Mackall
templates: add coal web theme
r6436 {header}
<title>{repo|escape}: {node|short} {path|escape}</title>
</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>
Brendan Cully
coal: include current node in log, graph menu links
r6775 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
Matt Mackall
templates: add coal web theme
r6436 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
</ul>
<ul>
<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
<li class="active">browse</li>
</ul>
<ul>
{archives%archiveentry}
</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
coal: more tweaks...
r6452 <h3>directory {path|escape} @ {rev}:{node|short} {tags%changelogtag}</h3>
Matt Mackall
templates: add coal web theme
r6436
<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>
Matt Mackall
coal: even more tweaks...
r6454 <th class="name">name</th>
<th class="size">size</th>
Matt Mackall
templates: add coal web theme
r6436 <th class="permissions">permissions</th>
</tr>
Matt Mackall
coal: even more tweaks...
r6454 <tr class="fileline parity{upparity}">
<td class="name"><a href="{url}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a></td>
<td class="size"></td>
<td class="permissions">drwxr-xr-x</td>
Matt Mackall
templates: add coal web theme
r6436 </tr>
{dentries%direntry}
{fentries%fileentry}
</table>
Matt Mackall
coal: more tweaking...
r6453 </div>
</div>
Matt Mackall
templates: add coal web theme
r6436 {footer}