diff options
author | Steven Barth <steven@midlink.org> | 2008-03-17 18:06:41 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-03-17 18:06:41 +0000 |
commit | cfe8fc894fb2e51885b7a992ea685c71baf6b769 (patch) | |
tree | fe4edccaa8985d4567cd1ba3be202478c520ecd7 /src/ffluci/view | |
parent | 38d279e4eaf840ef014e0a76e4f1857d284d36b2 (diff) |
* Added class support to template engine
* Cleaned up dispatcher
* Added 404 error page
* Cleaned up properties
Diffstat (limited to 'src/ffluci/view')
-rw-r--r-- | src/ffluci/view/error404.htm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ffluci/view/error404.htm b/src/ffluci/view/error404.htm new file mode 100644 index 000000000..adc671de0 --- /dev/null +++ b/src/ffluci/view/error404.htm @@ -0,0 +1,5 @@ +<%+header%> +<h1>404 Not Found</h1> +<p>Sorry, the object you requested was not found.</p> +<tt>Unable to dispatch: <%=os.getenv("PATH_INFO")%></tt> +<%+footer%>
\ No newline at end of file |