Sha256: e41a1c8123870672341bed082a6d26debe6d343ca38bfa54a3c925f6a3285015

Contents?: true

Size: 1.74 KB

Versions: 12

Compression:

Stored size: 1.74 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <%= hook :admin_inside_head do %>
    <%= render :partial => "shared/admin_head" %>
  <% end %>
</head>
<body class='yui-skin-sam admin'>
<!--[if IE 7]>
<div id='IE7'>
<![endif]-->
<div id='wrapper'>

  <div id="header">

    <%= hook :admin_login_navigation_bar %>

    <a href="<%= admin_path %>"><%= image_tag Spree::Config[:admin_interface_logo], :id => 'logo' %></a>
    <h1><%= link_to t("administration"), admin_path %></h1>
    <div id="progress"><%= image_tag 'progress.gif' %> <%= t('loading') %>...</div>
  </div>

  <div id="admin-menu">
    <ul>
      <%= hook :admin_tabs do %>
        <%= render 'admin/shared/tabs' %>
      <% end %>
    </ul>
    <br class="clear" />
  </div>

  <div id="sub-menu">
    <%= yield :sub_menu %>
    <br class="clear" />
  </div>

  <div class="<%= 'with-sidebar ' if content_for?(:sidebar) %> clear tile_bg" id="content">


    <% if flash[:error] %>
    <div class="flash error"><%= flash[:error] %></div>
    <% end %>
    <% if self.notice %>
    <div class="flash notice"><%= self.notice %></div>
    <% end %>

    <%= render :partial => 'admin/shared/alert', :collection => session[:alerts] %>

    <%= yield %>

    <% if content_for?(:sidebar) %>
      <br class='clear' />
      <div id="sidebar">
          <%= yield :sidebar %>
      </div>
    <% end %>

  </div>

  <div id="footer">
    <p><%= t("icons_by") %> <a href='http://pinvoke.com'>pInvoke</a></p>
  </div>


</div>
<!--[if IE]>
</div>
<![endif]-->

<%= hook :admin_footer_scripts do %>
  <%= javascript_include_tag 'admin/unobtrusive_handlers' %>
<% end %>
</body>
</html>

Version data entries

12 entries across 12 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/layouts/admin.html.erb
My-Commerce_core-1.1.0 app/views/layouts/admin.html.erb
My-Commerce_core-1.0.0 app/views/layouts/admin.html.erb
MyCommerceapi-1.0.0 core/app/views/layouts/admin.html.erb
MyCommerce-0.0.3 core/app/views/layouts/admin.html.erb
rfcommerce_core-0.0.3 app/views/layouts/admin.html.erb
spree_core-0.60.6 app/views/layouts/admin.html.erb
spree_core-0.60.5 app/views/layouts/admin.html.erb
spree_core-0.50.4 app/views/layouts/admin.html.erb
spree_core-0.60.4 app/views/layouts/admin.html.erb
spree_core-0.50.3 app/views/layouts/admin.html.erb
spree_core-0.60.3 app/views/layouts/admin.html.erb