annotate templates/gitweb/notfound.tmpl @ 5857:c704b03884ef

merge: add a bit more sanity to divergent copy checks
author Matt Mackall <mpm@selenic.com>
date Mon, 14 Jan 2008 16:28:32 -0600
parents 3a1ffc1da32c
children d2353ed8b153
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4842
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
1 {header}
5560
e78c24011001 hgweb: make notfound templates more informative
Bryan O'Sullivan <bos@serpentine.com>
parents: 4842
diff changeset
2 <title>Mercurial repository not found</title>
4842
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
3 </head>
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
4
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
5 <body>
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
6
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
7 <div class="page_header">
5820
3a1ffc1da32c Fixed numerous XHTML problems that caused validation errors and warnings.
Kevin Christen <kevin.christen@gmail.com>
parents: 5560
diff changeset
8 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a> Not found: {repo|escape}
4842
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
9 </div>
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
10
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
11 <div class="page_body">
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
12 The specified repository "{repo|escape}" is unknown, sorry.
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
13 <br/>
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
14 <br/>
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
15 Please go back to the <a href="/">main repository list page</a>.
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
16 </div>
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
17
d39776752a1f gitweb: add notfound template
Brendan Cully <brendan@kublai.com>
parents:
diff changeset
18 {footer}