header “New bucket”

%div{ :'data-role' => :content, :'data-theme' => 'c', :class => 'middle-dialog'}

%orm{ :action => buckets_url, :method => :post, :'data-ajax' => 'false' }
  %abel
    Bucket Name:
    %nput{ :name => 'name', :size => 250}/
    %r
  -if driver.class.has_feature?(:buckets, :bucket_location)
    %
      %abel
        Location: (optional)
        %nput{ :name => 'location', :size => 20 }/
  %nput{ :type => :submit, :name => "commit", :value => "create"}/