diff options
Diffstat (limited to 'logfiles-view-html.lsp')
-rw-r--r-- | logfiles-view-html.lsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/logfiles-view-html.lsp b/logfiles-view-html.lsp new file mode 100644 index 0000000..e88996c --- /dev/null +++ b/logfiles-view-html.lsp @@ -0,0 +1,8 @@ +<? local view = ... ?> +<html> +<body> +<h1>View file</h1> +<?= html.form[view.logfile.type](view.logfile) ?> + <p class="error"><?= view.logfile.errtxt ?></p> +</body> +</html> |