eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/mercurial/templates/gitweb/notfound.tmpl
changeset 69 c6bca38c1cbf
equal deleted inserted replaced
68:5ff1fc726848 69:c6bca38c1cbf
       
     1 {header}
       
     2 <title>Mercurial repository not found</title>
       
     3 </head>
       
     4 
       
     5 <body>
       
     6 
       
     7 <div class="page_header">
       
     8 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a> Not found: {repo|escape}
       
     9 </div>
       
    10 
       
    11 <div class="page_body">
       
    12 The specified repository "{repo|escape}" is unknown, sorry.
       
    13 <br/>
       
    14 <br/>
       
    15 Please go back to the <a href="{url}">main repository list page</a>.
       
    16 </div>
       
    17 
       
    18 {footer}