diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-07-08 13:27:06 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-07-08 13:27:06 +0000 |
commit | d6eaceb7368639a4d634b06b2e1f09498c81e1e4 (patch) | |
tree | a8b6c9286c95eeb331620b83842a9e186d90dd70 /tinydns-newfile-html.lsp | |
parent | 450023d50615816c7db2d4abfaface18132a1c47 (diff) | |
download | acf-tinydns-d6eaceb7368639a4d634b06b2e1f09498c81e1e4.tar.bz2 acf-tinydns-d6eaceb7368639a4d634b06b2e1f09498c81e1e4.tar.xz |
Modified tinydns to use controllerfunctions, modelfunctions, common lsp files, and new view without action functionality.
git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1290 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'tinydns-newfile-html.lsp')
l---------[-rw-r--r--] | tinydns-newfile-html.lsp | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/tinydns-newfile-html.lsp b/tinydns-newfile-html.lsp index f727833..4b6b762 100644..120000 --- a/tinydns-newfile-html.lsp +++ b/tinydns-newfile-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>CONFIGURATION</h1> -<h2><?= form.label ?></h2> -<? - form.action = "newfile" - displayform(form) -?> +../form-html.lsp
\ No newline at end of file |