summaryrefslogtreecommitdiffstats
path: root/lbu-commit-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'lbu-commit-html.lsp')
-rw-r--r--lbu-commit-html.lsp45
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>