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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe.html

Issue 11412067: [rlz,cros] RLZ glue for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;oobe:oobeType;screen:screenType;lockanimati ons:lockAnimationsType"> 2 <html i18n-values="dir:textdirection;oobe:oobeType;screen:screenType;lockanimati ons:lockAnimationsType;rlz:rlzEnabled">
3 <head> 3 <head>
4 <title i18n-content="title"></title> 4 <title i18n-content="title"></title>
5 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link> 5 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link>
6 <link rel="stylesheet" href="chrome://resources/css/list.css"> 6 <link rel="stylesheet" href="chrome://resources/css/list.css">
7 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> 7 <link rel="stylesheet" href="chrome://resources/css/spinner.css">
8 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> 8 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
9 <link rel="stylesheet" href="accessibility_menu.css"> 9 <link rel="stylesheet" href="accessibility_menu.css">
10 <link rel="stylesheet" href="bubble.css"> 10 <link rel="stylesheet" href="bubble.css">
11 <link rel="stylesheet" href="butter_bar.css"> 11 <link rel="stylesheet" href="butter_bar.css">
12 <link rel="stylesheet" href="header_bar.css"> 12 <link rel="stylesheet" href="header_bar.css">
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 <include src="oobe_screen_reset.html"> 77 <include src="oobe_screen_reset.html">
78 </div> 78 </div>
79 <hr class="bottom shadow"> 79 <hr class="bottom shadow">
80 <div id="footer"> 80 <div id="footer">
81 <div id="progress"></div> 81 <div id="progress"></div>
82 <div id="button-strip" class="button-strip"></div> 82 <div id="button-strip" class="button-strip"></div>
83 </div> 83 </div>
84 <div id="progress-dots" class="down"></div> 84 <div id="progress-dots" class="down"></div>
85 </div> 85 </div>
86 <div id="security-info"> 86 <div id="security-info">
87 <a id="security-link" href="#" i18n-content="eulaSystemSecuritySetting"> 87 <a id="security-link" href="#"
88 i18n-content="eulaSystemInstallationSettings">
88 </a> 89 </a>
89 </div> 90 </div>
90 </div> 91 </div>
91 <div id="popup-overlay" hidden> 92 <div id="popup-overlay" hidden>
92 <div id="security-info-popup"> 93 <div id="installation-settings-popup">
93 <h1 i18n-content="eulaSystemSecuritySetting"></h1> 94 <h1 i18n-content="eulaSystemInstallationSettings"></h1>
94 <div class="popup-content-area"> 95 <div class="popup-content-area">
95 <p i18n-content="eulaTpmDesc"></p> 96 <div id="tpm-settings">
96 <p i18n-content="eulaTpmKeyDesc"></p> 97 <p i18n-content="eulaTpmDesc"></p>
97 <div id="tpm-busy"> 98 <p i18n-content="eulaTpmKeyDesc"></p>
98 <div id="spinner" class="inline-spinner"></div> 99 <div id="tpm-busy">
99 <span i18n-content="eulaTpmBusy"></span> 100 <div id="spinner" class="inline-spinner"></div>
101 <span i18n-content="eulaTpmBusy"></span>
102 </div>
103 <p id="tpm-password"></p>
100 </div> 104 </div>
101 <p id="tpm-password" hidden></p> 105 <div id="rlz-settings">
106 <p id="rlz-desc" i18n-content="eulaRlzDesc"></p>
107 <input id="rlz-enable" type="checkbox" checked>
108 <label for="rlz-enable" i18n-content="eulaRlzEnable"></label>
109 </div>
102 </div> 110 </div>
103 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> 111 <button id="installation-settings-ok-button"
112 i18n-content="eulaSystemInstallationSettingsOkButton">
113 </button>
104 </div> 114 </div>
105 </div> 115 </div>
106 <div id="bubble" class="bubble faded" hidden></div> 116 <div id="bubble" class="bubble faded" hidden></div>
107 <include src="accessibility_menu.html"> 117 <include src="accessibility_menu.html">
108 <include src="header_bar.html"> 118 <include src="header_bar.html">
109 <include src="user_pod_template.html"> 119 <include src="user_pod_template.html">
110 </body> 120 </body>
111 </html> 121 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.css ('k') | chrome/browser/resources/chromeos/login/oobe.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698