Sha256: 483d81b97b090c25b57f90c743b07f0ca0e4bba9e02f054e6c9dfaa9b1958529
Contents?: true
Size: 1.33 KB
Versions: 9
Compression:
Stored size: 1.33 KB
Contents
<div id="swf_upload_container" style="display: block"> <div id="spanButtonPlaceHolder"> <p> <%= image_tag('alchemy/ajax_loader.gif', :style => 'width: 16px; height: 16px; top: 3px; position: relative') %> <%= _t('Please wait. Flash® is loading...') %> </p> </div> <a href="#" class="button no-spinner" onclick="swfu.cancelQueue(); return false" style="display: none"> <%= _t("swfupload.cancel_uploads") %> </a> <p style="margin-top: 8px" id="choose_alternative_uploader"> <small> <%= raw _t('If you have any problems using the Flash uploader you can switch to', :link => _t('<a href="#" id="uploadswitcher">%{value}</a>', :value => _t('regular method'))) %> </small> </p> </div> <h2 id="swfUploadFlashError" style="display: none"><%= _t('Could not load Adobe Flash® Plugin!') %></h2> <div id="alternativeUpload" style="display: none"> <h2 id="flash_upload_error_explanation" style="display: none"> <%= _t('Error with the Flash® Uploader!') %> </h2> <p><%= _t('use_alternative_uploader_instead') %></p> <p> <%= file_field_tag('Filedata') %> </p> <p> <%= submit_tag _t('upload'), :class => 'button' %> </p> <p> <small> <a href="#" id="switch_to_flash_uploader" class="underline"> <%= _t('Switch to Flash® Uploader') %> </a> </small> </p> </div>
Version data entries
9 entries across 9 versions & 1 rubygems