summaryrefslogtreecommitdiffstats
path: root/tinydns-newfile-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-06-18 20:07:55 +0000
committerTed Trask <ttrask01@yahoo.com>2008-06-18 20:07:55 +0000
commit151f597ce365349add8c21fff63902be0084645f (patch)
treefdfa505adeaea2d4bb0e8c604a0439b211016111 /tinydns-newfile-html.lsp
parentf0dcd211ed5fca855655d8b60b588b1d193e92fd (diff)
downloadacf-tinydns-151f597ce365349add8c21fff63902be0084645f.tar.bz2
acf-tinydns-151f597ce365349add8c21fff63902be0084645f.tar.xz
Rewrite of tinydns to simplify code and use new cfe model.
Added js to filter records. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1219 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'tinydns-newfile-html.lsp')
-rw-r--r--tinydns-newfile-html.lsp17
1 files changed, 17 insertions, 0 deletions
diff --git a/tinydns-newfile-html.lsp b/tinydns-newfile-html.lsp
new file mode 100644
index 0000000..f727833
--- /dev/null
+++ b/tinydns-newfile-html.lsp
@@ -0,0 +1,17 @@
+<? local form, viewlibrary = ...
+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>")
+--]]
+?>
+
+<h1>CONFIGURATION</h1>
+<h2><?= form.label ?></h2>
+<?
+ form.action = "newfile"
+ displayform(form)
+?>