##// END OF EJS Templates
setup: don't ship i18n directory...
setup: don't ship i18n directory The directory was never actually used at runtime and other programs don't ship it either.

File last commit:

r8430:8b47efdf default
r9998:4a3c388f default
Show More
manifest.tmpl
51 lines | 1.9 KiB | application/x-cheetah | CheetahLexer
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 {header}
<title>{repo|escape}: files</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> / files</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><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>
Sune Foldager
monoblue: add branches page
r8355 <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
Hiroshi Funai
added monoblue hgweb theme
r7111 <li class="current">files</li>
</ul>
</div>
<ul class="submenu">
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> {archives%archiveentry}</li>
Hiroshi Funai
added monoblue hgweb theme
r7111 {archives%archiveentry}
</ul>
<h2 class="no-link no-border">files</h2>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <p class="files">{path|escape} <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></p>
Hiroshi Funai
added monoblue hgweb theme
r7111
<table>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <tr class="parity{upparity}">
Hiroshi Funai
added monoblue hgweb theme
r7111 <td>drwxr-xr-x</td>
<td></td>
<td></td>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <td><a href="{url}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a></td>
Hiroshi Funai
added monoblue hgweb theme
r7111 <td class="link">&nbsp;</td>
</tr>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 {dentries%direntry}
{fentries%fileentry}
Hiroshi Funai
added monoblue hgweb theme
r7111 </table>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 {footer}