| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html i18n-values="dir:textdirection"> | 2 <html i18n-values="dir:textdirection"> |
| 3 <head> | 3 <head> |
| 4 <title i18n-content="title"></title> | 4 <title i18n-content="title"></title> |
| 5 <link rel="stylesheet" href="chrome://resources/css/button.css"> | 5 <link rel="stylesheet" href="chrome://resources/css/button.css"> |
| 6 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link> | 6 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link> |
| 7 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
| 8 <link rel="stylesheet" href="chrome://resources/css/select.css"> | |
| 9 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> |
| 10 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> | 9 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> |
| 11 <link rel="stylesheet" href="bubble.css"> | 10 <link rel="stylesheet" href="bubble.css"> |
| 12 <link rel="stylesheet" href="header_bar.css"> | 11 <link rel="stylesheet" href="header_bar.css"> |
| 13 <link rel="stylesheet" href="network_dropdown.css"> | 12 <link rel="stylesheet" href="network_dropdown.css"> |
| 14 <link rel="stylesheet" href="oobe.css"> | 13 <link rel="stylesheet" href="oobe.css"> |
| 15 <link rel="stylesheet" href="screen_account_picker.css"> | 14 <link rel="stylesheet" href="screen_account_picker.css"> |
| 16 <link rel="stylesheet" href="screen_gaia_signin.css"> | 15 <link rel="stylesheet" href="screen_gaia_signin.css"> |
| 17 <link rel="stylesheet" href="screen_error_message.css"> | 16 <link rel="stylesheet" href="screen_error_message.css"> |
| 18 <link rel="stylesheet" href="user_pod_row.css"> | 17 <link rel="stylesheet" href="user_pod_row.css"> |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 <p id="tpm-password" hidden></p> | 87 <p id="tpm-password" hidden></p> |
| 89 </div> | 88 </div> |
| 90 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> | 89 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> |
| 91 </div> | 90 </div> |
| 92 </div> | 91 </div> |
| 93 <div id="bubble" class="bubble faded" hidden></div> | 92 <div id="bubble" class="bubble faded" hidden></div> |
| 94 <include src="version.html"> | 93 <include src="version.html"> |
| 95 <include src="user_pod_template.html"> | 94 <include src="user_pod_template.html"> |
| 96 </body> | 95 </body> |
| 97 </html> | 96 </html> |
| OLD | NEW |