| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html i18n-values="dir:textdirection;oobe:oobeType;screen:screenType;lockanimati
ons:lockAnimationsType;rlz:rlzEnabled"> | 2 <html i18n-values="dir:textdirection;oobe:oobeType;screen:screenType;lockanimati
ons:lockAnimationsType"> |
| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 <div class="popup-content-area"> | 95 <div class="popup-content-area"> |
| 96 <div id="tpm-settings"> | 96 <div id="tpm-settings"> |
| 97 <p i18n-content="eulaTpmDesc"></p> | 97 <p i18n-content="eulaTpmDesc"></p> |
| 98 <p i18n-content="eulaTpmKeyDesc"></p> | 98 <p i18n-content="eulaTpmKeyDesc"></p> |
| 99 <div id="tpm-busy"> | 99 <div id="tpm-busy"> |
| 100 <div id="spinner" class="inline-spinner"></div> | 100 <div id="spinner" class="inline-spinner"></div> |
| 101 <span i18n-content="eulaTpmBusy"></span> | 101 <span i18n-content="eulaTpmBusy"></span> |
| 102 </div> | 102 </div> |
| 103 <p id="tpm-password"></p> | 103 <p id="tpm-password"></p> |
| 104 </div> | 104 </div> |
| 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> | |
| 110 </div> | 105 </div> |
| 111 <button id="installation-settings-ok-button" | 106 <button id="installation-settings-ok-button" |
| 112 i18n-content="eulaSystemInstallationSettingsOkButton"> | 107 i18n-content="eulaSystemInstallationSettingsOkButton"> |
| 113 </button> | 108 </button> |
| 114 </div> | 109 </div> |
| 115 </div> | 110 </div> |
| 116 <div id="bubble" class="bubble faded" hidden></div> | 111 <div id="bubble" class="bubble faded" hidden></div> |
| 117 <include src="accessibility_menu.html"> | 112 <include src="accessibility_menu.html"> |
| 118 <include src="header_bar.html"> | 113 <include src="header_bar.html"> |
| 119 <include src="user_pod_template.html"> | 114 <include src="user_pod_template.html"> |
| 120 </body> | 115 </body> |
| 121 </html> | 116 </html> |
| OLD | NEW |