summaryrefslogtreecommitdiffstats
path: root/syslog-loginfo-html.lsp
blob: 5e1a19f2c6bddc7b0213f56c38d71001e174aa5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<% local form, viewlibrary = ... %>
<% htmlviewfunctions = require("htmlviewfunctions") %>

<% ---[[ %>
<% if viewlibrary and viewlibrary.dispatch_component then
	viewlibrary.dispatch_component("status")
end %>
<% --]] %>

<h2>Program Specific Options/Information</h2>
<% 
htmlviewfunctions.displayitem(form.value.logfile)
htmlviewfunctions.displayitem(form.value.remote)
%>