% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab:
% if (!defined(stash('f')) && defined(stash('msg'))) {
<%= stash('msg') %>
% } else {

<%= stash('f')->filename %>

% if (defined(stash('msg'))) {
<%= stash('msg') %>
% } else {

<%= l('Please wait while we are getting your file') %>

0%
%= javascript begin var ws_url = '<%= url_for('download')->to_abs() %>'; var i18n = { download: '<%= l('Download') %>', confirmExit: '<%= l('You have attempted to leave this page. The download will be canceled. Are you sure?') %>', } % end %= javascript '/js/sjcl.js' %= javascript '/js/lufi-down.js' % } % }