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/select.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/select.css"> |
7 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> |
8 <link rel="stylesheet" href="bubble.css"> | 8 <link rel="stylesheet" href="bubble.css"> |
9 <link rel="stylesheet" href="oobe.css"> | 9 <link rel="stylesheet" href="oobe.css"> |
10 <link rel="stylesheet" href="screen_account_picker.css"> | 10 <link rel="stylesheet" href="screen_account_picker.css"> |
(...skipping 21 matching lines...) Expand all Loading... |
32 <body i18n-values=".style.fontFamily:fontfamily;"> | 32 <body i18n-values=".style.fontFamily:fontfamily;"> |
33 <div id="login-header-bar" hidden> | 33 <div id="login-header-bar" hidden> |
34 <button id="shutdown-button" i18n-content="shutDown"></button> | 34 <button id="shutdown-button" i18n-content="shutDown"></button> |
35 <span class="divider-vert"></span> | 35 <span class="divider-vert"></span> |
36 <button id="add-user-button" i18n-content="addUser"></button> | 36 <button id="add-user-button" i18n-content="addUser"></button> |
37 <button id="cancel-add-user-button" i18n-content="cancel" hidden></button> | 37 <button id="cancel-add-user-button" i18n-content="cancel" hidden></button> |
38 </div> | 38 </div> |
39 <div id="oobe" class="faded"> | 39 <div id="oobe" class="faded"> |
40 <div id="outer-container"> | 40 <div id="outer-container"> |
41 <div id="header"> | 41 <div id="header"> |
42 <div> | |
43 <span i18n-content="productName"></span> | |
44 </div> | |
45 <div id="header-sections"></div> | 42 <div id="header-sections"></div> |
46 </div> | 43 </div> |
47 <hr class="topshadow"> | 44 <hr class="topshadow"> |
48 <div id="inner-container"> | 45 <div id="inner-container"> |
49 <include src="oobe_screen_network.html"> | 46 <include src="oobe_screen_network.html"> |
50 <include src="oobe_screen_eula.html"> | 47 <include src="oobe_screen_eula.html"> |
51 <include src="oobe_screen_update.html"> | 48 <include src="oobe_screen_update.html"> |
52 <include src="oobe_screen_enrollment.html"> | 49 <include src="oobe_screen_enrollment.html"> |
53 <include src="oobe_screen_user_image.html"> | 50 <include src="oobe_screen_user_image.html"> |
54 <include src="screen_signin.html"> | 51 <include src="screen_signin.html"> |
(...skipping 27 matching lines...) Expand all Loading... |
82 </div> | 79 </div> |
83 <p id="tpm-password" hidden></p> | 80 <p id="tpm-password" hidden></p> |
84 </div> | 81 </div> |
85 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> | 82 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> |
86 </div> | 83 </div> |
87 </div> | 84 </div> |
88 <div id="bubble" class="bubble faded" hidden></div> | 85 <div id="bubble" class="bubble faded" hidden></div> |
89 <include src="user_pod_template.html"> | 86 <include src="user_pod_template.html"> |
90 </body> | 87 </body> |
91 </html> | 88 </html> |
OLD | NEW |