Mercurial > hg > soundsoftware-site
comparison app/views/layouts/.svn/text-base/base.rhtml.svn-base @ 117:af80e5618e9b redmine-1.1
* Update to Redmine 1.1-stable branch (Redmine SVN rev 4707)
author | Chris Cannam |
---|---|
date | Thu, 13 Jan 2011 12:53:21 +0000 |
parents | 1d32c0a0efbf |
children | 07fa8a8b56a8 |
comparison
equal
deleted
inserted
replaced
39:150ceac17a8d | 117:af80e5618e9b |
---|---|
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 %> © 2006-2010 Jean-Philippe Lang | 72 Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 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 %> |