sapling/templates/gitweb/notfound.tmpl
Kevin Christen 9e1cd09310 Fixed numerous XHTML problems that caused validation errors and warnings.
Link elements for Atom and RSS feeds had no end tag.  <div> block element
inside <a> in-line element isn't right and caused rendering problems on
Safari.  Spurious </div> tag in search forms.  Branch entry missing closing
</a> tag.
2008-01-07 21:29:40 -06:00

19 lines
407 B
Cheetah

{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="/">main repository list page</a>.
</div>
{footer}