From cfe8fc894fb2e51885b7a992ea685c71baf6b769 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 17 Mar 2008 18:06:41 +0000 Subject: * Added class support to template engine * Cleaned up dispatcher * Added 404 error page * Cleaned up properties --- src/ffluci/view/error404.htm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/ffluci/view/error404.htm (limited to 'src/ffluci/view/error404.htm') diff --git a/src/ffluci/view/error404.htm b/src/ffluci/view/error404.htm new file mode 100644 index 0000000000..adc671de00 --- /dev/null +++ b/src/ffluci/view/error404.htm @@ -0,0 +1,5 @@ +<%+header%> +

404 Not Found

+

Sorry, the object you requested was not found.

+Unable to dispatch: <%=os.getenv("PATH_INFO")%> +<%+footer%> \ No newline at end of file -- cgit v1.2.3