comparison app/views/layouts/.svn/text-base/base.rhtml.svn-base @ 119:8661b858af72

* Update to Redmine trunk rev 4705
author Chris Cannam
date Thu, 13 Jan 2011 14:12:06 +0000
parents 1d32c0a0efbf
children 07fa8a8b56a8
comparison
equal deleted inserted replaced
39:150ceac17a8d 119:8661b858af72
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_include_tag :defaults %>
12 <%= heads_for_theme %>
12 <%= heads_for_wiki_formatter %> 13 <%= heads_for_wiki_formatter %>
13 <!--[if IE]> 14 <!--[if IE]>
14 <style type="text/css"> 15 <style type="text/css">
15 * html body{ width: expression( document.documentElement.clientWidth < 900 ? '900px' : '100%' ); } 16 * html body{ width: expression( document.documentElement.clientWidth < 900 ? '900px' : '100%' ); }
16 body {behavior: url(<%= stylesheet_path "csshover.htc" %>);} 17 body {behavior: url(<%= stylesheet_path "csshover.htc" %>);}
66 67
67 <div id="ajax-indicator" style="display:none;"><span><%= l(:label_loading) %></span></div> 68 <div id="ajax-indicator" style="display:none;"><span><%= l(:label_loading) %></span></div>
68 69
69 <div id="footer"> 70 <div id="footer">
70 <div class="bgl"><div class="bgr"> 71 <div class="bgl"><div class="bgr">
71 Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> &copy; 2006-2010 Jean-Philippe Lang 72 Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> &copy; 2006-2011 Jean-Philippe Lang
72 </div></div> 73 </div></div>
73 </div> 74 </div>
74 </div> 75 </div>
75 </div> 76 </div>
76 <%= call_hook :view_layouts_base_body_bottom %> 77 <%= call_hook :view_layouts_base_body_bottom %>