##// END OF EJS Templates
hgweb: make notfound templates more informative
hgweb: make notfound templates more informative

File last commit:

r5560:e78c2401 default
r5560:e78c2401 default
Show More
notfound.tmpl
19 lines | 419 B | application/x-cheetah | CheetahLexer
{header}
<title>Mercurial repository not found</title>
</head>
<body>
<div class="page_header">
<a href="http://www.selenic.com/mercurial/" title="Mercurial"><div
style="float:right;">Mercurial</div></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="/">main repository list page</a>.
</div>
{footer}