Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / remoting / webapp / html / dialog_client_host_needs_upgrade.html
1 <!--
2 Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
5 -->
6 <div data-ui-mode="home.client.host-needs-upgrade">
7   <div class="message">
8     <div id="host-needs-update-message" class="error-state"></div>
9   </div>
10   <div class="message">
11     <span i18n-content="HOST_NEEDS_UPDATE_DETAIL"></span>
12     <a href="http://support.google.com/chrome/bin/answer.py?hl=en&answer=1649523"
13        target="_blank"
14        i18n-content="LEARN_HOW"></a>
15   </div>
16   <div class="button-row">
17     <button id="host-needs-update-connect-button"
18             type="button"
19             i18n-content="CONNECT_ANYWAY"
20             autofocus="autofocus">
21     </button>
22     <button id="host-needs-update-cancel-button"
23             type="button"
24             i18n-content="CANCEL">
25     </button>
26   </div>
27 </div> <!-- home.client.host-needs-upgrade -->