sapling/edenscm/mercurial/templates/gitweb/notfound.tmpl

19 lines
397 B
Cheetah
Raw Normal View History

2007-07-06 06:47:04 +04:00
{header}
<title>Mercurial repository not found</title>
2007-07-06 06:47:04 +04:00
</head>
<body>
<div class="page_header">
<a href="{logourl}" title="Mercurial" style="float: right;">Mercurial</a> Not found: {repo|escape}
2007-07-06 06:47:04 +04:00
</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>.
2007-07-06 06:47:04 +04:00
</div>
{footer}