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.
10 <meta charset=
"utf-8">
11 <link rel=
"icon" type=
"image/png" href=
"icon16.png">
12 <link rel=
"stylesheet" href=
"open_sans.css">
13 <link rel=
"stylesheet" href=
"feedback_consent.css">
14 <link rel=
"stylesheet" href=
"main.css">
15 <link rel=
"stylesheet" href=
"message_window.css">
16 <script src=
"error.js"></script>
17 <script src=
"feedback_consent.js"></script>
18 <script src=
"oauth2_api_impl.js"></script>
19 <script src=
"plugin_settings.js"></script>
20 <script src=
"l10n.js"></script>
21 <script src=
"xhr.js"></script>
22 <title i18n-content=
"FEEDBACK_CONSENT_TITLE"></title>
25 <h2 i18n-content=
"FEEDBACK_CONSENT_TITLE"></h2>
26 <p i18n-content=
"FEEDBACK_CONSENT"
29 <label class=
"checkbox-label"
30 id=
"abandon-host-label">
31 <input id=
"abandon-host"
33 <span i18n-content=
"FEEDBACK_ABANDON_HOST"></span>
35 <label class=
"checkbox-label checkbox-indent disabled"
36 id=
"include-logs-label">
37 <input id=
"include-logs"
40 <span i18n-content=
"FEEDBACK_INCLUDE_LOGS"></span>
42 i18n-content=
"LEARN_MORE"
45 <div id=
"privacy-info"
46 class=
"information-box"
48 <p i18n-content=
"FEEDBACK_PRIVACY_INFORMATION1"></p>
49 <p i18n-content=
"FEEDBACK_PRIVACY_INFORMATION2"></p>
51 </div> <!-- form-body -->
52 <div id=
"abandon-failed"
53 class=
"message error-state multi-line-error-state"
54 i18n-content=
"FEEDBACK_ABANDON_FAILED"
56 <div class=
"button-row">
59 i18n-content=
"WORKING"
61 <button id=
"feedback-consent-ok"
63 autofocus=
"autofocus"></button>
64 <button id=
"feedback-consent-cancel"
65 i18n-content=
"CANCEL"></button>