% # vim:set sts=4 sw=4 ts=4 ft=html.epl expandtab:

<%= l('Archives download') %>


<%= l('You asked to download a zip archive for too much files.') %> <%= l('Lutim can\'t zip so many images at once, so it splitted your demand in multiple URLs.') %>

<%= l('The automatic download process will open a tab in your browser for each link. You need to allow popups for Lutim.') %>

%= javascript begin $(document).ready(function() { $('.jsononly').show(); $('.dl-zip').each(function(index) { this.click(); }); }); % end