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.lsp16
1 files changed, 0 insertions, 16 deletions
diff --git a/samba-join-html.lsp b/samba-join-html.lsp
deleted file mode 100644
index 8a11d3a..0000000
--- a/samba-join-html.lsp
+++ /dev/null
@@ -1,16 +0,0 @@
-<% local form, viewlibrary, page_info, session = ...
-require("htmlviewfunctions")
-html = require("acf.html")
-%>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("status")
-end %>
-
-<H1><%= html.html_escape(form.label) %></H1>
-<%
- form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
- form.value.password.type = "password"
- local order = {"domain", "login", "password"}
- htmlviewfunctions.displayform(form, order)
-%>