| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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="bottomshadow"> |
| 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"> |
| 67 <div id="version"></div> |
| 68 <div id="boot-times"></div> |
| 69 </div> |
| 66 <div id="security-info"> | 70 <div id="security-info"> |
| 67 <a id="security-link" href="#" i18n-content="eulaSystemSecuritySetting"></a> | 71 <a id="security-link" href="#" i18n-content="eulaSystemSecuritySetting"></a> |
| 68 </div> | 72 </div> |
| 69 <div id="popup-overlay" hidden> | 73 <div id="popup-overlay" hidden> |
| 70 <div id="security-info-popup"> | 74 <div id="security-info-popup"> |
| 71 <h1 i18n-content="eulaSystemSecuritySetting"></h1> | 75 <h1 i18n-content="eulaSystemSecuritySetting"></h1> |
| 72 <div class="popup-content-area"> | 76 <div class="popup-content-area"> |
| 73 <p i18n-content="eulaTpmDesc"></p> | 77 <p i18n-content="eulaTpmDesc"></p> |
| 74 <p i18n-content="eulaTpmKeyDesc"></p> | 78 <p i18n-content="eulaTpmKeyDesc"></p> |
| 75 <div id="tpm-busy"> | 79 <div id="tpm-busy"> |
| 76 <div id="throbber" class="throbber"></div> | 80 <div id="throbber" class="throbber"></div> |
| 77 <span i18n-content="eulaTpmBusy"></span> | 81 <span i18n-content="eulaTpmBusy"></span> |
| 78 </div> | 82 </div> |
| 79 <p id="tpm-password" hidden></p> | 83 <p id="tpm-password" hidden></p> |
| 80 </div> | 84 </div> |
| 81 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> | 85 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> |
| 82 </div> | 86 </div> |
| 83 </div> | 87 </div> |
| 84 <div id="bubble" class="bubble faded" hidden></div> | 88 <div id="bubble" class="bubble faded" hidden></div> |
| 85 <include src="user_pod_template.html"> | 89 <include src="user_pod_template.html"> |
| 86 </body> | 90 </body> |
| 87 </html> | 91 </html> |
| OLD | NEW |