##// END OF EJS Templates
hgweb: make notfound templates more informative
Bryan O'Sullivan -
r5560:e78c2401 default
parent child Browse files
Show More
@@ -1,19 +1,19 b''
1 {header}
1 {header}
2 <title>Mercurial repositories index</title>
2 <title>Mercurial repository not found</title>
3 </head>
3 </head>
4
4
5 <body>
5 <body>
6
6
7 <div class="page_header">
7 <div class="page_header">
8 <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div
8 <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div
9 style="float:right;">Mercurial</div></a> Not found: {repo|escape}
9 style="float:right;">Mercurial</div></a> Not found: {repo|escape}
10 </div>
10 </div>
11
11
12 <div class="page_body">
12 <div class="page_body">
13 The specified repository "{repo|escape}" is unknown, sorry.
13 The specified repository "{repo|escape}" is unknown, sorry.
14 <br/>
14 <br/>
15 <br/>
15 <br/>
16 Please go back to the <a href="/">main repository list page</a>.
16 Please go back to the <a href="/">main repository list page</a>.
17 </div>
17 </div>
18
18
19 {footer}
19 {footer}
@@ -1,12 +1,12 b''
1 #header#
1 #header#
2 <title>Mercurial repositories index</title>
2 <title>Mercurial repository not found</title>
3 </head>
3 </head>
4 <body>
4 <body>
5
5
6 <h2>Mercurial Repositories</h2>
6 <h2>Mercurial repository not found</h2>
7
7
8 The specified repository "#repo|escape#" is unknown, sorry.
8 The specified repository "#repo|escape#" is unknown, sorry.
9
9
10 Please go back to the main repository list page.
10 Please go back to the main repository list page.
11
11
12 #footer#
12 #footer#
General Comments 0
You need to be logged in to leave comments. Login now