Sha256: 476692c266ec46ab10d03801493d5a58e8a8d5eaed92bcc6035dcf4f8cd07ab6

Contents?: true

Size: 1.92 KB

Versions: 17

Compression:

Stored size: 1.92 KB

Contents

!!! Strict
%html{ "xml:lang" => "en", :lang => "en", :xmlns => "http://www.w3.org/1999/xhtml" }
  %head
    %title
      = "#{Goldberg.settings.site_name} - #{goldberg_title}"
    = auto_discovery_link_tag(:rss, :controller => :mods, :action => 'feed')
    %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "content-type" }
    %link{ :href => "/goldberg/stylesheets/goldberg.css", :rel => "stylesheet", :type => "text/css", :media => "screen" }
    %link{ :href => "/goldberg/stylesheets/layout.css", :rel => "stylesheet", :type => "text/css", :media => "screen" }
    %script{ :src => "/goldberg/javascripts/suckerfish.js", :type => "text/javascript" }
    = javascript_include_tag :defaults
    = record_select_includes
    = active_scaffold_includes
    - if Goldberg.user
      %script
        stop_polling_logo = false;
      = periodically_call_remote(:url => '/main/test', :frequency => '1', :condition => 'stop_polling_logo == false')
  %body
    #mainContainerBg
      #mainContainer
        #container
          #header
            %h1= Goldberg.settings.site_name
            =#%h3= "v#{SixUpdaterWeb::VERSION}"
          #mainBar
            #mainBarMenu.topmenu
              %ul#suckerfish
                = goldberg_suckerfish_menu
            #mainBarStats{ :align => "right" }
          .centerColumn.clearfix
            .breadcrumbs
              = goldberg_breadcrumbs
            - if flash[:note]
              .flash_note
                = flash[:note]
            - elsif flash[:error]
              .flash_error
                %h1
                  Error!
                = flash[:error]
            %div
              = yield
          #footer
            %b
              WARNING: Any modfolder managed by this software, will be adjusted to match the online version.
            %br
            = Goldberg.settings.footer_message
            .auth
              = goldberg_login

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
six-updater-web-0.17.6 lib/six-updater-web/app/views/layouts/application.haml
six-updater-web-0.17.5 lib/six-updater-web/app/views/layouts/application.haml
six-updater-web-0.17.4 lib/six-updater-web/app/views/layouts/application.haml
six-updater-web-0.17.3 lib/six-updater-web/app/views/layouts/application.haml
six-updater-web-0.17.2 lib/six-updater-web/app/views/layouts/application.haml
six-updater-web-0.17.1 lib/six-updater-web/app/views/layouts/application.haml
six-updater-web-0.17.0 lib/six-updater-web/app/views/layouts/application.haml
six-updater-web-0.16.3 lib/six-updater-web/app/views/layouts/application.haml
six-updater-web-0.16.2 lib/six-updater-web/app/views/layouts/application.haml
six-updater-web-0.16.0 lib/six-updater-web/app/views/layouts/application.haml
six-updater-web-0.15.4 lib/six-updater-web/app/views/layouts/application.haml
six-updater-web-0.15.3 lib/six-updater-web/app/views/layouts/application.haml
six-updater-web-0.15.2 lib/six-updater-web/app/views/layouts/application.haml
six-updater-web-0.15.1 lib/six-updater-web/app/views/layouts/application.haml
six-updater-web-0.14.12 lib/six-updater-web/app/views/layouts/application.haml
six-updater-web-0.14.10 lib/six-updater-web/app/views/layouts/application.haml
six-updater-web-0.14.9 lib/six-updater-web/app/views/layouts/application.haml