Mercurial > hg
diff templates/gitweb/error.tmpl @ 3234:9d13e21f4e3c
Move gitweb theme into subdirectory
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Mon, 02 Oct 2006 17:30:45 -0700 |
parents | templates/error-gitweb.tmpl@48395d2692de |
children | 36fa5db79dd5 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/gitweb/error.tmpl Mon Oct 02 17:30:45 2006 -0700 @@ -0,0 +1,22 @@ +#header# +<title>#repo|escape#: Error</title> +<link rel="alternate" type="application/rss+xml" + href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#"> +</head> +<body> + +<div class="page_header"> +<a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="?cmd=summary;style=gitweb">#repo|escape#</a> / error +</div> + +<div class="page_nav"> +<a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=shortlog;style=gitweb">shortlog</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?mf=#node|short#;path=/;style=gitweb">manifest</a><br/> +</div> + +<div> +<br/> +<i>An error occured while processing your request</i><br/> +<br/> +</div> + +#footer#