Sha256: c040563a60572184dfadf33c9e4dfdc965bd43833933542d6277ccbe17b89722

Contents?: true

Size: 1.28 KB

Versions: 30

Compression:

Stored size: 1.28 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>
  <title>Sidebar Preview</title>
  <%= page_header %>
  <%= stylesheet_link_tag "/stylesheets/theme/azure" %>
  <%= stylesheet_link_tag "/stylesheets/user-styles", :media => 'all' %>
</head>
<body>
  <div id="container" class="clearfix">
    <div id="header">
      <div id="logo">
        <h1 id="sitename"><%= link_to "Sidebar Preview", '#' %></h1>
        <h2 id="subtitle">How your sidebar will look</h2>
      </div>
    </div>
    <div id="search">&nbsp;</div>
    <div id="content">
      <div id="main">
        <div class="post">
          <h2><%= link_to "Lorem Ipsum", "#"%></h2>
          <p class="auth">Posted by an invisible demon moments ago</p>
          <p>Dolor sit amet...</p>
          <p><%= link_to "Return to sidebar admin", :controller => '/admin/sidebar', :action => 'index' %>
        </div>
      </div>
    </div>


    <div id=sidebar>
      <div id="search-results"></div>
      <% benchmark "BENCHMARK: layout/sidebars" do %>
        <%= yield %>
      <% end %>

      <%= link_to image_tag("powered.gif"),  "http://www.typosphere.org/", {:class => "powered" } %>
    </div>
  </div>
</body>
</html>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
typo-5.5 app/views/layouts/sidebar.html.erb
typo-5.4.4 app/views/layouts/sidebar.html.erb
typo-5.4.3 app/views/layouts/sidebar.html.erb
typo-5.4.2 app/views/layouts/sidebar.html.erb
typo-5.4.1 app/views/layouts/sidebar.html.erb
typo-5.4 app/views/layouts/sidebar.html.erb
typo-3.99.0 app/views/layouts/sidebar.rhtml
typo-3.99.2 app/views/layouts/sidebar.rhtml
typo-3.99.1 app/views/layouts/sidebar.rhtml
typo-3.99.3 app/views/layouts/sidebar.rhtml
typo-4.0.2 app/views/layouts/sidebar.rhtml
typo-3.99.4 app/views/layouts/sidebar.rhtml
typo-4.0.0 app/views/layouts/sidebar.rhtml
typo-4.0.1 app/views/layouts/sidebar.rhtml
typo-4.1.1 app/views/layouts/sidebar.rhtml
typo-4.0.3 app/views/layouts/sidebar.rhtml
typo-4.1 app/views/layouts/sidebar.rhtml
typo-5.0.1 app/views/layouts/sidebar.html.erb
typo-5.0.2 app/views/layouts/sidebar.html.erb
typo-5.0.3.98.1 app/views/layouts/sidebar.html.erb