layout.ask_a_questions=Ask a question
layout.plugins=Plugins
layout.evaluation=Embedded database should be used for evaluation purpose only
+layout.ie6_warn=IE6 is not supported
sidebar.project_settings=Configuration
sidebar.security=Security
+++ /dev/null
-#
-# Sonar, open source software quality management tool.
-# Copyright (C) 2008-2012 SonarSource
-# mailto:contact AT sonarsource DOT com
-#
-# Sonar is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 3 of the License, or (at your option) any later version.
-#
-# Sonar is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with Sonar; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02
-#
-class Ie6Controller < ApplicationController
- layout nil
-
- def index
- file_path = "#{RAILS_ROOT}/app/views/ie6/index.css.erb"
- render :file => file_path, :content_type => "text/css"
- end
-end
+++ /dev/null
-* html .png{
-position:relative;
-behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
-this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
-this.src = "<%= ApplicationController.root_context -%>/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
-this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
-this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
-);
-}
-div#page {
- overflow-x: auto;
-}
-div#content {
- padding-top: 10px;
- display: inline-block;
-}
-#hdadmin img {
- padding-top: 8px;
-}
-
-.tabs {
- border-bottom: 0;
-}
-
-.tabs .tab {
- vertical-align: bottom;
- border-style: solid;
- border-width: 1px;
- padding-top: 1px;
- padding-right: 5px;
- padding-left: 6px;
- padding-bottom: 5px;
-}
-
-.tabs .tab.selected {
- vertical-align: bottom;
- border-style: solid;
- border-width: 1px;
- padding-top: 1px;
- padding-right: 5px;
- padding-left: 6px;
- padding-bottom: 5px;
-}
-
-.tabs .tab.selected a {
- background-color: #eee;
- color: #333333;
-}
-
-.smalltabs .tab.selected a {
- background-color: #eee;
- color: #333333;
-}
-table.data tbody tr {
- border-left: 1px solid #ddd;
- border-right: 1px solid #ddd;
-}
-table.data thead tr {
- height: 20px;
- border: 0;
-}
-table.data thead tr th, table.data tbody tr td {
- border-bottom: 1px solid #DDD;
- padding: 3px 5px;
- height: 20px;
- vertical-align: top;
-}
-table.data thead tr th {
- font-weight: bold;
-}
-table.data tfoot tr td {
- border-bottom: 0;
- padding: 3px 5px;
-}
-#page-operations {
- clear: both;
- display: block;
-}
\ No newline at end of file
<%= javascript_include_tag 'duplication' %>
<%= javascript_include_tag 'resource' %>
<% end %>
-<!--[if lte IE 6]><link href="<%= ApplicationController.root_context -%>/ie6/index" media="all" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if lte IE 8]><%= javascript_include_tag 'protovis-msie' -%><![endif]-->
<link rel="shortcut icon" type="image/x-icon" href="<%= image_path('favicon.ico') -%>" />
<%
<% unless DatabaseVersion.production? %>
<br/><span class="yellowHighlight" id="evaluation_warning"><%= message('layout.evaluation') -%></span>
<% end %>
+ <!--[if lte IE 6]><br/><span class="ie6-warn"><%= message('layout.ie6_warn') -%></span><![endif]-->
</div>
</div>
<% end %>
padding: 4px 0;
margin-top: 10px;
}
+.ie6-warn {
+ color: #EEE;
+ background: #FF5252;
+ padding: 0 5px;
+}
#ftlinks a {
color: #444;