From 8129c9d35c40420eeccfba9740ebd6a8d7b28f2b Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 29 Aug 2008 17:48:43 +0000 Subject: Added config to fetchmail to configure globals and multiple entries. Also added ability to run once and test. Still need support for ETRN and SSL. git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@1438 ab2d0c66-481e-0410-8bed-d214d4d58bed --- fetchmail-startstop-html.lsp | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 fetchmail-startstop-html.lsp diff --git a/fetchmail-startstop-html.lsp b/fetchmail-startstop-html.lsp new file mode 100644 index 0000000..e9d692f --- /dev/null +++ b/fetchmail-startstop-html.lsp @@ -0,0 +1,31 @@ +<% local data, viewlibrary, page_info = ... %> + +

Management

+
+
" method="POST"> +
Program control-panel
+
+> +> +> +
+
Run once
+
+> +
+
Test
+
+> +
+
+ +<% if data.value.result then %> +
Previous action result
+
+<% if data.value.result.value ~= "" then %> +

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

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

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

+<% end end %> +
+
-- cgit v1.2.3