Sha256: 9d0c107a17966c7ca533d76e98ee100a47e579c806b000f164508d334179025a

Contents?: true

Size: 1.82 KB

Versions: 6

Compression:

Stored size: 1.82 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" lang="fr">
<head profile="http://gmpg.org/xfn/11">
  <title><%= h(page_title) %></title>
  <%= stylesheet_link_tag "/stylesheets/theme/style", :media => 'all' %>
  <%= page_header %>
</head>
<body>
  <div id='container'>
    <div id='logo'>
    <% if controller.controller_name == 'articles' and controller.action_name.include? 'index' %>
      <h1><%= link_to(this_blog.blog_name, this_blog.base_url) %></h1>
    <% else %>
      <p id='title'><%= link_to(this_blog.blog_name, this_blog.base_url) %></p>
    <% end %>
      <p><%= this_blog.blog_subtitle %></p>
    </div>
    <div id='page'>
      <div id='content'>
        <%= @content_for_layout %>
      </div>
      <div id='sidebar'>
        <%= render_sidebars %>
      </div>
      <br class='clear' />
      <div id='legal'>
        <ul>
          <%= content_tag(:li, link_to(_('Home'), this_blog.base_url, {:class => render_active_home}))%>
          <%= content_tag(:li, link_to(_('Articles'), {:controller => 'categories'}, {:class => render_active_articles}))%>
          <%= show_pages_links %>  
          <li><a href="http://t37.net/">Thème Frédéric de Villamil</a></li>
        </ul>
      </div>
    </div>

  <!-- Absolutely positionned -->
  <ul id='menu'>
    <%= content_tag(:li, link_to(_('Home'), this_blog.base_url, {:class => render_active_home}))%>
    <%= content_tag(:li, link_to(_('Articles'), {:controller => 'categories'}, {:class => render_active_articles}))%>
    <%= show_pages_links %>
  </ul>  
  <div id='external'>
    <a href='<%= @auto_discover_rss %>'>
      <%= image_tag "theme/rss.png", :alt => "RSS" %>
    </a>  
  </div>
  <div id="breadcrumb">
    <%= render_breadcrumb %>
  </div>
</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typo-5.5 themes/true-blue-3/layouts/default.html.erb
typo-5.4.4 themes/true-blue-3/layouts/default.html.erb
typo-5.4.3 themes/true-blue-3/layouts/default.html.erb
typo-5.4.2 themes/true-blue-3/layouts/default.html.erb
typo-5.4.1 themes/true-blue-3/layouts/default.html.erb
typo-5.4 themes/true-blue-3/layouts/default.html.erb