summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-01-22 09:52:32 +0000
committerTed Trask <ttrask01@yahoo.com>2010-01-22 09:52:32 +0000
commit9039dece1af25a7bde0354534399860857342ce7 (patch)
treebf06a55530406f88b6bceeaf14e5042f0c0ede08
parent6bc7af54fe076e1483b842ce57c51feaeced31fa (diff)
downloadacf-opennhrp-9039dece1af25a7bde0354534399860857342ce7.tar.bz2
acf-opennhrp-9039dece1af25a7bde0354534399860857342ce7.tar.xz
Updated for skin change in acf-core 0.10.0
-rw-r--r--opennhrp-show-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/opennhrp-show-html.lsp b/opennhrp-show-html.lsp
index 9b5ac46..83ca91c 100644
--- a/opennhrp-show-html.lsp
+++ b/opennhrp-show-html.lsp
@@ -19,9 +19,9 @@ displayitem(data.value.status)
found = true
%>
<TABLE STYLE='margin-bottom:10px;'>
- <TR><TD STYLE='font-weight:bold;border:none;'><IMG SRC='/skins/static/tango/16x16/places/network-server.png' width='16' height='16' alt> <%= html.html_escape(intf) %></TD><TD STYLE='border:none;'></TD></TR>
+ <TR><TD STYLE='font-weight:bold;border:none;'><IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/places/network-server.png' width='16' height='16' alt> <%= html.html_escape(intf) %></TD><TD STYLE='border:none;'></TD></TR>
<% for i,entries in ipairs(addresses) do
- io.write("<TR STYLE='padding-bottom:10px;'><TD WIDTH='150px' STYLE='font-weight:bold;padding-left:20px;border:none;'><IMG SRC='/skins/static/tango/16x16/status/")
+ io.write("<TR STYLE='padding-bottom:10px;'><TD WIDTH='150px' STYLE='font-weight:bold;padding-left:20px;border:none;'><IMG SRC='<%= html.html_escape(page_info.staticdir) %>/tango/16x16/status/")
if entries.Type and (entries.Type.value == "incomplete") then
io.write("network-error")