sidebar.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:1k
源码类别:

Ajax

开发平台:

Others

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.   <title>Sidebar Preview</title>
  5.   <%= page_header %>
  6.   <%= stylesheet_link_tag "/stylesheets/theme/azure" %>
  7.   <%= stylesheet_link_tag "/stylesheets/user-styles", :media => 'all' %>
  8. </head>
  9. <body>
  10.   <div id="container" class="clearfix">
  11.     <div id="header">
  12.       <div id="logo">
  13.         <h1 id="sitename"><%= link_to "Sidebar Preview", '#' %></h1>
  14.         <h2 id="subtitle">How your sidebar will look</h2>
  15.       </div>
  16.     </div>
  17.     <div id="search">&nbsp;</div>
  18.     <div id="content">
  19.       <div id="main">
  20.         <div class="post">
  21.           <h2><%= link_to "Lorem Ipsum", "#"%></h2>
  22.           <p class="auth">Posted by an invisible demon moments ago</p>
  23.           <p>Dolor sit amet...</p>
  24.           <p><%= link_to "Return to sidebar admin", :controller => '/admin/sidebar', :action => 'index' %>
  25.         </div>
  26.       </div>
  27.     </div>
  28.     <div id=sidebar>
  29.       <div id="search-results"></div>
  30.       <% benchmark "BENCHMARK: layout/sidebars" do %>
  31.         <%= yield %>
  32.       <% end %>
  33.       <%= link_to image_tag("powered.gif"),  "http://www.typosphere.org/", {:class => "powered" } %>
  34.     </div>
  35.   </div>
  36. </body>
  37. </html>