Merge HTML head section
This commit is contained in:
parent
74cfd7b5ca
commit
1f57eb01b1
@ -9,17 +9,26 @@
|
|||||||
<%= favicon %>
|
<%= favicon %>
|
||||||
<%= stylesheet_link_tag 'application', :media => 'all' %>
|
<%= stylesheet_link_tag 'application', :media => 'all' %>
|
||||||
<%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %>
|
<%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %>
|
||||||
|
<%= stylesheet_link_tag 'redmine-reset', :media => 'all' %>
|
||||||
|
<%= stylesheet_link_tag 'reset', :media => 'all' %>
|
||||||
|
<%= stylesheet_link_tag 'main', :media => 'all' %>
|
||||||
|
<%= stylesheet_link_tag 'thickbox', :media => 'all' %>
|
||||||
|
<!--[if lte IE 6]><%= stylesheet_link_tag 'ie6', :media => 'all' %><![endif]-->
|
||||||
|
<!--[if lte IE 7]><%= stylesheet_link_tag 'ie7', :media => 'all' %><![endif]-->
|
||||||
|
<!--[if gte IE 8]><![endif]-->
|
||||||
|
|
||||||
<%= javascript_heads %>
|
<%= javascript_heads %>
|
||||||
|
<%= stylesheet_link_tag 'jstoolbar' %>
|
||||||
|
<%= javascript_include_tag 'jquery.1.3.2.min.js' %>
|
||||||
|
<%= javascript_include_tag 'jquery.hoverIntent.minified.js' %>
|
||||||
|
<%= javascript_include_tag 'thickbox.min.js' %>
|
||||||
|
<%= javascript_include_tag 'common.js' %>
|
||||||
<%= heads_for_theme %>
|
<%= heads_for_theme %>
|
||||||
<!--[if IE 6]>
|
<%= heads_for_wiki_formatter %>
|
||||||
<style type="text/css">
|
|
||||||
* html body{ width: expression( document.documentElement.clientWidth < 900 ? '900px' : '100%' ); }
|
|
||||||
body {behavior: url(<%= stylesheet_path "csshover.htc" %>);}
|
|
||||||
</style>
|
|
||||||
<![endif]-->
|
|
||||||
<%= call_hook :view_layouts_base_html_head %>
|
<%= call_hook :view_layouts_base_html_head %>
|
||||||
<!-- page specific tags -->
|
<!-- page specific tags -->
|
||||||
<%= yield :header_tags -%>
|
<%= yield :header_tags -%>
|
||||||
|
<%= javascript_include_tag 'jquery.menu_expand.js' %>
|
||||||
</head>
|
</head>
|
||||||
<body class="<%=h body_css_classes %>">
|
<body class="<%=h body_css_classes %>">
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user