[Rt-commit] r7973 - in rt/branches/3.7-EXPERIMENTAL: .

jesse at bestpractical.com jesse at bestpractical.com
Sun Jun 3 15:37:18 EDT 2007


Author: jesse
Date: Sun Jun  3 15:37:17 2007
New Revision: 7973

Added:
   rt/branches/3.7-EXPERIMENTAL/html/dhandler
Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)

Log:
 r57891 at pinglin:  jesse | 2007-06-03 15:34:09 -0400
 * Add a 404 page to RT
 


Added: rt/branches/3.7-EXPERIMENTAL/html/dhandler
==============================================================================
--- (empty file)
+++ rt/branches/3.7-EXPERIMENTAL/html/dhandler	Sun Jun  3 15:37:17 2007
@@ -0,0 +1,7 @@
+<& /Elements/Header, Title=>loc("Page not found")&>
+<& /Elements/Tabs, Title=>loc("Page not found"), &>
+<h1><&|/l&>The page you requested could not be found</&></h1>
+<&|/l&>Please check the URL and try again.</&>
+<%init>
+$r->header_out( Status => '404 File not found' );
+</%init>


More information about the Rt-commit mailing list