grim/hgweb-template-boot

Import the existing prosody theme. Thanks Zash!
draft default tip
2019-12-18, Gary Kramlich
f08c165473e9
Import the existing prosody theme. Thanks Zash!
{header}
<title>{repo|escape}: {file|escape} history</title>
<link rel="alternate" type="application/atom+xml"
href="{url|urlescape}atom-log/tip/{file|urlescape}" title="Atom feed for {repo|escape}:{file}" />
<link rel="canonical" href="{urlbase|escape}{url|escape}log/{node|short}/{file|urlescape}" />
</head>
<body>
{navbar}
<div class="container">
<div class="row">
<h1>{repo|escape}</h1>
{dict(file=1)%reponav}
<h3>
file {file|escape} in changeset <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
{alltags}
</h3>
{if(linerange,
'<h4> (following lines {linerange}{if(descend, ', descending')} <a href="{url|urlescape}log/{symrev}/{file|urlescape}{sessionvars%urlparameter}">all revisions for this file</a>)</h4>')}
{dict(log=1)%filemenu}
<table class="table">
<tbody class="stripes2">
{entries%filelogentry}
</tbody>
</table>
<nav class="btn-toolbar" role="group">
<div class="btn-group">
<a class="btn btn-default" href="{url|urlescape}log/{symrev}/{file|urlescape}{lessvars%urlparameter}">less</a>
<a class="btn btn-default" href="{url|urlescape}log/{symrev}/{file|urlescape}{morevars%urlparameter}">more</a>
</div>
<div class="btn-group">
{nav%filenav}
</div>
</nav>
</div>
</div>
{footer}