summaryrefslogtreecommitdiffstats
path: root/skins-read-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'skins-read-html.lsp')
-rw-r--r--skins-read-html.lsp11
1 files changed, 5 insertions, 6 deletions
diff --git a/skins-read-html.lsp b/skins-read-html.lsp
index 78f19d7..25ed300 100644
--- a/skins-read-html.lsp
+++ b/skins-read-html.lsp
@@ -1,6 +1,8 @@
-<? local view = ... ?>
-<html>
-<body>
+<? local view, viewlibrary, page_info, session = ... ?>
+<? require("viewfunctions") ?>
+
+<? displaycommandresults({"update"}, session) ?>
+
<h1>Available skins</h1>
<DL>
@@ -13,6 +15,3 @@
<? end ?>
<? end ?>
</DL>
-
-</body>
-</html>