Revision 442:753f1380d6bc app/views/layouts/.svn/text-base
| app/views/layouts/.svn/text-base/base.rhtml.svn-base | ||
|---|---|---|
| 5 | 5 |
<title><%=h html_title %></title> |
| 6 | 6 |
<meta name="description" content="<%= Redmine::Info.app_name %>" /> |
| 7 | 7 |
<meta name="keywords" content="issue,bug,tracker" /> |
| 8 |
<%= csrf_meta_tag %> |
|
| 8 | 9 |
<%= favicon %> |
| 9 | 10 |
<%= stylesheet_link_tag 'application', :media => 'all' %> |
| 10 | 11 |
<%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %> |
| 11 | 12 |
<%= javascript_heads %> |
| 12 | 13 |
<%= heads_for_theme %> |
| 13 |
<%= heads_for_wiki_formatter %> |
|
| 14 | 14 |
<!--[if IE 6]> |
| 15 | 15 |
<style type="text/css"> |
| 16 | 16 |
* html body{ width: expression( document.documentElement.clientWidth < 900 ? '900px' : '100%' ); }
|
| ... | ... | |
| 29 | 29 |
<%= render_menu :account_menu -%> |
| 30 | 30 |
</div> |
| 31 | 31 |
<%= content_tag('div', "#{l(:label_logged_as)} #{link_to_user(User.current, :format => :username)}", :id => 'loggedas') if User.current.logged? %>
|
| 32 |
<%= render_menu :top_menu -%> |
|
| 32 |
<%= render_menu :top_menu if User.current.logged? || !Setting.login_required? -%>
|
|
| 33 | 33 |
</div> |
| 34 | 34 |
|
| 35 | 35 |
<div id="header"> |
| 36 |
<% if User.current.logged? || !Setting.login_required? %> |
|
| 36 | 37 |
<div id="quick-search"> |
| 37 | 38 |
<% form_tag({:controller => 'search', :action => 'index', :id => @project}, :method => :get ) do %>
|
| 38 | 39 |
<%= hidden_field_tag(controller.default_search_scope, 1, :id => nil) if controller.default_search_scope %> |
| ... | ... | |
| 41 | 42 |
<% end %> |
| 42 | 43 |
<%= render_project_jump_box %> |
| 43 | 44 |
</div> |
| 45 |
<% end %> |
|
| 44 | 46 |
|
| 45 | 47 |
<h1><%= page_header_title %></h1> |
| 46 | 48 |
|
Also available in: Unified diff