OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html i18n-values="dir:textdirection;oobe:oobeType;screen:screenType;camera:came
raType"> | 2 <html i18n-values="dir:textdirection;oobe:oobeType;screen:screenType;camera:came
raType"> |
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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 <include src="oobe_screen_user_image.html"> | 68 <include src="oobe_screen_user_image.html"> |
69 <include src="screen_gaia_signin.html"> | 69 <include src="screen_gaia_signin.html"> |
70 <include src="screen_account_picker.html"> | 70 <include src="screen_account_picker.html"> |
71 <include src="screen_error_message.html"> | 71 <include src="screen_error_message.html"> |
72 </div> | 72 </div> |
73 <hr class="bottom shadow"> | 73 <hr class="bottom shadow"> |
74 <div id="footer"> | 74 <div id="footer"> |
75 <div id="progress"></div> | 75 <div id="progress"></div> |
76 <div id="button-strip" class="button-strip"></div> | 76 <div id="button-strip" class="button-strip"></div> |
77 </div> | 77 </div> |
78 <div id="progress-dots"></div> | 78 <div id="progress-dots" class="down"></div> |
79 </div> | 79 </div> |
80 <div id="security-info"> | 80 <div id="security-info"> |
81 <a id="security-link" href="#" i18n-content="eulaSystemSecuritySetting"> | 81 <a id="security-link" href="#" i18n-content="eulaSystemSecuritySetting"> |
82 </a> | 82 </a> |
83 </div> | 83 </div> |
84 </div> | 84 </div> |
85 <div id="popup-overlay" hidden> | 85 <div id="popup-overlay" hidden> |
86 <div id="security-info-popup"> | 86 <div id="security-info-popup"> |
87 <h1 i18n-content="eulaSystemSecuritySetting"></h1> | 87 <h1 i18n-content="eulaSystemSecuritySetting"></h1> |
88 <div class="popup-content-area"> | 88 <div class="popup-content-area"> |
89 <p i18n-content="eulaTpmDesc"></p> | 89 <p i18n-content="eulaTpmDesc"></p> |
90 <p i18n-content="eulaTpmKeyDesc"></p> | 90 <p i18n-content="eulaTpmKeyDesc"></p> |
91 <div id="tpm-busy"> | 91 <div id="tpm-busy"> |
92 <div id="spinner" class="inline-spinner"></div> | 92 <div id="spinner" class="inline-spinner"></div> |
93 <span i18n-content="eulaTpmBusy"></span> | 93 <span i18n-content="eulaTpmBusy"></span> |
94 </div> | 94 </div> |
95 <p id="tpm-password" hidden></p> | 95 <p id="tpm-password" hidden></p> |
96 </div> | 96 </div> |
97 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> | 97 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> |
98 </div> | 98 </div> |
99 </div> | 99 </div> |
100 <div id="bubble" class="bubble faded" hidden></div> | 100 <div id="bubble" class="bubble faded" hidden></div> |
101 <include src="header_bar.html"> | 101 <include src="header_bar.html"> |
102 <include src="user_pod_template.html"> | 102 <include src="user_pod_template.html"> |
103 </body> | 103 </body> |
104 </html> | 104 </html> |
OLD | NEW |