summaryrefslogtreecommitdiffstats
path: root/interfaces-create-html.lsp
blob: 5ce1d0fa2735d05d98b493ce301d8e07c9afebc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<? 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><?= form.label ?></h1>
<?
	local order = {"name", "comment", "auto", "family", "method", "pre-up", "up", "down", "post-down"}
	displayform(form, order)
?>