From 290d71b1b8bba45be46087a78bdcbdd516199985 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 29 May 2009 11:47:59 +0200 Subject: initial commit based on weblog.tar.gz ncopa got by email. --- weblog-createdatabase-html.lsp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 weblog-createdatabase-html.lsp (limited to 'weblog-createdatabase-html.lsp') 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") %> + +

<%= html.html_escape(form.label) %>

+<% + form.value.password.type = "password" + form.value.password_confirm.type = "password" + local order = { "password", "password_confirm" } + displayform(form, order, nil, page_info) +%> -- cgit v1.2.3