summaryrefslogtreecommitdiffstats
path: root/weblog-createsource-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'weblog-createsource-html.lsp')
l---------[-rw-r--r--]weblog-createsource-html.lsp15
1 files changed, 1 insertions, 14 deletions
diff --git a/weblog-createsource-html.lsp b/weblog-createsource-html.lsp
index c15e30e..d076f78 100644..120000
--- a/weblog-createsource-html.lsp
+++ b/weblog-createsource-html.lsp
@@ -1,14 +1 @@
-<% local form, viewlibrary, page_info = ...
-require("viewfunctions")
-%>
-
-<H1><%= html.html_escape(form.label) %></H1>
-<%
- form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
- form.value.passwd.type = "password"
- if page_info.action == "editsource" then
- form.value.sourcename.readonly = true
- end
- local order = {"sourcename", "enabled", "source", "method", "userid", "passwd"}
- displayform(form, order)
-%>
+weblog-editsource-html.lsp \ No newline at end of file