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

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

Issue 1179873005: [AppRemoting] Break out AppRemoting shared module (re-land). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 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
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>
OLDNEW
« no previous file with comments | « remoting/webapp/app_remoting/html/template_background.html ('k') | remoting/webapp/app_remoting/html/template_lg.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698