summaryrefslogtreecommitdiffstats
path: root/openssh-addauth-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openssh-addauth-html.lsp')
-rw-r--r--openssh-addauth-html.lsp10
1 files changed, 10 insertions, 0 deletions
diff --git a/openssh-addauth-html.lsp b/openssh-addauth-html.lsp
new file mode 100644
index 0000000..68ced32
--- /dev/null
+++ b/openssh-addauth-html.lsp
@@ -0,0 +1,10 @@
+<% 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.user.type = "hidden"
+ displayform(form)
+%>