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 <if expr="pp_ifdef('chromeos')"> | 9 <if expr="pp_ifdef('chromeos')"> |
10 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 <div> | 60 <div> |
61 <span i18n-content="firmware"></span> <span id="firmware"></span> | 61 <span i18n-content="firmware"></span> <span id="firmware"></span> |
62 </div> | 62 </div> |
63 </if> | 63 </if> |
64 <if expr="pp_ifdef('chromeos') or pp_ifdef('_google_chrome') or is_linux"> | 64 <if expr="pp_ifdef('chromeos') or pp_ifdef('_google_chrome') or is_linux"> |
65 <div id="update-status-container" hidden> | 65 <div id="update-status-container" hidden> |
66 <div id="update-status-icon" class="help-page-icon up-to-date"></div> | 66 <div id="update-status-icon" class="help-page-icon up-to-date"></div> |
67 <div id="update-status-message-container"> | 67 <div id="update-status-message-container"> |
68 <div id="update-status-message" i18n-content="updateCheckStarted"> | 68 <div id="update-status-message" i18n-content="updateCheckStarted"> |
69 </div> | 69 </div> |
| 70 <if expr="is_macosx"> |
| 71 <div id="update-obsolete-system-container" hidden> |
| 72 <span id="update-obsolete-system" |
| 73 i18n-content="updateObsoleteSystem"></span> |
| 74 <a i18n-values="href:updateObsoleteSystemURL" |
| 75 i18n-content="learnMore" target="_blank"></a> |
| 76 </div> |
| 77 </if> |
70 <div id="allowed-connection-types-message" hidden></div> | 78 <div id="allowed-connection-types-message" hidden></div> |
71 </div> | 79 </div> |
72 </div> | 80 </div> |
73 <div id="update-buttons-container"> | 81 <div id="update-buttons-container"> |
74 <div id="update-percentage" hidden></div> | 82 <div id="update-percentage" hidden></div> |
75 <if expr="is_macosx"> | 83 <if expr="is_macosx"> |
76 <button id="promote" i18n-content="promote" hidden></button> | 84 <button id="promote" i18n-content="promote" hidden></button> |
77 </if> | 85 </if> |
78 <button id="relaunch" i18n-content="relaunch" hidden></button> | 86 <button id="relaunch" i18n-content="relaunch" hidden></button> |
79 <if expr="pp_ifdef('chromeos')"> | 87 <if expr="pp_ifdef('chromeos')"> |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 </if> | 147 </if> |
140 <if expr="pp_ifdef('_google_chrome')"> | 148 <if expr="pp_ifdef('_google_chrome')"> |
141 <div id="product-tos"></div> | 149 <div id="product-tos"></div> |
142 </if> | 150 </if> |
143 </div> | 151 </div> |
144 </div> | 152 </div> |
145 </body> | 153 </body> |
146 <script src="chrome://help-frame/strings.js"></script> | 154 <script src="chrome://help-frame/strings.js"></script> |
147 <script src="chrome://resources/js/i18n_template2.js"></script> | 155 <script src="chrome://resources/js/i18n_template2.js"></script> |
148 </html> | 156 </html> |
OLD | NEW |