aboutsummaryrefslogtreecommitdiffstats
path: root/tools/control/web/tmpl/dom-stp.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/control/web/tmpl/dom-stp.tmpl')
-rw-r--r--tools/control/web/tmpl/dom-stp.tmpl15
1 files changed, 12 insertions, 3 deletions
diff --git a/tools/control/web/tmpl/dom-stp.tmpl b/tools/control/web/tmpl/dom-stp.tmpl
index 8587a5a594..6e9b34989c 100644
--- a/tools/control/web/tmpl/dom-stp.tmpl
+++ b/tools/control/web/tmpl/dom-stp.tmpl
@@ -15,9 +15,15 @@ INCLUDE&dommenu.tmpl
<tbody>
<tr><td>
<%
- CommandList command_list = new CommandList();
- Defaults d = sc.getDefaults();
- Domain domains[] = command_list.executeCommand(d);
+ CommandDomainList list = new CommandDomainList(sc.getDefaults());
+ String output = list.executeWeb();
+ Domain domains[] = list.domains();
+ if (output != null)
+ {
+%>
+<%= output %>
+<%
+ } else {
%>
<table cellpadding="2" cellspacing="0" border="0">
@@ -44,6 +50,9 @@ INCLUDE&dommenu.tmpl
</tbody>
</table>
</td></tr>
+<%
+ }
+%>
##WHITESPACE## ##GREYLINE1## ##WHITESPACE##