Files @ fac1f62a1d71
Branch filter:

Location: kallithea/pylons_app/templates/monoblue_custom/notfound.tmpl - annotation

fac1f62a1d71 1.1 KiB application/x-cheetah Show Source Show as Raw Download as Raw
Marcin Kuzminski
Wrapped into mako templates,
changed templates info. Added session and cache middleware.
{header}
    <title>{repo|escape}: Mercurial repository not found</title>
    <link rel="alternate" type="application/atom+xml" href="{url}atom-log" title="Atom feed for {repo|escape}"/>
    <link rel="alternate" type="application/rss+xml" href="{url}rss-log" title="RSS feed for {repo|escape}"/>
</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">Please go back to the <a href="{url}">main repository list page</a>.</p>

    <div class="page-footer">
        <p>Mercurial Repository: atom-log</p>
    </div>

    <div id="powered-by">
        <p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="/hg_static/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>