From 74632a4008ec27db2244f3ddeadabba58cc25f4c Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 17 Mar 2009 20:39:56 +0000 Subject: Changed the way startstop works in core to add a list of allowed actions. Modified all ACFs that don't use the standard functions to work with new library method. git-svn-id: svn://svn.alpinelinux.org/acf/fetch-crl/trunk@1730 ab2d0c66-481e-0410-8bed-d214d4d58bed --- fetchcrl-startstop-html.lsp | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'fetchcrl-startstop-html.lsp') diff --git a/fetchcrl-startstop-html.lsp b/fetchcrl-startstop-html.lsp index b28dc97..3a5f6f7 100644 --- a/fetchcrl-startstop-html.lsp +++ b/fetchcrl-startstop-html.lsp @@ -1,21 +1,20 @@ <% local data, viewlibrary, page_info = ... %>

Management

-
-
" method="POST"> -
Download CRL
-
-
Delete Local CRLs
-
-
<% if data.value.result then %> -
Previous action result
-
+

Previous action result

<% if data.value.result.value ~= "" then %>

<%= string.gsub(html.html_escape(data.value.result.value), "\n", "
") %>

<% end if data.value.result.errtxt then %>

<%= string.gsub(html.html_escape(data.value.result.errtxt), "\n", "
") %>

<% end end %> -
+ +
+
" method="POST"> +
Download CRL
+
+
Delete Local CRLs
+
+
-- cgit v1.2.3