Sha256: 6bede02ca1d6da8816e5fce1b1ebf5ebc79f17e38b6b636a03422010da12b087
Contents?: true
Size: 1.95 KB
Versions: 1
Compression:
Stored size: 1.95 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/rules_engine/blueprint/screen.css" type="text/css" media="screen, projection"> <link rel="stylesheet" href="/stylesheets/rules_engine/blueprint/print.css" type="text/css" media="print"> <!--[if lt IE 8]> <link rel="stylesheet" href="/stylesheets/rules_engine/blueprint/ie.css" type="text/css" media="screen, projection"> <![endif]--> <link rel="stylesheet" href="/stylesheets/rules_view/blueprint/screen.css" type="text/css" media="screen, projection"> <link rel="stylesheet" href="/stylesheets/rules_view/blueprint/print.css" type="text/css" media="print"> <!--[if lt IE 8]> <link rel="stylesheet" href="/stylesheets/rules_view/blueprint/ie.css" type="text/css" media="screen, projection"> <![endif]--> <%%= javascript_include_tag 'rules_view/jquery-1.4.2.min', 'rules_view/jquery.blockUI', 'rules_view/jquery.autocomplete.pack', 'rules_view/jquery.fancybox-1.3.1', 'rules_view/rules_view', :cache => true %%> <%%= stylesheet_link_tag 'rules_view/rules_view', 'rules_view/jquery.autocomplete', 'rules_view/fancybox/jquery.fancybox-1.3.1', :cache => true %%> <%%= csrf_meta_tag %%> <%%= 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rules_view-0.0.1 | generators/manifests/templates/app/views/layouts/rules_view_layout.html.erb |