Sha256: e2c310ca62ecdf723d0c2887f9fdba89bcb08db491461919f371b26d08e9cf29

Contents?: true

Size: 1.16 KB

Versions: 18

Compression:

Stored size: 1.16 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">
<head>
  <title><%=h page_title %></title>
  <%= page_header %>
  <%= stylesheet_link_tag '/stylesheets/theme/style.css', :media => 'all' %>
</head>

<body>
  <div id="wrapper">
    <!-- start header -->
    <div id="header">
      <h1><%= link_to this_blog.blog_name, this_blog.base_url %></h1>
      <p class="desc"><%= this_blog.blog_subtitle %></p>
    </div>
    <!-- end header -->

  <div id="page">
    <div id="sidebar">
      <!-- search -->
      <%= render :partial => 'shared/search' %>

      <!-- sidebar components -->
      <%= render_sidebars %>
    </div>

    <div id="content">
      <%= @content_for_layout %>
      <%= javascript_tag 'show_dates_as_local_time()' %>
    </div>

  <div id="footer">
    <div class="wrap">
      <p id="legal">
        <%= _("Powered by %s", link_to ('typo', 'http://typosphere.org')) %>
        <%= _("Designed by %s ", link_to ('Hélène', 'http://www.o2sources.com/people/helene')) %>
      </p>
    </div>
  </div>
</body>
</html>

Version data entries

18 entries across 15 versions & 1 rubygems

Version Path
typo-5.4.4 test/mocks/themes/typographic/layouts/default.html.erb
typo-5.4.3 test/mocks/themes/typographic/layouts/default.html.erb
typo-5.4.2 test/mocks/themes/typographic/layouts/default.html.erb
typo-5.4.1 test/mocks/themes/typographic/layouts/default.html.erb
typo-5.4 test/mocks/themes/typographic/layouts/default.html.erb
typo-5.0.3.98.1 test/mocks/themes/typographic/layouts/default.html.erb
typo-5.0.3.98.1 themes/typographic/layouts/default.html.erb
typo-5.0.3.98 themes/typographic2/layouts/default.html.erb
typo-5.0.3.98 test/mocks/themes/typographic/layouts/default.html.erb
typo-5.0.3.98 themes/typographic/layouts/default.html.erb
typo-5.1.2 test/mocks/themes/typographic/layouts/default.html.erb
typo-5.1.1 test/mocks/themes/typographic/layouts/default.html.erb
typo-5.1.3 test/mocks/themes/typographic/layouts/default.html.erb
typo-5.1.98 test/mocks/themes/typographic/layouts/default.html.erb
typo-5.1 test/mocks/themes/typographic/layouts/default.html.erb
typo-5.2.98 test/mocks/themes/typographic/layouts/default.html.erb
typo-5.2 test/mocks/themes/typographic/layouts/default.html.erb
typo-5.3 test/mocks/themes/typographic/layouts/default.html.erb