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}
<link rel="canonical" href="{urlbase|escape}{url|escape}annotate/{node|short}/{file|escape}" />
<title>{repo|escape}: {file|escape} annotate</title>
</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>
{dict(annotate=1)%filemenu}
{diffoptsform}
<script type="text/javascript"{if(nonce, ' nonce="{nonce}"')}>
renderDiffOptsForm();
</script>
<div class="overflow">
<table id="annotate">
<tbody class="stripes2 sourcelines"
data-logurl="{url|urlescape}log/{symrev}/{file|urlescape}"
data-selectabletag="TR"
data-ishead="{ishead}">
{annotate%annotateline}
</tbody>
</table>
</div>
</div>
</div>
<script type="text/javascript" src="{staticurl|urlescape}followlines.js"></script>
{footer}