Mercurial > hg > soundsoftware-site
comparison app/views/layouts/.svn/text-base/base.rhtml.svn-base @ 14:1d32c0a0efbf
* Update to SVN trunk (revisions 3892-4040)
author | Chris Cannam |
---|---|
date | Wed, 25 Aug 2010 16:30:24 +0100 |
parents | 513646585e45 |
children | af80e5618e9b |
comparison
equal
deleted
inserted
replaced
4:9cc62779c13a | 14:1d32c0a0efbf |
---|---|
3 <head> | 3 <head> |
4 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | 4 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
5 <title><%=h html_title %></title> | 5 <title><%=h html_title %></title> |
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 <%= stylesheet_link_tag 'application', :media => 'all' %> | 9 <%= stylesheet_link_tag 'application', :media => 'all' %> |
10 <%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %> | |
9 <%= javascript_include_tag :defaults %> | 11 <%= javascript_include_tag :defaults %> |
10 <%= heads_for_wiki_formatter %> | 12 <%= heads_for_wiki_formatter %> |
11 <!--[if IE]> | 13 <!--[if IE]> |
12 <style type="text/css"> | 14 <style type="text/css"> |
13 * html body{ width: expression( document.documentElement.clientWidth < 900 ? '900px' : '100%' ); } | 15 * html body{ width: expression( document.documentElement.clientWidth < 900 ? '900px' : '100%' ); } |
16 <![endif]--> | 18 <![endif]--> |
17 <%= call_hook :view_layouts_base_html_head %> | 19 <%= call_hook :view_layouts_base_html_head %> |
18 <!-- page specific tags --> | 20 <!-- page specific tags --> |
19 <%= yield :header_tags -%> | 21 <%= yield :header_tags -%> |
20 </head> | 22 </head> |
21 <body> | 23 <body class="<%= body_css_classes %>"> |
22 <div id="wrapper"> | 24 <div id="wrapper"> |
23 <div id="wrapper2"> | 25 <div id="wrapper2"> |
24 <div id="top-menu"> | 26 <div id="top-menu"> |
25 <div id="account"> | 27 <div id="account"> |
26 <%= render_menu :account_menu -%> | 28 <%= render_menu :account_menu -%> |