summaryrefslogtreecommitdiffstats
path: root/tinydns-status-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-05-22 12:07:29 +0000
committerMika Havela <mika.havela@gmail.com>2008-05-22 12:07:29 +0000
commitf0dcd211ed5fca855655d8b60b588b1d193e92fd (patch)
tree2a716daa730fad6be3a4bcaf960c08c4b7757f1e /tinydns-status-html.lsp
parenta58b6b415c691ccfb5d6d76a4ab8d1a11ae1ca67 (diff)
downloadacf-tinydns-f0dcd211ed5fca855655d8b60b588b1d193e92fd.tar.bz2
acf-tinydns-f0dcd211ed5fca855655d8b60b588b1d193e92fd.tar.xz
Graphical bugfix - Modifying path to images.v0.2.3
version bump on Makefiles git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1175 ab2d0c66-481e-0410-8bed-d214d4d58bed
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