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

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

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