templates/gitweb/notfound.tmpl
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Sun, 23 Mar 2008 23:08:18 +0100
changeset 6368 2c370f08c486
parent 6222 d2353ed8b153
child 8936 1de6e7e1bb9f
permissions -rw-r--r--
hgweb: better error messages

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

<body>

<div class="page_header">
<a href="http://www.selenic.com/mercurial/" 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}">main repository list page</a>.
</div>

{footer}