Sha256: 24ca3d1feb2be550895f0ab6b83bb5ce9e135083c49ab45fb82f00e42dcc9638

Contents?: true

Size: 819 Bytes

Versions: 2

Compression:

Stored size: 819 Bytes

Contents

!!!
%html{ :xmlns => "http://www.w3.org/1999/xhtml", :lang => "en", 'xml:lang' => "en" }
  %head
    %title Mercury
    - ['reset','text','960','app'].each do |css|
      %link{ :href => "/stylesheets/#{css}.css", :rel => "stylesheet", :type => "text/css", :media => "screen", :charset => "utf-8" }
  %body
    #header
      .container_12
        %small{:style => 'font-style:italic;float:right;'} WireFrame Tool
        %h1{:style => 'margin:0;padding:0;'}
          %a{:href => '/', :style => 'color:white;text-decoration:none;'} Mercury

    #wrap
      .container_16
        = yield
    .clear
    #footer
      .container_12
        .grid_4.prefix_8
          %p Jack Russell Software Company, LLC

    - ['jquery-1.4.2.min'].each do |js|
      %script{:src => "/javascripts/#{js}.js", :type => 'text/javascript'}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mercury-0.4.1 lib/views/layout.haml
mercury-0.2.4 lib/views/layout.haml