blob: 2c3c4f26092a626e3990fd94530b964665798db8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<% local form, viewlibrary = ... %>
<% require("htmlviewfunctions") %>
<% ---[[ %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
end %>
<% --]] %>
<H2>Program Specific Options/Information</H2>
<DL>
<%
htmlviewfunctions.displayitem(form.value.logfile)
htmlviewfunctions.displayitem(form.value.remote)
%>
</DL>
|