Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 295430 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/rwt/internal/service/rwt-index.html (-5 / +6 lines)
Lines 8-13 Link Here
8
8
9
  <body background="${backgroundImage}">
9
  <body background="${backgroundImage}">
10
10
11
    <noscript>
12
      <p style = "z-index:100000;background-color:white">${message}</p>
13
    </noscript>
14
11
    <!-- body of branding -->
15
    <!-- body of branding -->
12
    ${body}
16
    ${body}
13
    <!-- end body of branding --> 
17
    <!-- end body of branding --> 
Lines 73-83 Link Here
73
        // end rap runtime application
77
        // end rap runtime application
74
      } else {
78
      } else {
75
        // write unsupported browser or security message
79
        // write unsupported browser or security message
76
        document.write( "<p>Your browser or settings are not supported. " );
80
        var css = "\"z-index:100000;background-color:white\"";        
77
        document.write( "Please use one of those: IE 6 or higher, " );
81
        document.write( "<p style = " + css + " >${message}</p>" );
78
        document.write( "Firefox 1.5 or higher or Opera 10 or higher. " );
79
        document.write( "Ensure that javascript is enabled and " );
80
        document.write( "XMLHttpRequests are allowed.</p>" );
81
      }
82
      }
82
    </script>
83
    </script>
83
  </body>
84
  </body>

Return to bug 295430