summaryrefslogtreecommitdiffstats
path: root/rc-edit-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-10-11 12:57:42 +0000
committerTed Trask <ttrask01@yahoo.com>2008-10-11 12:57:42 +0000
commitea59dcbdbed15ca5bd60f50cd8107451e74928dd (patch)
tree4f2103a8f01953cdc8d201cbc22c585a42a3a5cd /rc-edit-html.lsp
parentecdbb8c4d4a9aa37f6c3e1ece96f0cf7f3c8fd6b (diff)
downloadacf-alpine-baselayout-ea59dcbdbed15ca5bd60f50cd8107451e74928dd.tar.bz2
acf-alpine-baselayout-ea59dcbdbed15ca5bd60f50cd8107451e74928dd.tar.xz
Added rc controller to alpine-baselayout and rc functionality to processinfo library. Changed status Enabled/Disabled to Running/Stopped. Added links to status pages to install package and schedule autostart.
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1552 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'rc-edit-html.lsp')
-rw-r--r--rc-edit-html.lsp11
1 files changed, 11 insertions, 0 deletions
diff --git a/rc-edit-html.lsp b/rc-edit-html.lsp
new file mode 100644
index 0000000..0c1896d
--- /dev/null
+++ b/rc-edit-html.lsp
@@ -0,0 +1,11 @@
+<% local form, viewlibrary, page_info = ...
+require("viewfunctions")
+%>
+
+<H1><%= form.label %></H1>
+<%
+ form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
+ form.value.servicename.contenteditable = false
+ local order = {"servicename", "sequence", "kill", "system"}
+ displayform(form, order)
+%>