From 15eff0f588679d3743475941345da9a46544f431 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:23:12 +0000 Subject: Started work on updating for acf-core-0.15 Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries --- iptables-startstop-html.lsp | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 iptables-startstop-html.lsp (limited to 'iptables-startstop-html.lsp') diff --git a/iptables-startstop-html.lsp b/iptables-startstop-html.lsp deleted file mode 100644 index 26cbe9a..0000000 --- a/iptables-startstop-html.lsp +++ /dev/null @@ -1,24 +0,0 @@ -<% local data, viewlibrary, page_info = ... %> - -

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 %> - -
-
" method="POST"> -
Load rules from rules file
-
- -
-
Save current rules to rules file
-
- -
-
-
-- cgit v1.2.3