##// END OF EJS Templates
gitweb: add notfound template
Brendan Cully -
r4842:d3977675 default
parent child Browse files
Show More
@@ -0,0 +1,19 b''
1 {header}
2 <title>Mercurial repositories index</title>
3 </head>
4
5 <body>
6
7 <div class="page_header">
8 <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div
9 style="float:right;">Mercurial</div></a> Not found: {repo|escape}
10 </div>
11
12 <div class="page_body">
13 The specified repository "{repo|escape}" is unknown, sorry.
14 <br/>
15 <br/>
16 Please go back to the <a href="/">main repository list page</a>.
17 </div>
18
19 {footer}
@@ -5,6 +5,7 b' search = search.tmpl'
5 changelog = changelog.tmpl
5 changelog = changelog.tmpl
6 summary = summary.tmpl
6 summary = summary.tmpl
7 error = error.tmpl
7 error = error.tmpl
8 notfound = notfound.tmpl
8 naventry = '<a href="{url}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
9 naventry = '<a href="{url}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
9 navshortentry = '<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
10 navshortentry = '<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
10 filenaventry = '<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> '
11 filenaventry = '<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> '
General Comments 0
You need to be logged in to leave comments. Login now