Sha256: cb319a070c2c6a0e45ac3ae7810df1192d7d7507a15826179f8362ccf9ef2e93

Contents?: true

Size: 1.16 KB

Versions: 3

Compression:

Stored size: 1.16 KB

Contents

!!!
%html{ :xmlns => "http://www.w3.org/1999/xhtml", :lang => "en", 'xml:lang' => "en" }
  %head
    %meta{"http-equiv"=>"Content-Type", :content=>"text/html; charset=utf-8"}
    %title StaticMatic
    = stylesheets
  %body
    #container
      #header
        .bycurve21= link(img("/images/bycurve21.gif"), "http://www.curve21.com")
        .title StaticMatic

      #menu

        %ul
          %li= link "Home", "/"
          %li= link "Download", "download.html"
          %li= link "How to use", "how_to_use.html"
          %li= link "Development", "http://rubyforge.org/projects/staticmatic"
          %li= link "Community", "http://groups.google.co.uk/group/staticmatic"
          %li= link "FAQ", "faq.html"

      #content_wrapper
        #side
          #news= partial("news")

        #content
          = yield
      
      #footer
        %p 
          Made with StaticMatic, Hosted by 
          = link "RubyForge", "http://rubyforge.org"
      
      %script{:src => "http://www.google-analytics.com/urchin.js", :type => "text/javascript"}
        _hamlspace = "";
      %script{:type => "text/javascript"}
        _uacct = "UA-775359-8";
        urchinTracker();
      

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
staticmatic-0.8.10 website/src/layouts/application.haml
staticmatic-0.8.9 website/src/layouts/application.haml
staticmatic-0.8.8 website/src/layouts/application.haml