Rewrite AndroidSyncSettings to be significantly simpler.
[chromium-blink-merge.git] / remoting / webapp / crd / html / dialog_hangout_consent.html
blob3ad7ebd9c9e8ef5575e60a8d0d54deddbe0fe463
1 <!doctype html>
2 <!--
3 Copyright 2014 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
6 -->
8 <html>
9 <head>
10 <meta charset="utf-8">
11 <link rel="stylesheet" href="dialog_hangout_consent.css">
12 <script type="text/javascript" src="base.js"></script>
13 <script type="text/javascript" src="hangout_consent_dialog_main.js"></script>
14 <script type="text/javascript" src="ipc.js"></script>
15 <script type="text/javascript" src="l10n.js"></script>
16 <script type="text/javascript" src="typecheck.js"></script>
17 </head>
18 <body>
19 <div class="header">
20 <div class="logo"></div>
21 <div class="title" i18n-content="MODE_IT2ME"></div>
22 </div>
23 <div class="content">
24 <div class="message" i18n-content="HANGOUTS_CONFIRM_DIALOG_MESSAGE_1"></div>
25 <ul>
26 <li i18n-content="HANGOUTS_CONFIRM_DIALOG_MESSAGE_2"></li>
27 <li i18n-content="HANGOUTS_CONFIRM_DIALOG_MESSAGE_3"></li>
28 <li i18n-content="DESCRIPTION_AUTHORIZE" class='auth-message'></li>
29 </ul>
30 <div class="footer">
31 <div class="button default ok-button" i18n-content="HANGOUTS_CONFIRM_DIALOG_ACCEPT"></div>
32 <div class="button cancel-button" i18n-content="HANGOUTS_CONFIRM_DIALOG_DECLINE"></div>
33 </div>
34 </div>
35 </body>
36 </html>