<% local data, viewlibrary, page_info = ... %>

Management

" method="POST">
Program control-panel
> > > >
<% 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 %>