Sha256: af6a9a701cfb13f19dc06bf4033e613af15c6c54d06c50650ebf4b062f620e71
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 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 || respond_to(:title)).blank? %> <title><%= h title %></title> <% end %> <%#= tag :link, '', :rel => "icon", :href => "/favicon.ico", :type => "image/x-icon" %> <%= stylesheet_link_tag themed_resource('style.css') %> <%= 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 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 themed_partial('application_js')%> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
common_interface-0.1.2 | lib/views/themes/simple_organization/application.html.erb |
common_interface-0.1.1 | lib/views/themes/simple_organization/application.html.erb |