mercurial/templates/gitweb/notfound.tmpl
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
Tue, 01 Dec 2009 16:06:10 +0100
changeset 9999 f91e5630ce7e
parent 8936 templates/gitweb/notfound.tmpl@1de6e7e1bb9f
child 13964 616ad3f6fd33
permissions -rw-r--r--
setup: install translation files as package data Remove the `install_package_data' subclass of `install_data' and use the `package_data' functionality provided by distutils instead. As package data must be located within the package directory, the data files are now generated in the build directory. To simplify the functionality of this change, the top-level `doc' and `templates' directories have been moved into the `mercurial' package directory.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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">
8936
1de6e7e1bb9f change wiki/bts URLs to point to new hostname
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 6222
diff changeset
     8
<a href="http://mercurial.selenic.com/" 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/>
6222
d2353ed8b153 gitweb: use {url} as entrypoint in notfound.tmpl instead of /
Brendan Cully <brendan@kublai.com>
parents: 5820
diff changeset
    15
Please go back to the <a href="{url}">main repository list page</a>.
4842
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}