From 3424c10a7a9cadc4697951b259d70fc26f56b197 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 19 Nov 2009 16:26:08 +0000 Subject: Major changes to only handle one config and add cert processing. --- openvpn-startstop-html.lsp | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) mode change 100755 => 120000 openvpn-startstop-html.lsp (limited to 'openvpn-startstop-html.lsp') diff --git a/openvpn-startstop-html.lsp b/openvpn-startstop-html.lsp deleted file mode 100755 index be08c76..0000000 --- a/openvpn-startstop-html.lsp +++ /dev/null @@ -1,37 +0,0 @@ -<% local data, viewlibrary, page_info = ... %> -<% ---[[ -io.write("

DEBUGGING

DEBUG INFO: CFE

") -io.write(html.cfe_unpack(data)) -io.write("
") ---]] -%> -

Management

-<% ---[[ -%> -<% 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 %> -<% ---]] -%> -
-
Managing process based on
-
<%= data.service %>.conf
-
-
-
" method="POST"> -
Program control-panel
-
-<% for i,act in ipairs(data.value.actions.value) do %> - -<% end %> - -
-
-
diff --git a/openvpn-startstop-html.lsp b/openvpn-startstop-html.lsp new file mode 120000 index 0000000..0ea2627 --- /dev/null +++ b/openvpn-startstop-html.lsp @@ -0,0 +1 @@ +../startstop-html.lsp \ No newline at end of file -- cgit v1.2.3