comparison app/views/layouts/.svn/text-base/base.rhtml.svn-base @ 245:051f544170fe

* Update to SVN trunk revision 4993
author Chris Cannam
date Thu, 03 Mar 2011 11:42:28 +0000
parents 07fa8a8b56a8
children cbce1fd3b1b7
comparison
equal deleted inserted replaced
244:8972b600f4fb 245:051f544170fe
6 <meta name="description" content="<%= Redmine::Info.app_name %>" /> 6 <meta name="description" content="<%= Redmine::Info.app_name %>" />
7 <meta name="keywords" content="issue,bug,tracker" /> 7 <meta name="keywords" content="issue,bug,tracker" />
8 <%= favicon %> 8 <%= favicon %>
9 <%= stylesheet_link_tag 'application', :media => 'all' %> 9 <%= stylesheet_link_tag 'application', :media => 'all' %>
10 <%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %> 10 <%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %>
11 <%= javascript_include_tag :defaults %> 11 <%= javascript_heads %>
12 <%= heads_for_theme %> 12 <%= heads_for_theme %>
13 <%= heads_for_wiki_formatter %> 13 <%= heads_for_wiki_formatter %>
14 <!--[if IE 6]> 14 <!--[if IE 6]>
15 <style type="text/css"> 15 <style type="text/css">
16 * html body{ width: expression( document.documentElement.clientWidth < 900 ? '900px' : '100%' ); } 16 * html body{ width: expression( document.documentElement.clientWidth < 900 ? '900px' : '100%' ); }
19 <![endif]--> 19 <![endif]-->
20 <%= call_hook :view_layouts_base_html_head %> 20 <%= call_hook :view_layouts_base_html_head %>
21 <!-- page specific tags --> 21 <!-- page specific tags -->
22 <%= yield :header_tags -%> 22 <%= yield :header_tags -%>
23 </head> 23 </head>
24 <body class="<%= body_css_classes %>"> 24 <body class="<%=h body_css_classes %>">
25 <div id="wrapper"> 25 <div id="wrapper">
26 <div id="wrapper2"> 26 <div id="wrapper2">
27 <div id="top-menu"> 27 <div id="top-menu">
28 <div id="account"> 28 <div id="account">
29 <%= render_menu :account_menu -%> 29 <%= render_menu :account_menu -%>