From 893f78c2213c87ef27339f19d5db3ad91959e6d9 Mon Sep 17 00:00:00 2001 From: Luke Stuart Date: Wed, 7 Sep 2011 14:30:04 +0000 Subject: Fixed DG score, record selection, url escape sequences in squark clientuserid --- template-silent.lsp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 template-silent.lsp (limited to 'template-silent.lsp') diff --git a/template-silent.lsp b/template-silent.lsp new file mode 100644 index 0000000..45a8ad4 --- /dev/null +++ b/template-silent.lsp @@ -0,0 +1,9 @@ +<% local viewtable, viewlibrary, pageinfo, session = ... %> +Status: 204 No content +Content-Type: <% print(viewtable.option or "application/octet-stream") %> +<% if viewtable.length then %> +Content-Length: <%= viewtable.length %> +<% end %> +<% if viewtable.label ~= "" then %> +Content-Disposition: attachment; filename="<%= viewtable.label %>" +<% end %> -- cgit v1.2.3