summaryrefslogtreecommitdiffstats
path: root/qos-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-09-17 16:18:32 +0000
committerTed Trask <ttrask01@yahoo.com>2009-09-17 16:18:32 +0000
commite4580cd98e5e42612dfa49ccfa2bb79fc47cfab5 (patch)
tree8db120c961cbde070b672c51c2a2446e3e7b6a39 /qos-config-html.lsp
downloadacf-iproute2-qos-e4580cd98e5e42612dfa49ccfa2bb79fc47cfab5.tar.bz2
acf-iproute2-qos-e4580cd98e5e42612dfa49ccfa2bb79fc47cfab5.tar.xz
First cut at ACF for iproute2-qosv0.1.0
Diffstat (limited to 'qos-config-html.lsp')
-rw-r--r--qos-config-html.lsp10
1 files changed, 10 insertions, 0 deletions
diff --git a/qos-config-html.lsp b/qos-config-html.lsp
new file mode 100644
index 0000000..31c965a
--- /dev/null
+++ b/qos-config-html.lsp
@@ -0,0 +1,10 @@
+<% local form, viewlibrary, page_info = ...
+require("viewfunctions")
+%>
+
+<H1><%= html.html_escape(form.label) %></H1>
+<%
+ local order = {"DEV", "DEV_RATE", "INGRESS_ALG", "IFB_DEV", "INGRESS_RATE", "EGRESS_ALG", "EGRESS_RATE"}
+ form.value.DEV.readonly = true
+ displayform(form, order, nil, page_info)
+%>