MercurialWebTheme

themes/mercurialweb/notfound.tmpl

8:73bdffb4a922
2010-07-10 Paul Boddie Added changeset and "not found" page support. Tidied up the branch indicators. Made the search pop-up hint appear at a different z-index. Insisted that the stylesheet is UTF-8 encoded. Added the repository name as a heading on each page. Adjusted the column width in various entry tables. Added a branch status indicator to branch entries. Updated the copyright information.
     1 {header}     2 <title>Repository not found</title>     3 </head>     4      5 <body>     6      7 <div id="header">     8   <div id="logo"><a href="{url}{sessionvars%urlparameter}"><img src="{staticurl}mercurial-logo.png" alt="Mercurial logo" /></a></div>     9   <div id="pageline"></div>    10 </div>    11     12 <div id="page">    13     14 <h2>Repository not found</h2>    15     16 <p>The repository <code>{repo|escape}</code> is not recognised by this server.</p>    17     18 <p>Please consult the <a href="{url}{sessionvars%urlparameter}">repository list</a> for details of    19 repositories available via this server.</p>    20     21 </div>    22     23 {footer}