From 7b53b6cc73de349af77ecd73e00f60a9e679abd2 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 26 Feb 2009 15:40:33 +0000 Subject: Added fetch-crl ACF. git-svn-id: svn://svn.alpinelinux.org/acf/fetch-crl/trunk@1709 ab2d0c66-481e-0410-8bed-d214d4d58bed --- fetchcrl-startstop-html.lsp | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 fetchcrl-startstop-html.lsp (limited to 'fetchcrl-startstop-html.lsp') diff --git a/fetchcrl-startstop-html.lsp b/fetchcrl-startstop-html.lsp new file mode 100644 index 0000000..b28dc97 --- /dev/null +++ b/fetchcrl-startstop-html.lsp @@ -0,0 +1,21 @@ +<% local data, viewlibrary, page_info = ... %> + +

Management

+
+
" method="POST"> +
Download CRL
+
+
Delete Local CRLs
+
+
+ +<% if data.value.result then %> +
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 %> +
+
-- cgit v1.2.3