view mercurial/templates/gitweb/notfound.tmpl @ 24909:d71492ca2fdd

crecord: fix mixed imports warning
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 09 Apr 2015 23:47:07 -0400
parents 9409aeaafdc1
children
line wrap: on
line source

{header}
<title>Mercurial repository not found</title>
</head>

<body>

<div class="page_header">
<a href="{logourl}" title="Mercurial" style="float: right;">Mercurial</a> Not found: {repo|escape}
</div>

<div class="page_body">
The specified repository "{repo|escape}" is unknown, sorry.
<br/>
<br/>
Please go back to the <a href="{url|urlescape}">main repository list page</a>.
</div>

{footer}