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/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/throbber.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> |
9 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> | 9 <link rel="stylesheet" href="chrome://resources/css/widgets.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="header_bar.css"> | 12 <link rel="stylesheet" href="header_bar.css"> |
12 <link rel="stylesheet" href="network_dropdown.css"> | 13 <link rel="stylesheet" href="network_dropdown.css"> |
13 <link rel="stylesheet" href="oobe.css"> | 14 <link rel="stylesheet" href="oobe.css"> |
14 <link rel="stylesheet" href="screen_account_picker.css"> | 15 <link rel="stylesheet" href="screen_account_picker.css"> |
15 <link rel="stylesheet" href="screen_gaia_signin.css"> | 16 <link rel="stylesheet" href="screen_gaia_signin.css"> |
16 <link rel="stylesheet" href="screen_error_message.css"> | 17 <link rel="stylesheet" href="screen_error_message.css"> |
17 <link rel="stylesheet" href="user_pod_row.css"> | 18 <link rel="stylesheet" href="user_pod_row.css"> |
18 <script src="chrome://resources/js/cr.js"></script> | 19 <script src="chrome://resources/js/cr.js"></script> |
19 <script src="chrome://resources/js/cr/event_target.js"></script> | 20 <script src="chrome://resources/js/cr/event_target.js"></script> |
20 <script src="chrome://resources/js/cr/ui.js"></script> | 21 <script src="chrome://resources/js/cr/ui.js"></script> |
(...skipping 18 matching lines...) Expand all Loading... |
39 <script src="oobe_screen_update.js"></script> | 40 <script src="oobe_screen_update.js"></script> |
40 <script src="oobe_screen_user_image.js"></script> | 41 <script src="oobe_screen_user_image.js"></script> |
41 <script src="oobe_screen_oauth_enrollment.js"></script> | 42 <script src="oobe_screen_oauth_enrollment.js"></script> |
42 <script src="screen_account_picker.js"></script> | 43 <script src="screen_account_picker.js"></script> |
43 <script src="screen_gaia_signin.js"></script> | 44 <script src="screen_gaia_signin.js"></script> |
44 <script src="screen_error_message.js"></script> | 45 <script src="screen_error_message.js"></script> |
45 <script src="user_pod_row.js"></script> | 46 <script src="user_pod_row.js"></script> |
46 </head> | 47 </head> |
47 <body i18n-values=".style.fontFamily:fontfamily;"> | 48 <body i18n-values=".style.fontFamily:fontfamily;"> |
48 <include src="header_bar.html"> | 49 <include src="header_bar.html"> |
| 50 <div id="notification-area"> |
| 51 <div id="enterprise-info-container" class="butter-bar" hidden> |
| 52 <span id="enterprise-info-message"></span> |
| 53 <!-- TODO(dubroy): Add "Learn more" link here. --> |
| 54 </div> |
| 55 </div> |
49 <div id="outer-container"> | 56 <div id="outer-container"> |
50 <div id="oobe" class="faded"> | 57 <div id="oobe" class="faded"> |
51 <div id="header"> | 58 <div id="header"> |
52 <span i18n-content="productName"></span> | 59 <span i18n-content="productName"></span> |
53 <div id="header-sections"></div> | 60 <div id="header-sections"></div> |
54 </div> | 61 </div> |
55 <hr class="top shadow"> | 62 <hr class="top shadow"> |
56 <div id="inner-container"> | 63 <div id="inner-container"> |
57 <include src="oobe_screen_network.html"> | 64 <include src="oobe_screen_network.html"> |
58 <include src="oobe_screen_eula.html"> | 65 <include src="oobe_screen_eula.html"> |
(...skipping 28 matching lines...) Expand all Loading... |
87 <p id="tpm-password" hidden></p> | 94 <p id="tpm-password" hidden></p> |
88 </div> | 95 </div> |
89 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> | 96 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> |
90 </div> | 97 </div> |
91 </div> | 98 </div> |
92 <div id="bubble" class="bubble faded" hidden></div> | 99 <div id="bubble" class="bubble faded" hidden></div> |
93 <include src="version.html"> | 100 <include src="version.html"> |
94 <include src="user_pod_template.html"> | 101 <include src="user_pod_template.html"> |
95 </body> | 102 </body> |
96 </html> | 103 </html> |
OLD | NEW |