diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-06-05 14:06:22 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-06-05 14:06:22 +0000 |
commit | ab9e94b01060564436b9ba4eef0a2ab1465e7b83 (patch) | |
tree | 3fde3c8f315e234c51867fe946f6a48eb526b247 /lbu-commit-html.lsp | |
parent | dfcf164b909dc654e42820cce73baf8aeb54a26b (diff) | |
download | acf-alpine-conf-ab9e94b01060564436b9ba4eef0a2ab1465e7b83.tar.bz2 acf-alpine-conf-ab9e94b01060564436b9ba4eef0a2ab1465e7b83.tar.xz |
Updated lbu to use new cfe model and components
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1197 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'lbu-commit-html.lsp')
-rw-r--r-- | lbu-commit-html.lsp | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/lbu-commit-html.lsp b/lbu-commit-html.lsp deleted file mode 100644 index 672873e..0000000 --- a/lbu-commit-html.lsp +++ /dev/null @@ -1,45 +0,0 @@ -<? 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>") ---]] -?> - -<H1>SYSTEM INFO</H1> -<DL> -<? -local myform = form.status -local tags = { "status", "version", } -displayinfo(myform,tags,"viewonly") -?> -</DL> - -<H2>PROGRAM SPECIFIC OPTIONS/INFORMATION</H2> -<DL> -<? -local myform = form.status -local tags = { "LBU_MEDIA", "ENCRYPTION", } -displayinfo(myform,tags,"viewonly") -?> -</DL> - -<H1>MANAGEMENT</H1> -<H2>Save to media</h2> -<form name="cmd" action="" method="POST"> -<DL> -<? -local tags = { "lbusimulate", "lbucommit", "lbucleanmedia", } -displayinfo(myform,tags) -?> - -<? if (form.cmdresult) then ?> - <dt>Result of previous action</dt> - <dd><pre><?= form.cmdresult ?></pre></DD> -<? end ?> - -</DL> -</form> |