Sha256: a3a81503e78836b4f8ac8e347d9562800d76aa52bb1d2d999878a9dd1a960fe3

Contents?: true

Size: 1.1 KB

Versions: 12

Compression:

Stored size: 1.1 KB

Contents

=header "Create new blob"

%div{ :'data-role' => :content, :'data-theme' => 'c', :class => 'middle-dialog'}
  %form{ :action => bucket_url(@bucket_id), :method => :post, :enctype => 'multipart/form-data', "data-ajax" => "false"}
    %div{ 'data-role' => :fieldcontain }
      %label
        Blob Name:
      %input{ :name => 'blob_id', :size => 512}/
    %div{ 'data-role' => :fieldcontain }
      %label
        Blob Data:
      %input{ :type => "file", :name => 'blob_data', :size => 50}/
    %input{ :type => "hidden", :name => "meta_params", :value => "0"}
    %a{ :href => "javascript:;", :onclick => "more_fields();"} Add Metadata
    %div{ :id => "metadata_holder", :style => "display: none;", :'data-role' => :fieldcontain}
      %label
        Metadata Key:
      %input{ :type => "text", :name => "meta_name", :value => ""}/
      %br
      %label
        Metadata Value:
      %input{ :type => "text", :name => "meta_value", :value => ""}/
      %br
    %a{ :href => "javascript:;", :onclick => "less_fields();"} Less Metadata
    %br
    %br
    %input{ :type => :submit, :name => "commit", :value => "create"}/

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
deltacloud-core-1.1.2 views/blobs/new.html.haml
deltacloud-core-1.1.1 views/blobs/new.html.haml
deltacloud-core-1.1.0 views/blobs/new.html.haml
deltacloud-core-1.0.5 views/blobs/new.html.haml
deltacloud-core-1.0.4 views/blobs/new.html.haml
deltacloud-core-1.0.3 views/blobs/new.html.haml
deltacloud-core-1.0.2 views/blobs/new.html.haml
deltacloud-core-1.0.1 views/blobs/new.html.haml
deltacloud-core-1.0.0 views/blobs/new.html.haml
deltacloud-core-0.5.0 views/blobs/new.html.haml
deltacloud-core-0.4.1 views/blobs/new.html.haml
deltacloud-core-0.4.0 views/blobs/new.html.haml