From 4fc15fbf7def782142001061680f187096cdeec6 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 21 May 2008 09:02:53 +0000 Subject: Small graphical changes due to change in ice.css git-svn-id: svn://svn.alpinelinux.org/acf/opennhrp/trunk@1135 ab2d0c66-481e-0410-8bed-d214d4d58bed --- opennhrp-status-html.lsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'opennhrp-status-html.lsp') diff --git a/opennhrp-status-html.lsp b/opennhrp-status-html.lsp index 2c1a531..ecd5e4e 100644 --- a/opennhrp-status-html.lsp +++ b/opennhrp-status-html.lsp @@ -29,9 +29,9 @@ io.write(">" .. myform.label .. "\n") io.write("\t\t
\n") for k,v in pairs(myform.option or {}) do io.write("\t\t\t") - io.write("\n\t\t\t\n") + io.write("\n\t\t\t\n") for k1,v1 in pairs(v) do - io.write("\n\t\t\t\n") + io.write(".png' width='16' height='16' title='" .. (v1['Type']['descr'] or "") .. "'> " .. v1["Protocol-Address"]['value'] .. "\n") for k2,v2 in pairs(v1) do ---[[ if (k2) and not ((string.lower(k2) == "protocol-address") or (string.lower(k2) == "interface")) then - io.write("
" .. k .. "
" .. k .. "
" .. v1["Protocol-Address"]['value'] .. "
"..k2..""..v2['value']) + io.write("
"..k2..""..v2['value']) if (v2['descr']) and (#v2['descr'] > 0) then io.write(" (" .. (v2['descr'] or "") .. ")") end -- cgit v1.2.3