Sha256: 822f31ed15f88571a57915ae865a0a3466dccd41c3ca4cfab2e89397625bc554

Contents?: true

Size: 1.18 KB

Versions: 5

Compression:

Stored size: 1.18 KB

Contents

!!!
!!! XML

%html
  %head
    = stylesheet_link_tag '/stylesheets/compiled/screen.css', :media => 'screen, projection'
    = stylesheet_link_tag '/stylesheets/compiled/print.css', :media => 'print'
    /[if lt IE 8]
      = stylesheet_link_tag '/stylesheets/compiled/ie.css', :media => 'screen, projection'
    = stylesheet_link_tag '/stylesheets/compiled/application.css', :media => 'screen, projection'
    %script{:type => "text/javascript", :src => "/javascripts/jquery-1.4.2.min.js" }
    %script{:type => "text/javascript", :src => "/javascripts/application.js" }
    %script{:type => "text/javascript", :src => "/javascripts/cmwgapp.js" }
  %body
    #wrapper
      #header
        = link_to image_tag( "/images/logo-wide.png" ), settings.root_url
      = bread_crumb_ext
      #content
        = yield
      #footer
        #formats
          Format:
          =link_to_format(:xml)
          |
          =link_to_format(:json)
        #driver_info
          Driver: #{driver_symbol} | API version: #{settings.version}
        #copyright
          Copyright 2009-2011
          %a{:href => 'http://incubator.apache.org/deltacloud/'} The Apache Software Foundation
          and individual contributors.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
deltacloud-core-1.0.3 views/cimi/layout.html.haml
deltacloud-core-1.0.2 views/cimi/layout.html.haml
deltacloud-core-1.0.1 views/cimi/layout.html.haml
deltacloud-core-1.0.0 views/cimi/layout.html.haml
deltacloud-core-0.5.0 views/cimi/layout.html.haml