blob: ff9803a60358f3ce36a6c1b419d8f97a81cd763e [file] [log] [blame]
<!-- -->
<!-- Copyright 2009 Google Inc. -->
<!-- Licensed under the Apache License, Version 2.0 (the "License"); you -->
<!-- may not use this file except in compliance with the License. You may -->
<!-- may obtain a copy of the License at -->
<!-- -->
<!-- http://www.apache.org/licenses/LICENSE-2.0 -->
<!-- -->
<!-- Unless required by applicable law or agreed to in writing, software -->
<!-- distributed under the License is distributed on an "AS IS" BASIS, -->
<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -->
<!-- implied. License for the specific language governing permissions and -->
<!-- limitations under the License. -->
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder" xmlns:g="urn:import:com.google.gwt.user.client.ui"
xmlns:m="urn:import:com.google.gwt.missingplugin.client">
<ui:style>
.pane {
background-image: initial;
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: #ffff88;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 20px;
padding-left: 10px;
z-index: 10000;
font-size: 9pt;
font-family: Verdana;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: rgb(221, 221, 153);
\-webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 3px 5px;
\-moz-box-shadow: rgba(0, 0, 0, 0.199219) 0px 3px 5px;
background-position: initial initial;
background-repeat: initial initial;
}
.title {
font-size: 11pt;
font-family: Verdana;
padding-top: 10px;
font-weight: bold;
}
.text {
font-size: 9pt;
font-family: Verdana;
padding-top: 10px;
}
</ui:style>
<g:HTMLPanel styleName='{style.pane}'>
<div class="{style.title}">The Google Web Toolkit Developer Plugin is Not Installed</div>
<div class="{style.text}">Development Mode requires that you install the GWT Developer Plugin in this browser.</div>
<m:InferredDownloadPane ui:field="inferredDownloadPane" visible="true" />
<m:AllDownloadsPane ui:field="allDownloadsPane" visible="false" />
<div class="{style.text}">
For more information, see the
<a ui:field="troubleshootingLink" style="color:#000;">Troubleshooting FAQ</a>
.
</div>
</g:HTMLPanel>
</ui:UiBinder>