Sha256: 16da974567e6dbd192534419972029db96d7df5d20c15b2468e0fe9c6d6aa1cc

Contents?: true

Size: 1.32 KB

Versions: 1

Compression:

Stored size: 1.32 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
    = stylesheets :reset, :application, :media => :screen
  %body
    #container
      #header
        .bycurve21= link(img("bycurve21.gif"), "http://www.curve21.com")
        .title StaticMatic

      #menu

        %ul
          %li= link "Home", "/"
          %li= link "Download"
          %li= link "How to use"
          %li= link "Community", "http://groups.google.co.uk/group/staticmatic"
          %li= link "FAQ"
          %li= link 'Report Bug', 'http://rubyforge.org/tracker/?func=browse&group_id=3712&atid=14306'
          %li= link "Development", "http://rubyforge.org/projects/staticmatic"
      #content_wrapper
        #side
          #news= partial("news")

        #content
          = yield
      
      #footer
        %p 
          Made with StaticMatic
          = StaticMatic::VERSION::STRING
          \, 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

1 entries across 1 versions & 1 rubygems

Version Path
staticmatic-0.9.0 website/src/layouts/application.haml