Sha256: 08d5ffef100c06d5c34ef0fc5a83c696b035ceed5a07c0ff59a3c6c19db138f4

Contents?: true

Size: 1.23 KB

Versions: 2

Compression:

Stored size: 1.23 KB

Contents

!!!5
%html
  %head
    %title Deltacloud API #{settings.version}
    = stylesheet_link_tag '/stylesheets/jquery.mobile-1.0b1.min.css'
    = stylesheet_link_tag '/stylesheets/new.css'
    %script{:type => "text/javascript", :src => "/javascripts/jquery.min.js" }
    %script{:type => "text/javascript", :src => "/javascripts/application.js" }
    %script{:type => "text/javascript", :src => "/javascripts/jquery.mobile-1.0b1.min.js" }
    :javascript
      $(document).ready(function() {
        $(document).bind("mobileinit", function(){
          $.mobile.ajaxEnabled = false;
          $.mobile.hashListeningEnabled = false;
        });
      })

  %body
    %div{ 'data-role' => :page }
      = yield
      %div{ 'data-role' => :footer, :'data-theme' => 'a'}
        %div{ 'data-role' => :navbar}
          %ul
            %li
              %a{ :'data-icon' => 'home', :href => api_url_for(''), :'data-ajax' => 'false'} Home
            %li=link_to_format(:xml)
            %li=link_to_format(:json)
        %div{ 'data-role' => :header, 'data-theme' => 'a' }
          #copyright
            Copyright 2009-2011
            %a{:href => 'http://incubator.apache.org/deltacloud/'} The Apache Software Foundation
            and individual contributors.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
deltacloud-core-0.4.1 views/layout.html.haml
deltacloud-core-0.4.0 views/layout.html.haml