From 08728e7fef784033ab7849324ab21217fe59627f Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 13 Jun 2008 12:57:21 +0000 Subject: Added javascript to dispatch error and exception pages. Removed gnats template and moved javascript init into query page. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1216 ab2d0c66-481e-0410-8bed-d214d4d58bed --- app/dispatcherror-html.lsp | 27 ++++++++++++++++++++++++--- app/exception-html.lsp | 26 ++++++++++++++++++++++++-- 2 files changed, 48 insertions(+), 5 deletions(-) (limited to 'app') diff --git a/app/dispatcherror-html.lsp b/app/dispatcherror-html.lsp index fcfa3e7..66cfd5d 100644 --- a/app/dispatcherror-html.lsp +++ b/app/dispatcherror-html.lsp @@ -3,7 +3,28 @@ io.write(html.cfe_unpack(view)) --]] ?> -

Alpine Configuration Framework

-

Dispatch Error

-'' controller does not have a '' action. + + + +

Alpine Configuration Framework

+

Dispatch error occured

+

'' does not have a '' action.

diff --git a/app/exception-html.lsp b/app/exception-html.lsp index 1552262..94aa1da 100644 --- a/app/exception-html.lsp +++ b/app/exception-html.lsp @@ -3,6 +3,28 @@ io.write(html.cfe_unpack(view)) --]] ?> + + + +

Alpine Configuration Framework

-

Application error occured

- +

Application error occured

+

-- cgit v1.2.3