diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-08-25 09:57:39 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-08-25 09:57:39 +0000 |
commit | 02edfdc22bcc86b1e68b9a11364ca91d448b0c1a (patch) | |
tree | 453bafbe532aa4733e395d74232d5b18813b5cc1 /heimdal-kinit-html.lsp | |
download | acf-heimdal-0.1.0.tar.bz2 acf-heimdal-0.1.0.tar.xz |
Initial cut at heimdal ACF.v0.1.0
Diffstat (limited to 'heimdal-kinit-html.lsp')
-rw-r--r-- | heimdal-kinit-html.lsp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/heimdal-kinit-html.lsp b/heimdal-kinit-html.lsp new file mode 100644 index 0000000..3863b6f --- /dev/null +++ b/heimdal-kinit-html.lsp @@ -0,0 +1,10 @@ +<% local form, viewlibrary, page_info = ... +require("viewfunctions") +%> + +<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" + displayform(form) +%> |