<% local form, viewlibrary, page_info = ... require("viewfunctions") %>

<%= html.html_escape(form.label) %>

<% form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action form.value.servicename.readonly = true local order = {"servicename", "runlevels"} displayform(form, order) %>