summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dansguardian-advanced-html.lsp2
-rw-r--r--dansguardian-category-html.lsp8
2 files changed, 4 insertions, 6 deletions
diff --git a/dansguardian-advanced-html.lsp b/dansguardian-advanced-html.lsp
index 6c67f47..082119f 100644
--- a/dansguardian-advanced-html.lsp
+++ b/dansguardian-advanced-html.lsp
@@ -45,7 +45,6 @@ displayinfo(myform,tags,"viewonly")
</DL>
<? end ?>
-<DL>
<TABLE>
<TR style="background:#eee;font-weight:bold;">
<TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">File</TD>
@@ -59,7 +58,6 @@ displayinfo(myform,tags,"viewonly")
end
?>
</TABLE>
-</DL>
<h1>MANAGEMENT</h1>
<form action="" method="POST">
diff --git a/dansguardian-category-html.lsp b/dansguardian-category-html.lsp
index c2ffce6..475e750 100644
--- a/dansguardian-category-html.lsp
+++ b/dansguardian-category-html.lsp
@@ -51,19 +51,19 @@ for k,v in ipairs( myform ) do
io.write("<DD><TABLE>")
if (v.option) then
for k1,v1 in pairs(v.option) do
- io.write("<TR><TD STYLE='font-weight:bold;' WIDTH='180px' ")
+ io.write("<TR><TD STYLE='font-weight:bold;border:none;' WIDTH='180px' ")
if not (v1.active) then io.write("CLASS='error'") end
- io.write(">".. v1.name .. "</TD><TD>[ <A HREF='editcategories?category=".. v.name .. "&object=".. v1.name .. "'>Edit</A> ]</TD></TD>" )
+ io.write(">".. v1.name .. "</TD><TD STYLE='border:none;'>[ <A HREF='editcategories?category=".. v.name .. "&object=".. v1.name .. "'>Edit</A> ]</TD></TD>" )
-- for k2,v2 in pairs(v1) do
--io.write(html.form(v1.type(v1)))
--- io.write("<TD>")
+-- io.write("<TD STYLE='border:none;'>")
-- io.write("[ " ..html.link(v2) .. " ] ")
-- io.write(tostring(v2))
-- io.write("</TD>")
-- end
io.write("</TR>\n")
end
- io.write("<TR><TD STYLE='font-weight:bold;' WIDTH='180px'><INPUT TYPE='text' CLASS='text'></TD><TD><INPUT TYPE='submit' CLASS='submit' VALUE='Create' disabled></TD></TD></TR>\n" )
+ io.write("<TR><TD STYLE='font-weight:bold;border:none;' WIDTH='180px'><INPUT TYPE='text' CLASS='text'></TD><TD STYLE='border:none;'><INPUT TYPE='submit' CLASS='submit' VALUE='Create' disabled></TD></TD></TR>\n" )
end
io.write("</TABLE></DD>")
--io.write( "<BR><input type=\"checkbox\" name=\"cats\" value=\"" .. v .. "\"> " .. v .. "\n" )