blob: 4db3b7f4fcfdf8a934193ebaf616e0985aabf98b [file] [log] [blame]
!!!5
%html
%head
%title Deltacloud API #{settings.version}
%link{ :charset => "utf-8", :href => "/stylesheets/jquery.mobile-1.0.1.min.css", :media => "screen", :rel => "stylesheet", :type => "text/css"}
%link{ :charset => "utf-8", :href => "/stylesheets/new.css", :media => "screen", :rel => "stylesheet", :type => "text/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.0.1.min.js" }
:javascript
$(document).bind("mobileinit", function(){
$.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 => "#{url_for('').chomp("/")}", :'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.