From a573cc3dd897e96bc4f73f851b5a6092c67e4064 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Sun, 28 Oct 2012 02:34:39 +0000 Subject: Removed unneeded views by updating CFE for autoview --- openssl-request-html.lsp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 openssl-request-html.lsp (limited to 'openssl-request-html.lsp') diff --git a/openssl-request-html.lsp b/openssl-request-html.lsp deleted file mode 100644 index f214d23..0000000 --- a/openssl-request-html.lsp +++ /dev/null @@ -1,15 +0,0 @@ -<% local form, viewlibrary, page_info = ... %> -<% require("htmlviewfunctions") %> -<% html = require("acf.html") %> - -

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

-<% - form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action - form.value.password.type = "password" - form.value.password_confirm.type = "password" - local order = { "countryName", "C", "stateOrProvinceName", "ST", "localityName", "L", "organizationName", "O", - "organizationalUnitName", "OU", "commonName", "CN", "emailAddress" } - local finishingorder = { "certtype", "validdays", "extensions", "password", "password_confirm" } - htmlviewfunctions.displayform(form, order, finishingorder) -%> - -- cgit v1.2.3