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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 </section> | 64 </section> |
65 <section id="last-updated-container" class="empty"> | 65 <section id="last-updated-container" class="empty"> |
66 <h3 i18n-content="lastUpdated"></h3> | 66 <h3 i18n-content="lastUpdated"></h3> |
67 <div id="last-updated"></div> | 67 <div id="last-updated"></div> |
68 </section> | 68 </section> |
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') and (is_win or is_
macosx))"> | 74 <if expr="pp_ifdef('chromeos') or pp_ifdef('_google_chrome') or is_linux"> |
75 <div id="update-status-container"> | 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 <div id="update-buttons-container"> | 79 <div id="update-buttons-container"> |
80 <div id="update-percentage" hidden></div> | 80 <div id="update-percentage" hidden></div> |
81 <if expr="is_macosx"> | 81 <if expr="is_macosx"> |
82 <button id="promote" i18n-content="promote" hidden></button> | 82 <button id="promote" i18n-content="promote" hidden></button> |
83 </if> | 83 </if> |
84 <button id="relaunch" i18n-content="relaunch" hidden></button> | 84 <button id="relaunch" i18n-content="relaunch" hidden></button> |
85 </div> | 85 </div> |
86 </if> | 86 </if> |
87 </div> | 87 </div> |
88 <div id="product-container"> | 88 <div id="product-container"> |
89 <div i18n-content="productName"></div> | 89 <div i18n-content="productName"></div> |
90 <div i18n-content="productCopyright"></div> | 90 <div i18n-content="productCopyright"></div> |
91 <div id="product-license"></div> | 91 <div id="product-license"></div> |
92 <if expr="pp_ifdef('chromeos')"> | 92 <if expr="pp_ifdef('chromeos')"> |
93 <div id="product-os-license"></div> | 93 <div id="product-os-license"></div> |
94 </if> | 94 </if> |
95 <if expr="pp_ifdef('_google_chrome')"> | 95 <if expr="pp_ifdef('_google_chrome')"> |
96 <div id="product-tos"></div> | 96 <div id="product-tos"></div> |
97 </if> | 97 </if> |
98 </div> | 98 </div> |
99 </div> | 99 </div> |
100 </body> | 100 </body> |
101 <script src="chrome://help-frame/strings.js"></script> | 101 <script src="chrome://help-frame/strings.js"></script> |
102 <script src="chrome://resources/js/i18n_template2.js"></script> | 102 <script src="chrome://resources/js/i18n_template2.js"></script> |
103 </html> | 103 </html> |
OLD | NEW |