OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html i18n-values="dir:textdirection;oobe:oobeType;screen:screenType;lockanimati
ons:lockAnimationsType;build:buildType"> | 2 <html i18n-values="dir:textdirection;oobe:oobeType;screen:screenType;lockanimati
ons:lockAnimationsType;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/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="bubble.css"> | 9 <link rel="stylesheet" href="bubble.css"> |
10 <link rel="stylesheet" href="butter_bar.css"> | 10 <link rel="stylesheet" href="butter_bar.css"> |
(...skipping 26 matching lines...) Expand all Loading... |
37 <script src="../user_images_grid.js"></script> | 37 <script src="../user_images_grid.js"></script> |
38 <script src="bubble.js"></script> | 38 <script src="bubble.js"></script> |
39 <script src="display_manager.js"></script> | 39 <script src="display_manager.js"></script> |
40 <script src="header_bar.js"></script> | 40 <script src="header_bar.js"></script> |
41 <script src="login.js"></script> | 41 <script src="login.js"></script> |
42 <script src="managed_user_creation.js"></script> | 42 <script src="managed_user_creation.js"></script> |
43 <script src="network_dropdown.js"></script> | 43 <script src="network_dropdown.js"></script> |
44 <script src="oobe_screen_oauth_enrollment.js"></script> | 44 <script src="oobe_screen_oauth_enrollment.js"></script> |
45 <script src="oobe_screen_user_image.js"></script> | 45 <script src="oobe_screen_user_image.js"></script> |
46 <script src="oobe_screen_reset.js"></script> | 46 <script src="oobe_screen_reset.js"></script> |
| 47 <script src="screen_wrong_hwid.js"></script> |
47 <script src="screen_account_picker.js"></script> | 48 <script src="screen_account_picker.js"></script> |
48 <script src="screen_gaia_signin.js"></script> | 49 <script src="screen_gaia_signin.js"></script> |
49 <script src="screen_error_message.js"></script> | 50 <script src="screen_error_message.js"></script> |
50 <script src="screen_tpm_error.js"></script> | 51 <script src="screen_tpm_error.js"></script> |
51 <script src="screen_password_changed.js"></script> | 52 <script src="screen_password_changed.js"></script> |
52 <script src="user_pod_row.js"></script> | 53 <script src="user_pod_row.js"></script> |
53 </head> | 54 </head> |
54 <body class="login-display" i18n-values=".style.fontFamily:fontfamily;"> | 55 <body class="login-display" i18n-values=".style.fontFamily:fontfamily;"> |
55 <div id="background" class="background-initial"></div> | 56 <div id="background" class="background-initial"></div> |
56 <include src="version.html"> | 57 <include src="version.html"> |
(...skipping 12 matching lines...) Expand all Loading... |
69 </div> | 70 </div> |
70 <include src="oobe_screen_oauth_enrollment.html"> | 71 <include src="oobe_screen_oauth_enrollment.html"> |
71 <include src="oobe_screen_user_image.html"> | 72 <include src="oobe_screen_user_image.html"> |
72 <include src="screen_gaia_signin.html"> | 73 <include src="screen_gaia_signin.html"> |
73 <include src="screen_account_picker.html"> | 74 <include src="screen_account_picker.html"> |
74 <include src="screen_error_message.html"> | 75 <include src="screen_error_message.html"> |
75 <include src="screen_tpm_error.html"> | 76 <include src="screen_tpm_error.html"> |
76 <include src="screen_password_changed.html"> | 77 <include src="screen_password_changed.html"> |
77 <include src="managed_user_creation.html"> | 78 <include src="managed_user_creation.html"> |
78 <include src="oobe_screen_reset.html"> | 79 <include src="oobe_screen_reset.html"> |
| 80 <include src="screen_wrong_hwid.html"> |
79 </div> | 81 </div> |
80 <hr class="bottom shadow"> | 82 <hr class="bottom shadow"> |
81 <div id="footer"> | 83 <div id="footer"> |
82 <div id="progress"></div> | 84 <div id="progress"></div> |
83 <div id="button-strip" class="button-strip"></div> | 85 <div id="button-strip" class="button-strip"></div> |
84 </div> | 86 </div> |
85 <div id="progress-dots"></div> | 87 <div id="progress-dots"></div> |
86 </div> | 88 </div> |
87 </div> | 89 </div> |
88 <div id="bubble" class="bubble faded" hidden></div> | 90 <div id="bubble" class="bubble faded" hidden></div> |
89 <include src="header_bar.html"> | 91 <include src="header_bar.html"> |
90 <include src="user_pod_template.html"> | 92 <include src="user_pod_template.html"> |
91 </body> | 93 </body> |
92 </html> | 94 </html> |
OLD | NEW |