Sha256: cc3d2d54c6f1fff04278094cd270398030c875af31fbdd6fd2248b36cff7392a

Contents?: true

Size: 1.36 KB

Versions: 11

Compression:

Stored size: 1.36 KB

Contents

/
  #{__FILE__}
!!! 5
%html{attributes}
  %head
    %link{:rel => 'stylesheet',
          :href => "/#{RubyApp::Language.locale.code}/application.css",
          :type => 'text/css',
          :media => 'screen, mobile',
          :title => 'main', :charset=>'utf-8'}
    %script{:src => '/ruby_app/resources/scripts/jquery-1.7.1.min.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
    %div.overlay
    %div.wait
      %div.image
    %ul.log
      %li.status
        (blank)

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
RubyApp-0.0.86 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.85 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.84 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.83 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.82 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.81 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.80 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.79 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.78 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.77 lib/ruby_app/elements/base/base_page.html.haml
RubyApp-0.0.76 lib/ruby_app/elements/base/base_page.html.haml