templates/gitweb/notfound.tmpl
author Kevin Christen <kevin.christen@gmail.com>
Mon, 07 Jan 2008 21:29:40 -0600
changeset 5820 3a1ffc1da32c
parent 5560 e78c24011001
child 6222 d2353ed8b153
permissions -rw-r--r--
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.

{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}