Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Side by Side Diff: remoting/webapp/app_remoting/html/template_feedback_consent.html

Issue 964403004: [Chromoting] Enable jscompile for AppRemoting's feedback_consent page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync/merge Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 <script src="base.js"></script> 16
17 <script src="error.js"></script> 17 <meta-include type="javascript"/>
18 <script src="feedback_consent.js"></script> 18
19 <script src="oauth2_api_impl.js"></script>
20 <script src="plugin_settings.js"></script>
21 <script src="l10n.js"></script>
22 <script src="xhr.js"></script>
23 <title i18n-content="FEEDBACK_CONSENT_TITLE"></title> 19 <title i18n-content="FEEDBACK_CONSENT_TITLE"></title>
24 </head> 20 </head>
25 <body> 21 <body>
26 <h2 i18n-content="FEEDBACK_CONSENT_TITLE"></h2> 22 <h2 i18n-content="FEEDBACK_CONSENT_TITLE"></h2>
27 <p i18n-content="FEEDBACK_CONSENT" 23 <p i18n-content="FEEDBACK_CONSENT"
28 class="message"></p> 24 class="message"></p>
29 <div id="form-body"> 25 <div id="form-body">
30 <label class="checkbox-label" 26 <label class="checkbox-label"
31 id="abandon-host-label"> 27 id="abandon-host-label">
32 <input id="abandon-host" 28 <input id="abandon-host"
(...skipping 27 matching lines...) Expand all
60 i18n-content="WORKING" 56 i18n-content="WORKING"
61 hidden></span> 57 hidden></span>
62 <button id="feedback-consent-ok" 58 <button id="feedback-consent-ok"
63 i18n-content="OK" 59 i18n-content="OK"
64 autofocus="autofocus"></button> 60 autofocus="autofocus"></button>
65 <button id="feedback-consent-cancel" 61 <button id="feedback-consent-cancel"
66 i18n-content="CANCEL"></button> 62 i18n-content="CANCEL"></button>
67 </div> 63 </div>
68 </body> 64 </body>
69 </html> 65 </html>
OLDNEW
« no previous file with comments | « remoting/webapp/app_remoting/html/feedback_consent.html ('k') | remoting/webapp/app_remoting/js/feedback_consent.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698