summaryrefslogtreecommitdiffstats
path: root/weblog-createdatabase-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-05-29 11:47:59 +0200
committerNatanael Copa <natanael.copa@gmail.com>2009-05-29 11:47:59 +0200
commit290d71b1b8bba45be46087a78bdcbdd516199985 (patch)
treee7ab2c3916dc535e4db16dacbf1706ed71ac4977 /weblog-createdatabase-html.lsp
downloadacf-weblog-290d71b1b8bba45be46087a78bdcbdd516199985.tar.bz2
acf-weblog-290d71b1b8bba45be46087a78bdcbdd516199985.tar.xz
initial commitv0.1.0
based on weblog.tar.gz ncopa got by email.
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)
+%>