summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-10 15:40:37 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-10 15:40:37 +0000
commit5ff4f3a8061cef722b48bf0ad94889a771027f0d (patch)
tree0e42bb28d576fb96b7b22224f042102b13045d02
parent39c5d576feb5921ca6686b90339e53dde973761f (diff)
downloadacf-weblog-5ff4f3a8061cef722b48bf0ad94889a771027f0d.tar.bz2
acf-weblog-5ff4f3a8061cef722b48bf0ad94889a771027f0d.tar.xz
UI fix, bumped to 0.4.11v0.4.11
-rw-r--r--Makefile2
-rw-r--r--weblog-viewblocklog-html.lsp10
2 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 2672070..2322430 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=weblog
PACKAGE=acf-$(APP_NAME)
-VERSION=0.4.10
+VERSION=0.4.11
CRON_FILE=weblogimport
diff --git a/weblog-viewblocklog-html.lsp b/weblog-viewblocklog-html.lsp
index 7dc2697..76dd0ae 100644
--- a/weblog-viewblocklog-html.lsp
+++ b/weblog-viewblocklog-html.lsp
@@ -23,9 +23,9 @@
</style>
<H1>Search Parameters</H1>
+<DL>
<% if data.errtxt then %><p class="error"><%= html.html_escape(data.errtxt) %></p><% end %>
<form action="<%= html.html_escape(page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action) %>" method="POST">
-<DL>
<DT>Start Time</DT>
<DD><input class="text" type="text" name="starttime" value="<%= html.html_escape(data.value.starttime.value) %>" >
<p><%= html.html_escape(data.value.starttime.value) %></p>
@@ -47,8 +47,8 @@
<% if data.value.endtime.errtxt then %><p class="error"><%= html.html_escape(data.value.endtime.errtxt) %></p><% end %>
</DD>
<DT></DT><DD><input class="submit" type="submit" name="Update" value="Update"></DD>
-</DL>
</FORM>
+</DL>
<%
local clientinfo = ""
@@ -61,7 +61,7 @@ end
%>
<H1><%= html.html_escape(data.label) %></H1>
-<TABLE>
+<DL><TABLE>
<TR class="header">
<TD class="header">Timestamp</TD>
<TD class="header">Client IP</TD>
@@ -119,8 +119,8 @@ end
<input type="hidden" name="clientuserid" value="<%= html.html_escape(data.value.clientuserid.value) %>" >
<input type="hidden" name="clientip" value="<%= html.html_escape(data.value.clientip.value) %>" >
<input type="hidden" name="endtime" value="<%= html.html_escape(data.value.endtime.value) %>" >
-<DL>
<DT>Download log</DT><DD><input class="submit" type="submit" name="Download" value="Download"></DD>
-</DL>
</FORM>
<% end %>
+
+</DL>