templates/sjl/filerevision.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>{repo|escape}: {node|short} {file|escape}</title>
</head>
<body>

<div class="main">
{navigation}

<h1>
 {file|escape} @ <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
 {alltags}
</h1>

<pre class="commit-full-description">{desc|strip|escape|websub|nonempty}</pre>

<table class="commit-contents">
    <tr>
        <th class="author">author</th>
        <td class="author">{author|obfuscate}</td>
    </tr>
    <tr>
        <th class="date">date</th>
        <td class="date age">{date|rfc822date}</td>
    </tr>
    <tr>
        <th class="parents">parents</th>
        <td class="parents">{parent%filerevparent|nonempty}</td>
    </tr>
    <tr>
        <th class="children">children</th>
        <td class="children">{child%filerevchild|nonempty}</td>
    </tr>
</table>

<div class="overflow">
<pre class="sourcelines stripes4 wrap bottomline">{text%fileline}</pre>
</div>


</div>

{footer}