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="chromeos"> |
10 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> |
11 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> | 11 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> |
12 <link rel="stylesheet" href="channel_change_page.css"> | 12 <link rel="stylesheet" href="channel_change_page.css"> |
13 </if> | 13 </if> |
14 | 14 |
15 <script src="chrome://resources/js/cr.js"></script> | 15 <script src="chrome://resources/js/cr.js"></script> |
16 <script src="chrome://resources/js/load_time_data.js"></script> | 16 <script src="chrome://resources/js/load_time_data.js"></script> |
17 <script src="chrome://resources/js/util.js"></script> | 17 <script src="chrome://resources/js/util.js"></script> |
18 <script src="chrome://resources/js/cr/ui.js"></script> | 18 <script src="chrome://resources/js/cr/ui.js"></script> |
19 <script src="chrome://resources/js/cr/ui/focus_manager.js"></script> | 19 <script src="chrome://resources/js/cr/ui/focus_manager.js"></script> |
20 <script src="chrome://help-frame/help_focus_manager.js"></script> | 20 <script src="chrome://help-frame/help_focus_manager.js"></script> |
21 <script src="chrome://help-frame/help_base_page.js"></script> | 21 <script src="chrome://help-frame/help_base_page.js"></script> |
22 <if expr="pp_ifdef('chromeos')"> | 22 <if expr="chromeos"> |
23 <script src="chrome://resources/js/cr/ui/bubble.js"></script> | 23 <script src="chrome://resources/js/cr/ui/bubble.js"></script> |
24 <script src="chrome://resources/js/cr/ui/overlay.js"></script> | 24 <script src="chrome://resources/js/cr/ui/overlay.js"></script> |
25 <script src="chrome://resources/js/event_tracker.js"></script> | 25 <script src="chrome://resources/js/event_tracker.js"></script> |
26 <script src="chrome://help-frame/channel_change_page.js"></script> | 26 <script src="chrome://help-frame/channel_change_page.js"></script> |
27 </if> | 27 </if> |
28 <script src="chrome://help-frame/help.js"></script> | 28 <script src="chrome://help-frame/help.js"></script> |
29 </head> | 29 </head> |
30 <body class="uber-frame" | 30 <body class="uber-frame" |
31 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 31 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
32 <div id="overlay-container" class="overlay" hidden> | 32 <div id="overlay-container" class="overlay" hidden> |
33 <if expr="pp_ifdef('chromeos')"> | 33 <if expr="chromeos"> |
34 <include src="channel_change_page.html"> | 34 <include src="channel_change_page.html"> |
35 </if> | 35 </if> |
36 </div> | 36 </div> |
37 <div id="help-page" class="page"> | 37 <div id="help-page" class="page"> |
38 <header> | 38 <header> |
39 <h1 i18n-content="aboutTitle"></h1> | 39 <h1 i18n-content="aboutTitle"></h1> |
40 </header> | 40 </header> |
41 <div id="about-container"> | 41 <div id="about-container"> |
42 <img src="chrome://theme/IDR_PRODUCT_LOGO_32"> | 42 <img src="chrome://theme/IDR_PRODUCT_LOGO_32"> |
43 <div id="product-description"> | 43 <div id="product-description"> |
44 <h2 i18n-content="aboutProductTitle"></h2> | 44 <h2 i18n-content="aboutProductTitle"></h2> |
45 <span i18n-content="aboutProductDescription"></span> | 45 <span i18n-content="aboutProductDescription"></span> |
46 </div> | 46 </div> |
47 </div> | 47 </div> |
48 <div id="help-container"> | 48 <div id="help-container"> |
49 <button id="get-help" i18n-content="getHelpWithChrome"></button> | 49 <button id="get-help" i18n-content="getHelpWithChrome"></button> |
50 <if expr="pp_ifdef('_google_chrome')"> | 50 <if expr="_google_chrome"> |
51 <button id="report-issue" i18n-content="reportAnIssue"></button> | 51 <button id="report-issue" i18n-content="reportAnIssue"></button> |
52 </if> | 52 </if> |
53 </div> | 53 </div> |
54 <div id="version-container"> | 54 <div id="version-container"> |
55 <div i18n-content="browserVersion" dir="ltr"></div> | 55 <div i18n-content="browserVersion" dir="ltr"></div> |
56 <if expr="pp_ifdef('chromeos')"> | 56 <if expr="chromeos"> |
57 <div> | 57 <div> |
58 <span i18n-content="platform"></span> <span id="os-version"></span> | 58 <span i18n-content="platform"></span> <span id="os-version"></span> |
59 </div> | 59 </div> |
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="chromeos or _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"> | 70 <if expr="is_macosx"> |
71 <div id="update-obsolete-system-container" hidden> | 71 <div id="update-obsolete-system-container" hidden> |
72 <span id="update-obsolete-system" | 72 <span id="update-obsolete-system" |
73 i18n-content="updateObsoleteSystem"></span> | 73 i18n-content="updateObsoleteSystem"></span> |
74 <a i18n-values="href:updateObsoleteSystemURL" | 74 <a i18n-values="href:updateObsoleteSystemURL" |
75 i18n-content="learnMore" target="_blank"></a> | 75 i18n-content="learnMore" target="_blank"></a> |
76 </div> | 76 </div> |
77 </if> | 77 </if> |
78 <div id="allowed-connection-types-message" hidden></div> | 78 <div id="allowed-connection-types-message" hidden></div> |
79 </div> | 79 </div> |
80 </div> | 80 </div> |
81 <div id="update-buttons-container"> | 81 <div id="update-buttons-container"> |
82 <div id="update-percentage" hidden></div> | 82 <div id="update-percentage" hidden></div> |
83 <if expr="is_macosx"> | 83 <if expr="is_macosx"> |
84 <button id="promote" i18n-content="promote" hidden></button> | 84 <button id="promote" i18n-content="promote" hidden></button> |
85 </if> | 85 </if> |
86 <button id="relaunch" i18n-content="relaunch" hidden></button> | 86 <button id="relaunch" i18n-content="relaunch" hidden></button> |
87 <if expr="pp_ifdef('chromeos')"> | 87 <if expr="chromeos"> |
88 <button id="relaunch-and-powerwash" | 88 <button id="relaunch-and-powerwash" |
89 i18n-content="relaunchAndPowerwash" hidden> | 89 i18n-content="relaunchAndPowerwash" hidden> |
90 </button> | 90 </button> |
91 </if> | 91 </if> |
92 </div> | 92 </div> |
93 </if> | 93 </if> |
94 <if expr="pp_ifdef('chromeos')"> | 94 <if expr="chromeos"> |
95 <div id="more-info-container"> | 95 <div id="more-info-container"> |
96 <section id="channel-changer-container" hidden> | 96 <section id="channel-changer-container" hidden> |
97 <h3 i18n-content="channel"></h3> | 97 <h3 i18n-content="channel"></h3> |
98 <select id="channel-changer"> | 98 <select id="channel-changer"> |
99 <option value="stable-channel" i18n-content="stable"></option> | 99 <option value="stable-channel" i18n-content="stable"></option> |
100 <option value="beta-channel" i18n-content="beta"></option> | 100 <option value="beta-channel" i18n-content="beta"></option> |
101 <option value="dev-channel" i18n-content="dev"></option> | 101 <option value="dev-channel" i18n-content="dev"></option> |
102 </select> | 102 </select> |
103 <div id="channel-change-confirmation" hidden></div> | 103 <div id="channel-change-confirmation" hidden></div> |
104 </section> | 104 </section> |
(...skipping 30 matching lines...) Expand all Loading... |
135 </div> | 135 </div> |
136 <button id="more-info-expander" class="link-button" | 136 <button id="more-info-expander" class="link-button" |
137 i18n-content="showMoreInfo"> | 137 i18n-content="showMoreInfo"> |
138 </button> | 138 </button> |
139 </if> | 139 </if> |
140 </div> | 140 </div> |
141 <div id="product-container"> | 141 <div id="product-container"> |
142 <div i18n-content="productName"></div> | 142 <div i18n-content="productName"></div> |
143 <div i18n-content="productCopyright"></div> | 143 <div i18n-content="productCopyright"></div> |
144 <div id="product-license"></div> | 144 <div id="product-license"></div> |
145 <if expr="pp_ifdef('chromeos')"> | 145 <if expr="chromeos"> |
146 <div id="product-os-license"></div> | 146 <div id="product-os-license"></div> |
147 </if> | 147 </if> |
148 <if expr="pp_ifdef('_google_chrome')"> | 148 <if expr="_google_chrome"> |
149 <div id="product-tos"></div> | 149 <div id="product-tos"></div> |
150 </if> | 150 </if> |
151 </div> | 151 </div> |
152 </div> | 152 </div> |
153 </body> | 153 </body> |
154 <script src="chrome://help-frame/strings.js"></script> | 154 <script src="chrome://help-frame/strings.js"></script> |
155 <script src="chrome://resources/js/i18n_template2.js"></script> | 155 <script src="chrome://resources/js/i18n_template2.js"></script> |
156 </html> | 156 </html> |
OLD | NEW |