[Zope3-checkins] CVS: Zope3/src/zope/app/browser/exception -
notfound.pt:1.1
Raju Sivalingam
sraju at zeomega.com
Wed Dec 10 08:57:22 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/exception
In directory cvs.zope.org:/tmp/cvs-serv5972
Added Files:
notfound.pt
Log Message:
-- NotFound error page(view) has been added
=== Added File Zope3/src/zope/app/browser/exception/notfound.pt ===
<html metal:use-macro="context/@@standard_macros/dialog">
<body>
<div metal:fill-slot="body">
<h3 i18n:translate="">
The page that you are trying to access is not available
</h3>
<br/>
<b i18n:translate="">Please note the following:</b>
<br/>
<ol>
<li i18n:translate=""> You might have miss-spelled the url </li>
<li i18n:translate="">
You might be trying to access a non-existing page
</li>
</ol>
</div>
</body>
</html>
More information about the Zope3-Checkins
mailing list