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

Side by Side Diff: chrome/browser/resources/chromeos/arc_support/main.html

Issue 2137713002: arc: Provide progress to load TOS content for OptIn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 4 years, 5 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
« no previous file with comments | « chrome/browser/resources/chromeos/arc_support/main.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <link rel="stylesheet" href="chrome://resources/css/roboto.css"> 4 <link rel="stylesheet" href="chrome://resources/css/roboto.css">
5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu tton.html"> 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu tton.html">
6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-progress/paper- progress.html"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-progress/paper- progress.html">
7 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/clas ses/iron-flex-layout.html"> 7 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/clas ses/iron-flex-layout.html">
8 <style is="custom-style"> 8 <style is="custom-style">
9 paper-progress { 9 paper-progress {
10 display: block; 10 display: block;
(...skipping 24 matching lines...) Expand all
35 background: white; 35 background: white;
36 color: rgb(66, 133, 244); 36 color: rgb(66, 133, 244);
37 } 37 }
38 </style> 38 </style>
39 <link rel="stylesheet" href="main.css"> 39 <link rel="stylesheet" href="main.css">
40 <script src="chrome://resources/js/load_time_data.js"></script> 40 <script src="chrome://resources/js/load_time_data.js"></script>
41 <script src="chrome://resources/js/util.js"></script> 41 <script src="chrome://resources/js/util.js"></script>
42 <script src="chrome://resources/js/i18n_template_no_process.js"></script> 42 <script src="chrome://resources/js/i18n_template_no_process.js"></script>
43 </head> 43 </head>
44 <body> 44 <body>
45 <div id="start" class="section section-flex"> 45 <div id="terms-loading" class="section">
46 <img class="image-header" src="images/header.png">
47 <p class="text-title" i18n-content="greetingHeader"></p>
48 <p class="text-desc" i18n-content="greetingDescription"></p>
49 <paper-progress class="blue" indeterminate></paper-progress>
50 </div>
51 <div id="terms" class="section section-flex" hidden>
46 <img class="image-header" src="images/header.png"> 52 <img class="image-header" src="images/header.png">
47 <p class="text-title" i18n-content="greetingHeader"></p> 53 <p class="text-title" i18n-content="greetingHeader"></p>
48 <p class="text-desc" i18n-content="greetingDescription"></p> 54 <p class="text-desc" i18n-content="greetingDescription"></p>
49 <p class="text-terms-title" i18n-content="termsOfService"></p> 55 <p class="text-terms-title" i18n-content="termsOfService"></p>
50 <div class="section-terms" id ="terms-container"> 56 <div class="section-terms" id ="terms-container">
51 <webview id="terms" partition="persist:arc_support"></webview> 57 <webview id="terms-view" partition="persist:arc_support"></webview>
52 </div> 58 </div>
53 <div class="layout horizontal section-checkbox-container"> 59 <div class="layout horizontal section-checkbox-container">
54 <input type="checkbox" class="checkbox-option" id="enable-metrics" hidden> 60 <input type="checkbox" class="checkbox-option" id="enable-metrics" hidden>
55 <p class="checkbox-text" id="text-metrics"></p> 61 <p class="checkbox-text" id="text-metrics"></p>
56 </div> 62 </div>
57 <div id="section-backup-restore" class="layout horizontal 63 <div id="section-backup-restore" class="layout horizontal
58 section-checkbox-container"> 64 section-checkbox-container">
59 <input type="checkbox" class="checkbox-option" id="enable-backup-restore"> 65 <input type="checkbox" class="checkbox-option" id="enable-backup-restore">
60 <p class="checkbox-text" id="text-backup-restore"></p> 66 <p class="checkbox-text" id="text-backup-restore"></p>
61 </div> 67 </div>
62 <div class="layout horizontal end-justified section-buttons"> 68 <div class="layout horizontal end-justified section-buttons">
63 <paper-button class="white" id="button-cancel" 69 <paper-button class="white" id="button-cancel"
64 i18n-content="buttonCancel"> 70 i18n-content="buttonCancel">
65 </paper-button> 71 </paper-button>
66 <div class="button-separator"></div> 72 <div class="button-separator"></div>
67 <paper-button class="blue" id="button-agree" i18n-content="buttonAgree" 73 <paper-button class="blue" id="button-agree" i18n-content="buttonAgree">
68 disabled>
69 </paper-button> 74 </paper-button>
70 </div> 75 </div>
71 </div> 76 </div>
72 <div id="lso-loading" class="section" hidden> 77 <div id="lso-loading" class="section" hidden>
73 <img class="image-header" src="images/header.png"> 78 <img class="image-header" src="images/header.png">
74 <paper-progress class="blue" indeterminate></paper-progress> 79 <paper-progress class="blue" indeterminate></paper-progress>
75 <p class="text-status" i18n-content=progressLsoLoading></p> 80 <p class="text-status" i18n-content=progressLsoLoading></p>
76 </div> 81 </div>
77 <div id="lso" class="section" hidden> 82 <div id="lso" class="section" hidden>
78 <img class="image-header" src="images/header.png"> 83 <img class="image-header" src="images/header.png">
79 <webview id="arc-support" partition="persist:arc_support"></webview> 84 <webview id="arc-support" partition="persist:arc_support"></webview>
80 </div> 85 </div>
81 <div id="arc-loading" class="section" hidden> 86 <div id="arc-loading" class="section" hidden>
82 <img class="image-header" src="images/header.png"> 87 <img class="image-header" src="images/header.png">
83 <paper-progress class="blue" indeterminate></paper-progress> 88 <paper-progress class="blue" indeterminate></paper-progress>
84 <p class="text-status" i18n-content="progressAndroidLoading"></p> 89 <p class="text-status" i18n-content="progressAndroidLoading"></p>
85 </div> 90 </div>
86 <div id="error" class="section" hidden> 91 <div id="error" class="section" hidden>
87 <img class="image-header" src="images/header.png"> 92 <img class="image-header" src="images/header.png">
88 <paper-progress class="red" value="100" max="100" ></paper-progress> 93 <paper-progress class="red" value="100" max="100" ></paper-progress>
89 <p class="text-status" id="error-message"></p> 94 <p class="text-status" id="error-message"></p>
90 <paper-button class="blue" id="button-send-feedback" 95 <paper-button class="blue" id="button-send-feedback"
91 i18n-content="buttonSendFeedback"> 96 i18n-content="buttonSendFeedback">
92 </paper-button> 97 </paper-button>
93 <paper-button class="blue" id="button-retry" i18n-content="buttonRetry"> 98 <paper-button class="blue" id="button-retry" i18n-content="buttonRetry">
94 </paper-button> 99 </paper-button>
95 </div> 100 </div>
96 </body> 101 </body>
97 </html> 102 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/arc_support/main.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698