##// END OF EJS Templates
handle file URIs correctly, according to RFC 2396 (issue1153)...
handle file URIs correctly, according to RFC 2396 (issue1153) The new code aims to implement the RFC correctly for file URIs. Previously they were handled incorrectly in several ways, which could cause problem on Windows in particular.

File last commit:

r8430:8b47efdf default
r9996:2770d03a stable
Show More
shortlog.tmpl
41 lines | 1.5 KiB | application/x-cheetah | CheetahLexer
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 {header}
<title>{repo|escape}: shortlog</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}"/>
Hiroshi Funai
added monoblue hgweb theme
r7111 </head>
<body>
<div id="container">
<div class="page-header">
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <h1><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / shortlog</h1>
Hiroshi Funai
added monoblue hgweb theme
r7111
<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 class="current">shortlog</li>
<li><a href="{url}log{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>
Sune Foldager
monoblue: add branches page
r8355 <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <li><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>{archives%archiveentry}</li>
Hiroshi Funai
added monoblue hgweb theme
r7111 </ul>
</div>
<h2 class="no-link no-border">shortlog</h2>
<table>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 {entries%shortlogentry}
Hiroshi Funai
added monoblue hgweb theme
r7111 </table>
<div class="page-path">
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 {changenav%navshortentry}
Hiroshi Funai
added monoblue hgweb theme
r7111 </div>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 {footer}