Changeset 1877
- Timestamp:
- 11/10/08 23:35:35 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
siteapp/trunk/opengeo/almanac/error_templates/notfound.pt
r1687 r1877 5 5 </head> 6 6 <body> 7 <div metal:fill-slot="header_title" class="story-heading"> 8 <div class="span-23"> 9 <h2>Page not found</h2> 10 </div><!-- end .19 --> 11 </div><!-- end slot=header_title --> 7 12 <div class="box" metal:fill-slot="body"> 8 <h3>We could not find the page you were looking for.</h3> 13 <h2>Sorry!</h2> 14 <h4>We could not find the page you were looking for. Please check your address and try again, or head on over to the <a href="/">homepage</a>.</h4> 9 15 <div tal:define="links view/links" 10 16 tal:condition="links">
