summaryrefslogtreecommitdiffstats
path: root/template-silent.lsp
blob: 45a8ad4aa6fea74ea0cce584f443180caf41f871 (plain)
1
2
3
4
5
6
7
8
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 %>