{'Download'|translate} {if isset($BATCH_DWN_SIZES)} {combine_script id='core.switchbox' load='async' require='jquery' path='themes/default/js/switchbox.js'} {/if} {footer_script require='jquery'} var batchdown_count = {$BATCH_DWN_COUNT}; var batchdown_string = "{'Confirm the download of %d pictures?'|translate}"; {if isset($BATCH_DWN_SIZES)} (SwitchBox=window.SwitchBox||[]).push("#batchDownloadLink", "#batchDownloadBox"); jQuery("#batchDownloadBox a").click(function() { return confirm(batchdown_string.replace('%d', batchdown_count)); }); {else} jQuery("#batchDownloadLink").click(function() { return confirm(batchdown_string.replace('%d', batchdown_count)); }); {/if} {/footer_script} {html_style} .downloadSizeDetails { font-style:italic; font-size:80%; } {/html_style}