From e14a5488926bb5f9aaeb40e3b74803ef0daf9467 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 5 Jul 2011 19:04:40 -0400 Subject: Fixed all expert, startstop, and status symlinks --- ospf-startstop-html.lsp | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) mode change 100755 => 120000 ospf-startstop-html.lsp (limited to 'ospf-startstop-html.lsp') diff --git a/ospf-startstop-html.lsp b/ospf-startstop-html.lsp deleted file mode 100755 index c98208b..0000000 --- a/ospf-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 %> -
-
-
diff --git a/ospf-startstop-html.lsp b/ospf-startstop-html.lsp new file mode 120000 index 0000000..0ea2627 --- /dev/null +++ b/ospf-startstop-html.lsp @@ -0,0 +1 @@ +../startstop-html.lsp \ No newline at end of file -- cgit v1.2.3