Files
@ 3142616771cd
Branch filter:
Location: kallithea/pylons_app/templates/monoblue_custom/notfound.tmpl - annotation
3142616771cd
1.0 KiB
application/x-cheetah
Removed default contact name
changed depracated import of helpers,
added manage repo funciton draft.
Template updates
removed colored logger
changed depracated import of helpers,
added manage repo funciton draft.
Template updates
removed colored logger
bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a 3142616771cd 3142616771cd bbaab7501c1a 3142616771cd bbaab7501c1a bbaab7501c1a bbaab7501c1a 3142616771cd bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a bbaab7501c1a | {header}
<title>{repo|escape}: Mercurial repository not found</title>
</head>
<body>
<div id="container">
<div class="page-header">
<h1>Not found: {repo|escape}</h1>
<div style="height: 50px">
</div>
</div>
<h2 class="no-link no-border">Not Found</h2>
<p class="normal">The specified repository "{repo|escape}" is unknown, sorry.</p>
<p class="normal"><a href="/add/{repo|escape}">Create "{repo|escape}" repository </a></p>
<p class="normal">Go back to the <a href="{url}">main repository list page</a>.</p>
<div class="page-footer">
<p>Mercurial Repository: {repo|escape}</p>
</div>
<div id="powered-by">
<p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a></p>
</div>
<div id="corner-top-left"></div>
<div id="corner-top-right"></div>
<div id="corner-bottom-left"></div>
<div id="corner-bottom-right"></div>
</div>
</body>
</html>
|