summaryrefslogtreecommitdiffstats
path: root/tinydns-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'tinydns-status-html.lsp')
-rw-r--r--tinydns-status-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tinydns-status-html.lsp b/tinydns-status-html.lsp
index f0288b8..28c7ee2 100644
--- a/tinydns-status-html.lsp
+++ b/tinydns-status-html.lsp
@@ -35,7 +35,7 @@ if (myform) and (myform.value) then
io.write("\n\t\t<DD>")
for k,v in pairs(myform.value) do
- io.write("<IMG SRC='/static/tango/16x16/places/start-here.png' width='16' height='16' alt> <B>" .. tostring(k) .. "</B>")
+ io.write("<IMG SRC='/skins/static/tango/16x16/places/start-here.png' width='16' height='16' alt> <B>" .. tostring(k) .. "</B>")
for kk,vv in pairs(v) do
io.write(tostring("<BR><SPAN STYLE='margin-left:30px;'>" .. vv .. "</SPAN>\n"))
end
@@ -57,7 +57,7 @@ local function recurseoutput(table,cnt)
if (table[k].label) then
if not (tonumber(k)) or (v.value) then
-- if v.label then
- io.write("\n\t\t\t<IMG SRC='/static/tango/16x16/devices/computer.png' width='16' height='16' alt STYLE='margin-left:"..cnt..
+ io.write("\n\t\t\t<IMG SRC='/skins/static/tango/16x16/devices/computer.png' width='16' height='16' alt STYLE='margin-left:"..cnt..
"0px'><SPAN STYLE=''> " .. tostring(v.label) .. "</SPAN><BR>")
io.write("\n\t\t\t<TABLE STYLE='margin-left:90px;'>")
for k1,v1 in pairs(v.option) do