Show More
notfound.tmpl
18 lines
| 397 B
| application/x-cheetah
|
CheetahLexer
|
r9999 | {header} | ||
<title>Mercurial repository not found</title> | ||||
</head> | ||||
<body> | ||||
<div class="page_header"> | ||||
|
r13964 | <a href="{logourl}" title="Mercurial" style="float: right;">Mercurial</a> Not found: {repo|escape} | ||
|
r9999 | </div> | ||
<div class="page_body"> | ||||
The specified repository "{repo|escape}" is unknown, sorry. | ||||
<br/> | ||||
<br/> | ||||
|
r18526 | Please go back to the <a href="{url|urlescape}">main repository list page</a>. | ||
|
r9999 | </div> | ||
{footer} | ||||