summaryrefslogtreecommitdiffstats
path: root/samba-join-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-10-03 20:13:44 +0000
committerTed Trask <ttrask01@yahoo.com>2008-10-03 20:13:44 +0000
commita0fc80ea045a64c0b03d9b0103da9e5644e6ca3a (patch)
treed592cb8b1075e9c45f7467acb4e7c72778ee5b2d /samba-join-html.lsp
downloadacf-samba-a0fc80ea045a64c0b03d9b0103da9e5644e6ca3a.tar.bz2
acf-samba-a0fc80ea045a64c0b03d9b0103da9e5644e6ca3a.tar.xz
Added samba controller.
git-svn-id: svn://svn.alpinelinux.org/acf/samba/trunk@1541 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'samba-join-html.lsp')
-rw-r--r--samba-join-html.lsp18
1 files changed, 18 insertions, 0 deletions
diff --git a/samba-join-html.lsp b/samba-join-html.lsp
new file mode 100644
index 0000000..81857af
--- /dev/null
+++ b/samba-join-html.lsp
@@ -0,0 +1,18 @@
+<% local form, viewlibrary, page_info = ...
+require("viewfunctions")
+%>
+
+<% if viewlibrary and viewlibrary.dispatch_component then
+ viewlibrary.dispatch_component("status")
+end %>
+
+<H1><%= form.label %></H1>
+<%
+ form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
+ local order = {"domain", "login", "password"}
+ displayform(form, order)
+%>
+
+<% if viewlibrary and viewlibrary.dispatch_component then
+ viewlibrary.dispatch_component("startstop")
+end %>