Sha256: b0a0c24e17d4f6526fbb50d2e3f4a6d576d22995edd6f31ae6c6637e6c786c87

Contents?: true

Size: 1.92 KB

Versions: 1

Compression:

Stored size: 1.92 KB

Contents

/
  #{__FILE__}
!!! 5
%html{attributes.merge(:manifest => '/ruby_app/resources/themes/mobile/base/base_page/manifest')}
  %head
    %meta{:name => 'viewport',
          :content => 'user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0'}
    %meta{:name => 'apple-mobile-web-app-capable',
          :content => 'yes'}
    %meta{:name => 'apple-mobile-web-app-status-bar-style',
          :content => 'black'}
    %link{:rel => 'apple-touch-icon',
          :href => '/ruby_app/resources/themes/mobile/base/base_page/icon.png'}
    %link{:rel => 'apple-touch-startup-image',
          :href => '/ruby_app/resources/themes/mobile/base/base_page/start.png'}
    %link{:rel => 'stylesheet',
          :href => "/#{RubyApp::Language.locale.code}/application.css",
          :type => 'text/css',
          :media => 'screen',
          :title => 'main', :charset=>'utf-8'}
    %script{:src => 'http://code.jquery.com/jquery-1.6.1.js',
            :type => 'text/javascript'}
    %script{:src => "/#{RubyApp::Language.locale.code}/application.js",
            :type => 'text/javascript'}
    %title
      = yield(:title) || self.translate.title
    /
      RubyApp::Session.data
    %meta{:name => :session_id, :content => RubyApp::Session.session_id}
    - RubyApp::Session.data.each do |name, value|
      %meta{:name => name, :content => value}
    /
      RubyApp::Request.query
    - RubyApp::Request.query.each do |name, value|
      %meta{:name => name, :content => value}
    /
      RubyApp::Language
    %meta{:name => :locale, :content => RubyApp::Language.locale.code}
    /
      RubyApp::Elements::Base::BasePage#data
    - self.data.each do |name, value|
      %meta{:name => name, :content => value}
    /
      (other)
    %meta{:name => :event_error_message, :content => RubyApp::Elements::Base::BasePage.translate.event_error_message}
  %body
    %div.body
      = yield :body
    %ul.log
    %div.overlay
    %div.wait
      %div.image

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
RubyApp-0.0.87 lib/ruby_app/themes/mobile/base/base_page.html.haml