summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-01-25 10:05:19 +0000
committerTed Trask <ttrask01@yahoo.com>2010-01-25 10:05:19 +0000
commit79e43bbd3e9981d938c7d14730764bb379e5cc5a (patch)
tree7fa984665387cc89bc040e0f4a999d2c87d11bc0
parent1819e3fab7608e35ef951151a2c438d53e55568d (diff)
downloadacf-did-79e43bbd3e9981d938c7d14730764bb379e5cc5a.tar.bz2
acf-did-79e43bbd3e9981d938c7d14730764bb379e5cc5a.tar.xz
Added searchdefinitionlist files.
l---------did-searchdefinitionlist-html.lsp1
-rw-r--r--template-searchdefinitionlist-text.lsp8
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 %>