| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html i18n-values="dir:textdirection;screen:screenType;lockanimations:lockAnimat
ionsType;build:buildType"> | 2 <html i18n-values="dir:textdirection;screen:screenType;lockanimations:lockAnimat
ionsType;build:buildType"> |
| 3 <head> | 3 <head> |
| 4 <title i18n-content="title"></title> | 4 <title i18n-content="title"></title> |
| 5 <link rel="stylesheet" href="chrome://resources/css/butter_bar.css"> | 5 <include src="login_resources.html"> |
| 6 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"> | |
| 7 <link rel="stylesheet" href="chrome://resources/css/list.css"> | |
| 8 <link rel="stylesheet" href="chrome://resources/css/menu_button.css"> | |
| 9 <link rel="stylesheet" href="chrome://resources/css/menu.css"> | |
| 10 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> | |
| 11 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> | |
| 12 <link rel="stylesheet" href="apps_menu.css"> | |
| 13 <link rel="stylesheet" href="bubble.css"> | |
| 14 <link rel="stylesheet" href="enterprise_info.css"> | |
| 15 <link rel="stylesheet" href="header_bar.css"> | |
| 16 <link rel="stylesheet" href="network_dropdown.css"> | |
| 17 <link rel="stylesheet" href="oobe.css"> | |
| 18 <link rel="stylesheet" href="screen_account_picker.css"> | |
| 19 <link rel="stylesheet" href="screen_gaia_signin.css"> | |
| 20 <link rel="stylesheet" href="screen_error_message.css"> | |
| 21 <link rel="stylesheet" href="screen_tpm_error.css"> | |
| 22 <link rel="stylesheet" href="screen_password_changed.css"> | |
| 23 <link rel="stylesheet" href="screen_wrong_hwid.css"> | |
| 24 <link rel="stylesheet" href="screen_locally_managed_user_creation.css"> | |
| 25 <link rel="stylesheet" href="oobe_screen_terms_of_service.css"> | |
| 26 <link rel="stylesheet" href="user_pod_row.css"> | |
| 27 <script src="chrome://resources/js/cr.js"></script> | |
| 28 <script src="chrome://resources/js/event_tracker.js"></script> | |
| 29 <script src="chrome://resources/js/cr/event_target.js"></script> | |
| 30 <script src="chrome://resources/js/cr/ui.js"></script> | |
| 31 <script src="chrome://resources/js/cr/ui/touch_handler.js"></script> | |
| 32 <script src="chrome://resources/js/cr/ui/array_data_model.js"></script> | |
| 33 <script src="chrome://resources/js/cr/ui/dialogs.js"></script> | |
| 34 <script src="chrome://resources/js/cr/ui/list_selection_controller.js"></script> | |
| 35 <script src="chrome://resources/js/cr/ui/list_selection_model.js"></script> | |
| 36 <script src="chrome://resources/js/cr/ui/list_single_selection_model.js"></scrip
t> | |
| 37 <script src="chrome://resources/js/cr/ui/list_item.js"></script> | |
| 38 <script src="chrome://resources/js/cr/ui/list.js"></script> | |
| 39 <script src="chrome://resources/js/cr/ui/grid.js"></script> | |
| 40 <script src="chrome://resources/js/cr/ui/position_util.js"></script> | |
| 41 <script src="chrome://resources/js/cr/ui/menu_item.js"></script> | |
| 42 <script src="chrome://resources/js/cr/ui/menu.js"></script> | |
| 43 <script src="chrome://resources/js/cr/ui/menu_button.js"></script> | |
| 44 <script src="chrome://resources/js/load_time_data.js"></script> | |
| 45 <script src="chrome://resources/js/util.js"></script> | |
| 46 <script src="chrome://oobe/strings.js"></script> | |
| 47 <script src="chrome://oobe/login.js"></script> | 6 <script src="chrome://oobe/login.js"></script> |
| 48 </head> | 7 </head> |
| 49 <body class="login-display" i18n-values=".style.fontFamily:fontfamily;"> | 8 <body class="login-display" i18n-values=".style.fontFamily:fontfamily;"> |
| 50 <div id="background" class="background-initial"></div> | 9 <include src="login_screen_container.html"> |
| 51 <include src="version.html"> | |
| 52 <div id="outer-container"> | |
| 53 <div id="oobe" class="faded"> | |
| 54 <div id="inner-container"> | |
| 55 <div id="step-logo" hidden> | |
| 56 <img src="chrome://theme/IDR_PRODUCT_LOGO" alt=""> | |
| 57 <div id="header-sections"> | |
| 58 </div> | |
| 59 </div> | |
| 60 <include src="oobe_screen_oauth_enrollment.html"> | |
| 61 <include src="oobe_screen_user_image.html"> | |
| 62 <include src="screen_gaia_signin.html"> | |
| 63 <include src="screen_account_picker.html"> | |
| 64 <include src="screen_error_message.html"> | |
| 65 <include src="screen_tpm_error.html"> | |
| 66 <include src="screen_password_changed.html"> | |
| 67 <include src="screen_locally_managed_user_creation.html"> | |
| 68 <include src="oobe_screen_reset.html"> | |
| 69 <include src="oobe_screen_terms_of_service.html"> | |
| 70 <include src="screen_wrong_hwid.html"> | |
| 71 </div> | |
| 72 <div id="progress-dots"></div> | |
| 73 </div> | |
| 74 </div> | |
| 75 <div id="bubble" class="bubble faded" hidden></div> | |
| 76 <include src="header_bar.html"> | |
| 77 <include src="user_pod_template.html"> | |
| 78 <script src="chrome://resources/js/i18n_template2.js"></script> | 10 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 79 </body> | 11 </body> |
| 80 </html> | 12 </html> |
| OLD | NEW |