diff options
author | jeff <jeff> | 2007-04-01 02:45:28 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-04-01 02:45:28 +0000 |
commit | 8a507f43bfa5c5232b5babfbbf82ac5de5702add (patch) | |
tree | dd11d74323ec8c510ce21ea4a477bdd15fc9f628 /httemplate/view/svc_www.cgi | |
parent | b4060ee8879f433c3cdd4a2b6bef55f136863a5f (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.cgi | 2 |
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($_)), |