diff options
author | Mika Havela <mika.havela@gmail.com> | 2008-04-26 09:59:53 +0000 |
---|---|---|
committer | Mika Havela <mika.havela@gmail.com> | 2008-04-26 09:59:53 +0000 |
commit | 4d2325161be2448fb521b1aacc02965e9dfaba64 (patch) | |
tree | 4ff09a636a69a2600be37c8afc9ef2024b414ed2 /tinydns-confirmaction-html.lsp | |
parent | 62a1ef945a563c7b9b36dcbe889126825ad57fd2 (diff) | |
download | acf-tinydns-4d2325161be2448fb521b1aacc02965e9dfaba64.tar.bz2 acf-tinydns-4d2325161be2448fb521b1aacc02965e9dfaba64.tar.xz |
Saving work for today.
Create new configfile starts working.
Delete configfile (work in progress - still not working).
Added information on filesize/modifydate on each configfile.
git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1048 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'tinydns-confirmaction-html.lsp')
-rw-r--r-- | tinydns-confirmaction-html.lsp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tinydns-confirmaction-html.lsp b/tinydns-confirmaction-html.lsp new file mode 100644 index 0000000..da6753e --- /dev/null +++ b/tinydns-confirmaction-html.lsp @@ -0,0 +1,14 @@ +<? local form = ... +require("viewfunctions") +?> +<? +---[[ DEBUG INFORMATION +io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>") +io.write(html.cfe_unpack(form)) +io.write("</span>") +--]] +?> + +<BR><BR><CENTER><B>DEBUGGING:</B><BR> +This function still doesn't work.<BR> +Need to get the information on what action we are about to execute and what file to use for this actino.</CENTER><BR><BR> |