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 26 matching lines...) Expand all Loading... |
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> | 42 <div> |
43 <span i18n-content="productName"></span> | 43 <span i18n-content="productName"></span> |
44 </div> | 44 </div> |
45 <div id="header-sections"></div> | 45 <div id="header-sections"></div> |
46 </div> | 46 </div> |
47 <hr class="topshadow"> | 47 <hr class="top shadow"> |
48 <div id="inner-container"> | 48 <div id="inner-container"> |
49 <include src="oobe_screen_network.html"> | 49 <include src="oobe_screen_network.html"> |
50 <include src="oobe_screen_eula.html"> | 50 <include src="oobe_screen_eula.html"> |
51 <include src="oobe_screen_update.html"> | 51 <include src="oobe_screen_update.html"> |
52 <include src="oobe_screen_enrollment.html"> | 52 <include src="oobe_screen_enrollment.html"> |
53 <include src="oobe_screen_user_image.html"> | 53 <include src="oobe_screen_user_image.html"> |
54 <include src="screen_signin.html"> | 54 <include src="screen_signin.html"> |
55 <include src="screen_gaia_signin.html"> | 55 <include src="screen_gaia_signin.html"> |
56 <include src="screen_account_picker.html"> | 56 <include src="screen_account_picker.html"> |
57 <include src="screen_offline_message.html"> | 57 <include src="screen_offline_message.html"> |
58 </div> | 58 </div> |
59 <hr class="bottomshadow"> | 59 <hr class="bottom shadow"> |
60 <div id="footer"> | 60 <div id="footer"> |
61 <div id="progress"></div> | 61 <div id="progress"></div> |
62 <div id="button-strip" class="button-strip"></div> | 62 <div id="button-strip" class="button-strip"></div> |
63 </div> | 63 </div> |
64 </div> | 64 </div> |
65 </div> | 65 </div> |
66 <div id="version-labels"> | 66 <div id="version-labels"> |
67 <div id="version"></div> | 67 <div id="version"></div> |
68 <div id="boot-times"></div> | 68 <div id="boot-times"></div> |
69 </div> | 69 </div> |
(...skipping 12 matching lines...) Expand all Loading... |
82 </div> | 82 </div> |
83 <p id="tpm-password" hidden></p> | 83 <p id="tpm-password" hidden></p> |
84 </div> | 84 </div> |
85 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> | 85 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> |
86 </div> | 86 </div> |
87 </div> | 87 </div> |
88 <div id="bubble" class="bubble faded" hidden></div> | 88 <div id="bubble" class="bubble faded" hidden></div> |
89 <include src="user_pod_template.html"> | 89 <include src="user_pod_template.html"> |
90 </body> | 90 </body> |
91 </html> | 91 </html> |
OLD | NEW |