##// END OF EJS Templates
Started summary page. Added filters to templates. used by n,self.f.filtername prefixed by n to disable other filters. Few other fixes found
Started summary page. Added filters to templates. used by n,self.f.filtername prefixed by n to disable other filters. Few other fixes found

File last commit:

r43:2e1247e6 default
r74:cdf4fda6 default
Show More
notfound.tmpl
41 lines | 1.1 KiB | application/x-cheetah | CheetahLexer
Marcin Kuzminski
Tempalting change, bugfix for serving raw files, and diffs. Now raw files are not parsed thruough mako, and diffs are mako safe (not parsed also)
r31 ## -*- coding: utf-8 -*-
Marcin Kuzminski
Added custom templates, did over check of code to make it work....
r20 {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>
changed for pylons 0.1 / 1.0...
r43 <p class="normal">
<a href="/_admin/add_repo/{repo|escape}">Create "{repo|escape}" repository</a>
</p>
Marcin Kuzminski
Removed default contact name...
r22 <p class="normal">Go back to the <a href="{url}">main repository list page</a>.</p>
Marcin Kuzminski
Added custom templates, did over check of code to make it work....
r20 <div class="page-footer">
Marcin Kuzminski
Removed default contact name...
r22 <p>Mercurial Repository: {repo|escape}</p>
Marcin Kuzminski
Added custom templates, did over check of code to make it work....
r20 </div>
<div id="powered-by">
Marcin Kuzminski
Removed default contact name...
r22 <p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a></p>
Marcin Kuzminski
Added custom templates, did over check of code to make it work....
r20
</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>