Sha256: b7a1d80590228a7a2fe31282090c206830b8462a945e50bd236933ef100f0642

Contents?: true

Size: 1.32 KB

Versions: 11

Compression:

Stored size: 1.32 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>

  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

  <title><%= page_title %></title>

  <%= stylesheet_link_tag 'admin/reset', :media => 'screen' %>
  <%= stylesheet_link_tag 'admin/screen', :media => 'screen' %>
  <%= yield :stylesheets -%>

  <%= javascript_include_tag 'admin/application' %>
  <%= yield :javascripts -%>

</head>

<body>

  <div id="header_wrapper">

    <div id="header">
      <div class="left">
        <%= header %>
      </div>
      <div class="right">
        <%= login_info %>
      </div>
      <div class="clear"></div>
    </div>

  </div>

  <div id="wrapper">

    <div id="content_wrapper">

      <div id="content">
        <%= display_flash_message %>
        <%= yield %>
      </div>

      <div id="sidebar">
        <%= yield :sidebar %>
      </div>

      <div class="clear"></div>

    </div>

  </div>

  <div id="footer_wrapper">

    <div id="footer">
      <div class="left">
        <%= typus_block :location => 'shared', :partial => 'footer' %>
      </div>
      <div class="right">
        <%= locales %>
      </div>
      <div class="clear"></div>
    </div>

  </div>

</body>

</html>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fesplugas-typus-0.9.0 app/views/layouts/admin.html.erb
fesplugas-typus-0.9.1 app/views/layouts/admin.html.erb
fesplugas-typus-0.9.12 app/views/layouts/admin.html.erb
fesplugas-typus-0.9.2 app/views/layouts/admin.html.erb
fesplugas-typus-0.9.3 app/views/layouts/admin.html.erb
fesplugas-typus-0.9.4 app/views/layouts/admin.html.erb
fesplugas-typus-0.9.5 app/views/layouts/admin.html.erb
fesplugas-typus-0.9.6 app/views/layouts/admin.html.erb
fesplugas-typus-0.9.7 app/views/layouts/admin.html.erb
fesplugas-typus-0.9.8 app/views/layouts/admin.html.erb
fesplugas-typus-0.9.9 app/views/layouts/admin.html.erb