Sha256: ea16c413ff01dad185a6320c491abe36b9f5efd8ae040f55669440f4f6e335de
Contents?: true
Size: 1.69 KB
Versions: 24
Compression:
Stored size: 1.69 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" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <title><%= page_title %></title> <%= yield :html_head %> <%= stylesheet_link_tag "/themes/blue_steel/stylesheets/style" %> </head> <body> <%= cms_toolbar %> <%= render :partial => "partials/header"%> <div id="main"> <div id="sub_nav" class="nav wrapper"> <%# Sub Menus: Developers can dynamically render menus for subsections. # Here we show all pages/sections starting one level down from the top of the site. # All children of the top level section will be shown here in a list. %> <%= render_menu :from_top => 1, :depth => 2 %> </div> <div id="broad" class="wrapper"> <%# This demonstrates how breadcrumbs can be automatically generated by using helpers. # The style of the breadcrumbs is controlled via CSS, which turns the ul/li into horizontal breadcrumbs with separaters. %> <!-- Commented out as we don't have styles/design for this yet. <%= render_breadcrumbs %> --> <div class="main_wrapper"> <h2><%= @page.page_title %></h2> <%= container :main %> </div> </div> </div> <div style="clear: both;"></div> <%= render :partial => "partials/footer" %> </div> </body> </html>
Version data entries
24 entries across 24 versions & 9 rubygems