Sha256: 1ac4a6764165e354a3716551ee911522210d707b6f78f10e32f3a4f412845707
Contents?: true
Size: 1.16 KB
Versions: 3
Compression:
Stored size: 1.16 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" dir="ltr"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <% unless (title = @html_title || @title).blank? %> <title><%= h title %></title> <% end %> <%#= content_tag :link, '', :rel => "icon", :href => "/favicon.ico", :type => "image/x-icon" %> <%= stylesheet_link_tag themed_resource(:style) %> <%= stylesheet_link_tag merged_stylesheets(:common_interface_base_mixin) %> <%= yield :head %> </head> <body> <div id="site-wrapper"> <div id="header"> <div id="top"> <%= yield :top_panel %> <%= yield :navigation %> <div class="clearer"> </div> </div> </div> <%= render :partial => themed_partial("layout_templates/#{current_theme.layout_template}") %> <div id="footer"> <%= yield :bottom_panel %> <div class="clearer"> </div> </div> </div> <%= javascript_include_tag merged_javascripts(:common_interface_base) %> <%= yield :bottom %> <%= render :partial => themed_partial('application_js')%> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems