templates/gitweb/notfound.tmpl
author Martin Geisler <mg@lazybytes.net>
Sun, 21 Jun 2009 01:06:24 +0200
changeset 8912 f872a722e999
parent 6222 d2353ed8b153
child 8936 1de6e7e1bb9f
permissions -rw-r--r--
i18n-da: add missing newline

{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}