Sha256: e6eaf47c86f515e0b714b0dc3ef08d592e093ee20c83d8d201cf9292b295ed8a

Contents?: true

Size: 1.2 KB

Versions: 2

Compression:

Stored size: 1.2 KB

Contents

/ To be used with Javascript-Templates (see: https://github.com/blueimp/JavaScript-Templates)
/ The template to display files that have been uploaded to S3 already
%script#template-uploaded{:type => "text/x-tmpl"}
  %tr.template-uploaded{:id => "source_file_{%=o.id%}"}
    {% if (o.image == true) { %}
    %td.preview
      %a{:download => "{%=o.name%}", :href => "{%=o.url%}", :rel => "gallery", :title => "{%=o.name%}"}
        %img{:src => "{%=o.url%}", :style => 'width:80px; height:56px;'}
    {% } else { %}
    %td
    {% } %}
    %td.name
      %a{:download => "{%=o.name%}", :href => "{%=o.url%}", :rel => "{%=o.thumbnail_url&&'gallery'%}".html_safe, :title => "{%=o.name%}"} {%=o.name%}
    %td.size
      %span {%=formatFileSize(o.size)%}
    %td{:colspan => "2"}
    %td
      %button.btn.btn-danger.delete{"data-type" => "DELETE", "data-url" => "{%=o.delete_url%}", "data-confirmation" => "Are you sure?", "data-xhr-fields" => !"{% if (file.delete_with_credentials) { %} {'withCredentials': true} {% } %}".blank? && "{% if (file.delete_with_credentials) { %} {'withCredentials': true} {% } %}"}
        %i.icon-trash.icon-white
        %span Delete
      %input{:name => "delete", :type => "checkbox", :value => "1"}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
s3_cors_fileupload-0.2.0 lib/generators/s3_cors_fileupload/install/templates/views/haml/_template_uploaded.html.haml
s3_cors_fileupload-0.2.0.pre1 lib/generators/s3_cors_fileupload/install/templates/views/haml/_template_uploaded.html.haml