summaryrefslogtreecommitdiffstats
path: root/samba-join-html.lsp
diff options
context:
space:
mode:
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 %>