Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/websdk/mercurial/templates/gitweb/notfound.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'websdk/mercurial/templates/gitweb/notfound.tmpl')
-rw-r--r--websdk/mercurial/templates/gitweb/notfound.tmpl18
1 files changed, 18 insertions, 0 deletions
diff --git a/websdk/mercurial/templates/gitweb/notfound.tmpl b/websdk/mercurial/templates/gitweb/notfound.tmpl
new file mode 100644
index 0000000..e9f74a3
--- /dev/null
+++ b/websdk/mercurial/templates/gitweb/notfound.tmpl
@@ -0,0 +1,18 @@
+{header}
+<title>Mercurial repository not found</title>
+</head>
+
+<body>
+
+<div class="page_header">
+<a href="{logourl}" 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="{url}">main repository list page</a>.
+</div>
+
+{footer}