summaryrefslogtreecommitdiffstats
path: root/weblog-createwatchlistentry-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'weblog-createwatchlistentry-html.lsp')
-rw-r--r--weblog-createwatchlistentry-html.lsp9
1 files changed, 9 insertions, 0 deletions
diff --git a/weblog-createwatchlistentry-html.lsp b/weblog-createwatchlistentry-html.lsp
new file mode 100644
index 0000000..91b2f21
--- /dev/null
+++ b/weblog-createwatchlistentry-html.lsp
@@ -0,0 +1,9 @@
+<% local form, viewlibrary, page_info = ...
+require("viewfunctions")
+%>
+
+<H1><%= html.html_escape(form.label) %></H1>
+<%
+ local order = {"clientuserid", "expiredatetime"}
+ displayform(form, order, nil, page_info)
+%>