| 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 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title i18n-content="helpTitle"></title> | 5 <title i18n-content="helpTitle"></title> |
| 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
| 7 <link rel="stylesheet" href="../uber/uber_shared.css"> | 7 <link rel="stylesheet" href="../uber/uber_shared.css"> |
| 8 <link rel="stylesheet" href="help.css"> | 8 <link rel="stylesheet" href="help.css"> |
| 9 <script src="chrome://resources/js/cr.js"></script> | 9 <script src="chrome://resources/js/cr.js"></script> |
| 10 <script src="chrome://resources/js/load_time_data.js"></script> | 10 <script src="chrome://resources/js/load_time_data.js"></script> |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 </div> | 69 </div> |
| 70 <button id="more-info-expander" class="link-button" | 70 <button id="more-info-expander" class="link-button" |
| 71 i18n-content="showMoreInfo"> | 71 i18n-content="showMoreInfo"> |
| 72 </button> | 72 </button> |
| 73 </if> | 73 </if> |
| 74 <if expr="pp_ifdef('chromeos') or pp_ifdef('_google_chrome') or is_linux"> | 74 <if expr="pp_ifdef('chromeos') or pp_ifdef('_google_chrome') or is_linux"> |
| 75 <div id="update-status-container" hidden> | 75 <div id="update-status-container" hidden> |
| 76 <div id="update-status-icon" class="up-to-date"></div> | 76 <div id="update-status-icon" class="up-to-date"></div> |
| 77 <span id="update-status" i18n-content="updateCheckStarted"></span> | 77 <span id="update-status" i18n-content="updateCheckStarted"></span> |
| 78 </div> | 78 </div> |
| 79 <if expr="is_macosx"> | |
| 80 <div id="update-obsolete-os-container" hidden> | |
| 81 <span id="update-obsolete-os" i18n-content="updateObsoleteOS"></span> | |
| 82 <a i18n-values="href:updateObsoleteOSURL" i18n-content="learnMore" | |
| 83 target="_blank"></a> | |
| 84 </div> | |
| 85 </if> | |
| 86 <div id="update-buttons-container"> | 79 <div id="update-buttons-container"> |
| 87 <div id="update-percentage" hidden></div> | 80 <div id="update-percentage" hidden></div> |
| 88 <if expr="is_macosx"> | 81 <if expr="is_macosx"> |
| 89 <button id="promote" i18n-content="promote" hidden></button> | 82 <button id="promote" i18n-content="promote" hidden></button> |
| 90 </if> | 83 </if> |
| 91 <button id="relaunch" i18n-content="relaunch" hidden></button> | 84 <button id="relaunch" i18n-content="relaunch" hidden></button> |
| 92 </div> | 85 </div> |
| 93 </if> | 86 </if> |
| 94 </div> | 87 </div> |
| 95 <div id="product-container"> | 88 <div id="product-container"> |
| 96 <div i18n-content="productName"></div> | 89 <div i18n-content="productName"></div> |
| 97 <div i18n-content="productCopyright"></div> | 90 <div i18n-content="productCopyright"></div> |
| 98 <div id="product-license"></div> | 91 <div id="product-license"></div> |
| 99 <if expr="pp_ifdef('chromeos')"> | 92 <if expr="pp_ifdef('chromeos')"> |
| 100 <div id="product-os-license"></div> | 93 <div id="product-os-license"></div> |
| 101 </if> | 94 </if> |
| 102 <if expr="pp_ifdef('_google_chrome')"> | 95 <if expr="pp_ifdef('_google_chrome')"> |
| 103 <div id="product-tos"></div> | 96 <div id="product-tos"></div> |
| 104 </if> | 97 </if> |
| 105 </div> | 98 </div> |
| 106 </div> | 99 </div> |
| 107 </body> | 100 </body> |
| 108 <script src="chrome://help-frame/strings.js"></script> | 101 <script src="chrome://help-frame/strings.js"></script> |
| 109 <script src="chrome://resources/js/i18n_template2.js"></script> | 102 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 110 </html> | 103 </html> |
| OLD | NEW |