From b46c65ad8698324e383b0c19c47a5c4a74e07409 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 02:00:41 +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 --- vlc-startstop-html.lsp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 vlc-startstop-html.lsp (limited to 'vlc-startstop-html.lsp') diff --git a/vlc-startstop-html.lsp b/vlc-startstop-html.lsp deleted file mode 100644 index c98208b..0000000 --- a/vlc-startstop-html.lsp +++ /dev/null @@ -1,22 +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"> -
Program control-panel
-
-<% for i,act in ipairs(data.value.actions.value) do %> - -<% end %> -
-
-
-- cgit v1.2.3