OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <!-- | 2 <!-- |
3 Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 4 Use of this source code is governed by a BSD-style license that can be |
5 found in the LICENSE file. | 5 found in the LICENSE file. |
6 --> | 6 --> |
7 | 7 |
8 <html> | 8 <html> |
9 <head> | 9 <head> |
10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
11 <link rel="icon" type="image/png" href="/icon16.png"> | 11 <link rel="icon" type="image/png" href="icon16.png"> |
12 <link rel="stylesheet" href="open_sans.css"> | 12 <link rel="stylesheet" href="open_sans.css"> |
13 <link rel="stylesheet" href="feedback_consent.css"> | 13 <link rel="stylesheet" href="feedback_consent.css"> |
14 <link rel="stylesheet" href="main.css"> | 14 <link rel="stylesheet" href="main.css"> |
15 <link rel="stylesheet" href="message_window.css"> | 15 <link rel="stylesheet" href="message_window.css"> |
16 | 16 |
17 <meta-include type="javascript"/> | 17 <meta-include type="javascript"/> |
18 | 18 |
19 <title i18n-content="FEEDBACK_CONSENT_TITLE"></title> | 19 <title i18n-content="FEEDBACK_CONSENT_TITLE"></title> |
20 </head> | 20 </head> |
21 <body> | 21 <body> |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 hidden></span> | 67 hidden></span> |
68 <button id="feedback-consent-ok" | 68 <button id="feedback-consent-ok" |
69 i18n-content="OK" | 69 i18n-content="OK" |
70 autofocus="autofocus" | 70 autofocus="autofocus" |
71 disabled></button> | 71 disabled></button> |
72 <button id="feedback-consent-cancel" | 72 <button id="feedback-consent-cancel" |
73 i18n-content="CANCEL"></button> | 73 i18n-content="CANCEL"></button> |
74 </div> | 74 </div> |
75 </body> | 75 </body> |
76 </html> | 76 </html> |
OLD | NEW |