##// END OF EJS Templates
coal: include current node in log, graph menu links
coal: include current node in log, graph menu links

File last commit:

r6775:54ccf417 default
r6775:54ccf417 default
Show More
shortlog.tmpl
55 lines | 1.4 KiB | application/x-cheetah | CheetahLexer
Matt Mackall
templates: add coal web theme
r6436 {header}
<title>{repo|escape}: log</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>
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 class="active">log</li>
Brendan Cully
coal: include current node in log, graph menu links
r6775 <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>
Matt Mackall
coal: more tweaks...
r6452 <ul>
<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
</ul>
<ul>
{archives%archiveentry}
</ul>
Matt Mackall
templates: add coal web theme
r6436 </div>
<div class="main">
<h2>{repo|escape}</h2>
Matt Mackall
coal: more tweaks...
r6452 <h3>log</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>
</form>
Matt Mackall
coal: more tweaks...
r6452 <div class="navigate">rev {rev}: {changenav%navshortentry}</div>
Matt Mackall
templates: add coal web theme
r6436
<table class="bigtable">
<tr>
Matt Mackall
coal: even more tweaks...
r6454 <th class="age">age</td>
<th class="author">author</td>
<th class="description">description</td>
Matt Mackall
templates: add coal web theme
r6436 </tr>
{entries%shortlogentry}
</table>
Matt Mackall
coal: more tweaks...
r6452 <div class="navigate">rev {rev}: {changenav%navshortentry}</div>
Matt Mackall
coal: more tweaking...
r6453 </div>
</div>
Matt Mackall
templates: add coal web theme
r6436
{footer}