summaryrefslogtreecommitdiffstats
path: root/logfiles-status-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-01-09 17:16:18 +0000
committerTed Trask <ttrask01@yahoo.com>2013-01-09 17:16:18 +0000
commit879f60162d72c36ef3e28e2a81499fe4322b81f0 (patch)
tree0abf9ece640a54e4709e54000cac88ba9c758e11 /logfiles-status-html.lsp
parent93dcca992f6b2b8f4ee25939142c912ea4fa666f (diff)
downloadacf-alpine-baselayout-879f60162d72c36ef3e28e2a81499fe4322b81f0.tar.bz2
acf-alpine-baselayout-879f60162d72c36ef3e28e2a81499fe4322b81f0.tar.xz
logfiles: change view, tail, and download to take filename instead of name parameter
Diffstat (limited to 'logfiles-status-html.lsp')
-rw-r--r--logfiles-status-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/logfiles-status-html.lsp b/logfiles-status-html.lsp
index 2fdab82..db1122c 100644
--- a/logfiles-status-html.lsp
+++ b/logfiles-status-html.lsp
@@ -29,9 +29,9 @@
<%= html.link{value = "delete?filename="..file.value.filename.value.."&submit=true", label="Delete" } %>
<% end %></TD>
<% end %>
- <TD style="padding-right:20px;white-space:nowrap;"><%= html.link{value = "view?name="..file.value.filename.value, label="View" } %></TD>
- <TD style="padding-right:20px;white-space:nowrap;"><%= html.link{value = "tail?name="..file.value.filename.value, label="Tail" } %></TD>
- <TD style="padding-right:20px;white-space:nowrap;"><%= html.link{value = "download?viewtype=stream&name="..file.value.filename.value, label="Download" } %></TD>
+ <TD style="padding-right:20px;white-space:nowrap;"><%= html.link{value = "view?filename="..file.value.filename.value, label="View" } %></TD>
+ <TD style="padding-right:20px;white-space:nowrap;"><%= html.link{value = "tail?filename="..file.value.filename.value, label="Tail" } %></TD>
+ <TD style="padding-right:20px;white-space:nowrap;"><%= html.link{value = "download?viewtype=stream&filename="..file.value.filename.value, label="Download" } %></TD>
<TD style="padding-right:20px;white-space:nowrap;text-align:right"><%= html.html_escape(file.value.filesize.value) %></TD>
<TD style="padding-right:20px;white-space:nowrap;"><%= html.html_escape(file.value.mtime.value) %></TD>
<TD style="white-space:nowrap;"><%= html.html_escape(file.value.filename.value) %></TD>