summaryrefslogtreecommitdiffstats
path: root/dnscache-createdomain-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-07-05 13:19:26 +0000
committerTed Trask <ttrask01@yahoo.com>2008-07-05 13:19:26 +0000
commitdba7285654a0e2b918c203c200bc0ebd75482f59 (patch)
tree3e903dd228ce54de4f94933420702f4c53a8f175 /dnscache-createdomain-html.lsp
parent49a7dc03a16343f7c4abfba998866a8a6abffae7 (diff)
downloadacf-dnscache-dba7285654a0e2b918c203c200bc0ebd75482f59.tar.bz2
acf-dnscache-dba7285654a0e2b918c203c200bc0ebd75482f59.tar.xz
Modified dnscache to use controllerfunctions, modelfunctions, and common lsp files.
git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@1282 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'dnscache-createdomain-html.lsp')
l---------[-rw-r--r--]dnscache-createdomain-html.lsp18
1 files changed, 1 insertions, 17 deletions
diff --git a/dnscache-createdomain-html.lsp b/dnscache-createdomain-html.lsp
index 4347fc0..4b6b762 100644..120000
--- a/dnscache-createdomain-html.lsp
+++ b/dnscache-createdomain-html.lsp
@@ -1,17 +1 @@
-<? 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><?= form.label ?></H1>
-<?
- form.action = "createdomain"
- local order = { }
- displayform(form, order)
-?>
+../form-html.lsp \ No newline at end of file