summaryrefslogtreecommitdiffstats
path: root/logfiles-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'logfiles-status-html.lsp')
-rw-r--r--logfiles-status-html.lsp9
1 files changed, 4 insertions, 5 deletions
diff --git a/logfiles-status-html.lsp b/logfiles-status-html.lsp
index 8ba5113..d7cbe6c 100644
--- a/logfiles-status-html.lsp
+++ b/logfiles-status-html.lsp
@@ -1,7 +1,8 @@
-<? local view = ... ?>
+<? local view, viewlibrary, page_info, session = ... ?>
+<? require("viewfunctions") ?>
+
+<? displaycommandresults({"delete"}, session) ?>
-<html>
-<body>
<h1>Available Logfiles</h1>
<TABLE>
@@ -30,5 +31,3 @@
</TR>
<? end ?>
</TABLE>
-</body>
-</html>