summaryrefslogtreecommitdiffstats
path: root/tcpproxy-smtpstatus-html.lsp
blob: 97993a4177fe632f500128f84732ec388b0a5b76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<% local view, viewlibrary, page_info, session = ... 
require("viewfunctions")
%>

<% displaycommandresults({"editsmtpentry", "delsmtpentry", "editsmtpfile", "delsmtpfile"}, session) %>

<H1>SMTP Proxy Status</H1>
<DL>
<% displayitem(view.value.version) %>
</DL>

<% if viewlibrary and viewlibrary.dispatch_component then
	viewlibrary.dispatch_component("listsmtpentries")
	viewlibrary.dispatch_component("listsmtpfiles")
end %>