diff options
author | Ted Trask <ttrask01@yahoo.com> | 2010-01-25 10:05:19 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2010-01-25 10:05:19 +0000 |
commit | 79e43bbd3e9981d938c7d14730764bb379e5cc5a (patch) | |
tree | 7fa984665387cc89bc040e0f4a999d2c87d11bc0 | |
parent | 1819e3fab7608e35ef951151a2c438d53e55568d (diff) | |
download | acf-did-79e43bbd3e9981d938c7d14730764bb379e5cc5a.tar.bz2 acf-did-79e43bbd3e9981d938c7d14730764bb379e5cc5a.tar.xz |
Added searchdefinitionlist files.
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 %> |