header “Create new SSH key”

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

%orm{ :action => keys_url, :method => :post}
  %iv{ 'data-role' => :fieldcontain }
    %
      %abel{ :for => :name} Key name:
    %
      %nput{ :type => :text, :id => :name, :name => :name, :value => '' }
    %
      %abel{ :for => :public_key} Public Key (Optional - import):
      %sall Enter your public key here to import it rather than creating a new one (not supported by all providers)
    %
      %extarea{ :name => :public_key, :cols=>65, :rows=>5 }
  %utton{ :type => :submit} Create key