summaryrefslogtreecommitdiffstats
path: root/app/logfiles/logfiles-read-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/logfiles/logfiles-read-html.lsp')
-rw-r--r--app/logfiles/logfiles-read-html.lsp8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/logfiles/logfiles-read-html.lsp b/app/logfiles/logfiles-read-html.lsp
deleted file mode 100644
index b8864f8..0000000
--- a/app/logfiles/logfiles-read-html.lsp
+++ /dev/null
@@ -1,8 +0,0 @@
-<? local view = ... ?>
-<html>
-<body>
-<h1>Logfile</h1>
-<dt><?= view.logfile.name ?></dt>
-<dd><textarea name="<?= view.logfile.name ?>"><?= view.logfile.value ?></textarea></dd>
-</body>
-</html>