summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_www.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-01 02:45:28 +0000
committerjeff <jeff>2007-04-01 02:45:28 +0000
commit8a507f43bfa5c5232b5babfbbf82ac5de5702add (patch)
treedd11d74323ec8c510ce21ea4a477bdd15fc9f628 /httemplate/view/svc_www.cgi
parentb4060ee8879f433c3cdd4a2b6bef55f136863a5f (diff)
quick hack to add extra 'config lines' to svc_www and otherwise enhance svc_www
Diffstat (limited to 'httemplate/view/svc_www.cgi')
-rw-r--r--httemplate/view/svc_www.cgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/view/svc_www.cgi b/httemplate/view/svc_www.cgi
index 0579a55b4..c503d1829 100644
--- a/httemplate/view/svc_www.cgi
+++ b/httemplate/view/svc_www.cgi
@@ -73,6 +73,8 @@
%
% print '</TD></TR>';
%}
+ <% qq!<TR><TD ALIGN="right">Config lines</TD>! %>
+ <% qq!<TD BGCOLOR="#ffffff"><pre>!.$cgi->escapeHTML(join("\n",$svc_www->config))."</pre></TD></TR>" %>
%
%foreach (sort { $a cmp $b } $svc_www->virtual_fields) {
% print $svc_www->pvf($_)->widget('HTML', 'view', $svc_www->getfield($_)),