templates/sjl/manifest.tmpl @ f402fd0f036b
Finish (mostly) the reskin
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 15 Jan 2020 20:15:24 -0500 |
parents |
b2b88bc58ef9 |
children |
(none) |
{header}
<title>{path|escape} @ {node|short} / {repo|escape} / hg.stevelosh.com</title>
</head>
<body>
<div class="main">
{navigation}
{searchform}
<h1>
<a class="path" href="{sessionvars%urlparameter}">{path|escape}</a>
@
<a class="commit-hash" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
</h1>
<table class="bigtable browse">
<thead>
<tr>
<th class="name">name</th>
<th class="size">size</th>
</tr>
</thead>
<tbody class="stripes2">
<tr class="fileline">
<td class="name"><a href="{url|urlescape}file/{symrev}{up|urlescape}{sessionvars%urlparameter}">[up]</a></td>
<td class="size"></td>
</tr>
{dentries%direntry}
{fentries%fileentry}
</tbody>
</table>
</div>
{footer}