diff options
Diffstat (limited to 'tinydns-confirmaction-html.lsp')
-rw-r--r-- | tinydns-confirmaction-html.lsp | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/tinydns-confirmaction-html.lsp b/tinydns-confirmaction-html.lsp index da6753e..5303310 100644 --- a/tinydns-confirmaction-html.lsp +++ b/tinydns-confirmaction-html.lsp @@ -2,13 +2,19 @@ require("viewfunctions") ?> <? ----[[ DEBUG INFORMATION +--[[ 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> + +<H1>Confirmation</H1> +<form name="myform" action="" method="POST"> +<DL> +<DT><? io.write(form.cmddelete.label or "") ?></DT> +<DD><? io.write(html.form[form.cmddelete.type](form.cmddelete)) ?> <? io.write(html.form[form.cancel.type](form.cancel)) ?> +<input type="hidden" value="<? io.write(form.name.value) ?>" name="name"> +</DD> +</form> |