Sha256: f668762092d1191baab4750263c04ed780b8016e8fa8f497802cbe9b0e2a38ef

Contents?: true

Size: 1.72 KB

Versions: 13

Compression:

Stored size: 1.72 KB

Contents

%div#fieldset.element
  %h2.element-title
    %a{:href => "http://developers.whatwg.org/forms.html#the-fieldset-element"} fieldset
  .markup
    %fieldset{:disabled => "", :name => "clubfields"}
      %legend
        %label
          %input{:name => "club", :onchange => "form.clubfields.disabled = !checked", :type => "checkbox"}
            Use Club Card
      %p
        %label
          Name on card:
          %input{:name => "clubname", :required => ""}/
      %p
        %label
          Card number:
          %input{:name => "clubnum", :pattern => "[-0-9]+", :required => ""}/
      %p
        %label
          Expiry date:
          %input{:name => "clubexp", :type => "month"}/
  .markup
    %fieldset{:disabled => "", :name => "clubfields"}
      %legend
        %label
          %input{:name => "club", :onchange => "form.clubfields.disabled = !checked", :type => "checkbox"}
            Use Club Card
      %p
        %label
          Name on card:
          %input{:name => "clubname", :required => ""}/
      %fieldset{:name => "numfields"}
        %legend
          %label
            %input{:checked => "", :name => "clubtype", :onchange => "form.numfields.disabled = !checked", :type => "radio"}
              My card has numbers on it
        %p
          %label
            Card number:
            %input{:name => "clubnum", :pattern => "[-0-9]+", :required => ""}/
      %fieldset{:disabled => "", :name => "letfields"}
        %legend
          %label
            %input{:name => "clubtype", :onchange => "form.letfields.disabled = !checked", :type => "radio"}
              My card has letters on it
        %p
          %label
            Card code:
            %input{:name => "clublet", :pattern => "[A-Za-z]+", :required => ""}/

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
survivalkit-1.0.beta.8 templates/project/templates/old/survivalkit/partials/html5/fieldset.haml
survivalkit-1.0.beta.7 templates/project/templates/old/survivalkit/partials/html5/fieldset.haml
survivalkit-1.0.beta.6 templates/project/templates/old/survivalkit/partials/html5/fieldset.haml
survivalkit-1.0.beta.5 templates/project/templates/old/survivalkit/partials/html5/fieldset.haml
survivalkit-1.0.beta.4 templates/project/templates/old/survivalkit/partials/html5/fieldset.haml
survivalkit-1.0.beta.3 templates/project/templates/old/survivalkit/partials/html5/fieldset.haml
survivalkit-1.0.beta.2 templates/project/templates/old/survivalkit/partials/html5/fieldset.haml
survivalkit-1.0.beta.1 templates/project/templates/old/survivalkit/partials/html5/fieldset.haml
survivalkit-0.3.4 templates/project/templates/old/survivalkit/partials/html5/fieldset.haml
survivalkit-0.3.3 templates/project/templates/old/survivalkit/partials/html5/fieldset.haml
survivalkit-0.3.2 templates/project/templates/old/survivalkit/partials/html5/fieldset.haml
survivalkit-0.3.1 templates/project/templates/old/survivalkit/partials/html5/fieldset.haml
survivalkit-0.3 templates/project/templates/old/survivalkit/partials/html5/fieldset.haml