Sha256: f232c587e94df115f902cffa61b43dbfb281afc2d6596a4a5880ad85e202783a

Contents?: true

Size: 1.61 KB

Versions: 1

Compression:

Stored size: 1.61 KB

Contents

!!!
%html{:lang => "en", "xml:lang" => "en", :xmlns => "http://www.w3.org/1999/xhtml"}
  %head
    %meta{:content => "text/html; charset=utf-8", "http-equiv" => "Content-type"}/
    %title Your Page Title
    = stylesheet_link_tag 'basemod.css', :media => 'all'
    /[if IE]
      = stylesheet_link_tag 'patch_my_layout.css', :media => 'screen, projection'
  %body
    .page_margins
      / start: skip link navigation
      %a.skip{:href => "#navigation", :title => "skip link"} Skip to the navigation
      %span.hideme .
      %a.skip{:href => "#content", :title => "skip link"} Skip to the content
      %span.hideme .
      / end: skip link navigation
      .page
        #header
        #nav
          / skiplink anchor: navigation
          %a#navigation{:name => "navigation"}
          .hlist
            / main navigation: horizontal list
            %ul
              %li.active
                %strong Button 1
              %li
                %a{:href => "#"} Button 2
              %li
                %a{:href => "#"} Button 3
              %li
                %a{:href => "#"} Button 4
              %li
                %a{:href => "#"} Button 5
        #main
          #col1
            #col1_content.clearfix
              / add your content here
          #col2
            #col2_content.clearfix
              / add your content here
              = yield
          #col3
            #col3_content.clearfix
              / add your content here
            / IE Column Clearing
            #ie_clearing  
        / begin: #footer
        #footer
          Layout based on
          %a{:href => "http://www.yaml.de/"} YAML

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cyaml-0.0.35 templates/project/application.html.haml