From 2709d2ce6ab6f6d299bf44f2f209552438cf6a41 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:30:48 +0000 Subject: Started work on updating for acf-core-0.15 Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries --- openssl-status-html.lsp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'openssl-status-html.lsp') diff --git a/openssl-status-html.lsp b/openssl-status-html.lsp index 1d3964c..cbdb729 100644 --- a/openssl-status-html.lsp +++ b/openssl-status-html.lsp @@ -1,13 +1,13 @@ <% local view, viewlibrary, page_info, session = ... %> -<% require("viewfunctions") %> +<% require("htmlviewfunctions") %> -<% displaycommandresults({"checkenvironment", "putcacert", "generatecacert"}, session, true) %> -<% displaycommandresults({"install"}, session) %> +<% htmlviewfunctions.displaycommandresults({"checkenvironment", "putcacert", "generatecacert"}, session, true) %> +<% htmlviewfunctions.displaycommandresults({"install"}, session) %>

System Info

<% -displayitem(view.value.version) +htmlviewfunctions.displayitem(view.value.version) if view.value.version and view.value.version.errtxt and viewlibrary.check_permission("apk-tools/apk/install") then %>
Install package
@@ -15,10 +15,10 @@ if view.value.version and view.value.version.errtxt and viewlibrary.check_permis <% end %> -<% displayitem(view.value.conffile) %> -<% displayitem(view.value.environment) %> -<% displayitem(view.value.cacert) %> -<% displayitem(view.value.cakey) %> +<% htmlviewfunctions.displayitem(view.value.conffile) %> +<% htmlviewfunctions.displayitem(view.value.environment) %> +<% htmlviewfunctions.displayitem(view.value.cacert) %> +<% htmlviewfunctions.displayitem(view.value.cakey) %>
<% if not view.value.version.errtxt and not view.value.conffile.errtxt then -- cgit v1.2.3