view pylons_app/templates/monoblue_custom/notfound.tmpl @ 43:2e1247e62c5b

changed for pylons 0.1 / 1.0 added admin controller
author marcink
date Wed, 07 Apr 2010 15:28:50 +0200
parents 2963f2894a7a
children
line wrap: on
line source

## -*- coding: utf-8 -*-
{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="/_admin/add_repo/{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>