templates/gitweb/notfound.tmpl
author Kevin Bullock <kbullock@ringworld.org>
Wed, 07 Oct 2009 14:01:20 -0500
changeset 9551 3e698434b990
parent 8936 1de6e7e1bb9f
permissions -rw-r--r--
color: allow multiple args to ui.write()

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

<body>

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