OLD | NEW |
1 <div class="content-area"> | 1 <div class="content-area"> |
2 <div id="about-container"> | 2 <div id="about-container"> |
3 <img src="chrome://theme/IDR_PRODUCT_LOGO_32"> | 3 <img src="chrome://theme/IDR_PRODUCT_LOGO_32"> |
4 <div id="product-description"> | 4 <div id="product-description"> |
5 <h2 i18n-content="aboutProductTitle"></h2> | 5 <h2 i18n-content="aboutProductTitle"></h2> |
6 <span i18n-content="aboutProductDescription"></span> | 6 <span i18n-content="aboutProductDescription"></span> |
7 </div> | 7 </div> |
8 </div> | 8 </div> |
9 <div id="help-container"> | 9 <div id="help-container"> |
10 <button id="get-help" i18n-content="getHelpWithChrome"></button> | 10 <button id="get-help" i18n-content="getHelpWithChrome"></button> |
11 <if expr="_google_chrome"> | 11 <if expr="_google_chrome"> |
12 <button id="report-issue" i18n-content="reportAnIssue"></button> | 12 <button id="report-issue" i18n-content="reportAnIssue"></button> |
13 </if> | 13 </if> |
14 </div> | 14 </div> |
15 <div id="version-container"> | 15 <div id="version-container"> |
16 <div i18n-values=".innerHTML:browserVersionLongHtml" dir="ltr"></div> | 16 <div i18n-content="browserVersion" dir="ltr"></div> |
17 <if expr="chromeos"> | 17 <if expr="chromeos"> |
18 <div> | 18 <div> |
19 <span i18n-content="platform"></span> <span id="os-version"></span> | 19 <span i18n-content="platform"></span> <span id="os-version"></span> |
20 </div> | 20 </div> |
21 <div> | 21 <div> |
22 <span i18n-content="firmware"></span> <span id="firmware"></span> | 22 <span i18n-content="firmware"></span> <span id="firmware"></span> |
23 </div> | 23 </div> |
24 </if> | 24 </if> |
25 <if expr="chromeos or _google_chrome or is_linux"> | 25 <if expr="chromeos or _google_chrome or is_linux"> |
26 <div id="update-status-container" hidden> | 26 <div id="update-status-container" hidden> |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 <div i18n-content="productCopyright"></div> | 106 <div i18n-content="productCopyright"></div> |
107 <div id="product-license"></div> | 107 <div id="product-license"></div> |
108 <if expr="chromeos"> | 108 <if expr="chromeos"> |
109 <div id="product-os-license"></div> | 109 <div id="product-os-license"></div> |
110 </if> | 110 </if> |
111 <if expr="_google_chrome"> | 111 <if expr="_google_chrome"> |
112 <div id="product-tos"></div> | 112 <div id="product-tos"></div> |
113 </if> | 113 </if> |
114 </div> | 114 </div> |
115 </div> | 115 </div> |
OLD | NEW |