Sha256: 53d576ef058ad2b29704ed47a33c5fafe9d6e7647d8646798fe3a4b7a3ae6e92

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.1.2 views/cimi/layout.html.haml
deltacloud-core-1.1.1 views/cimi/layout.html.haml
deltacloud-core-1.1.0 views/cimi/layout.html.haml
deltacloud-core-1.0.5 views/cimi/layout.html.haml
deltacloud-core-1.0.4 views/cimi/layout.html.haml