Sha256: fee56a22e1f7eb67030613ccd3cc0280e2d71fcae62cc540770dcf7d6a368e8c
Contents?: true
Size: 1.44 KB
Versions: 9
Compression:
Stored size: 1.44 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> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title> <%= (page_title = yield :defer_page_title) ? page_title : controller.controller_name.humanize %> </title> <link rel="stylesheet" href="/stylesheets/blueprint/screen.css" type="text/css" media="screen, projection"> <link rel="stylesheet" href="/stylesheets/blueprint/print.css" type="text/css" media="print"> <!--[if lt IE 8]> <link rel="stylesheet" href="/stylesheets/blueprint/ie.css" type="text/css" media="screen, projection"> <![endif]--> <%= javascript_include_tag 'jquery-1.4.2.min', 'jquery.blockUI', 'jquery.autocomplete.pack', 'jquery.fancybox-1.3.1', 'rules_engine/re_view', 'application', :cache => true %> <%= stylesheet_link_tag 'rules_engine/screen', 'jquery.autocomplete', 'fancybox/jquery.fancybox-1.3.1', 'application', :cache => true %> <%= yield :defer_re_javascript_include %> </head> <body> <div class="container re_container"> <%#= render '/layouts/header' %> <%= yield :defer_re_breadcrumbs %> <%= re_alert %> <%= yield %> <div class="clear top-10"></div> <%#= render '/layouts/footer' %> </div> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems