summaryrefslogtreecommitdiffstats
path: root/weblog-createdatabase-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'weblog-createdatabase-html.lsp')
-rw-r--r--weblog-createdatabase-html.lsp10
1 files changed, 10 insertions, 0 deletions
diff --git a/weblog-createdatabase-html.lsp b/weblog-createdatabase-html.lsp
new file mode 100644
index 0000000..5110adc
--- /dev/null
+++ b/weblog-createdatabase-html.lsp
@@ -0,0 +1,10 @@
+<% local form, viewlibrary, page_info = ... %>
+<% require("viewfunctions") %>
+
+<H1><%= html.html_escape(form.label) %></H1>
+<%
+ form.value.password.type = "password"
+ form.value.password_confirm.type = "password"
+ local order = { "password", "password_confirm" }
+ displayform(form, order, nil, page_info)
+%>