diff options
l--------- | did-searchdefinitionlist-html.lsp | 1 | ||||
-rw-r--r-- | template-searchdefinitionlist-text.lsp | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/did-searchdefinitionlist-html.lsp b/did-searchdefinitionlist-html.lsp new file mode 120000 index 0000000..3cae671 --- /dev/null +++ b/did-searchdefinitionlist-html.lsp @@ -0,0 +1 @@ +../debug-html.lsp
\ No newline at end of file diff --git a/template-searchdefinitionlist-text.lsp b/template-searchdefinitionlist-text.lsp new file mode 100644 index 0000000..e01ad7b --- /dev/null +++ b/template-searchdefinitionlist-text.lsp @@ -0,0 +1,8 @@ +<% local viewtable, viewlibrary, page_info, session = ... %> +<% require("viewfunctions") %> +Status: 200 OK +Content-Type: text/plain + +<% for i,did in ipairs(viewtable.value) do + print(did) +end %> |