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" alt=""> | 3 <img src="chrome://theme/IDR_PRODUCT_LOGO_32" alt=""> |
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> |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 </section> | 89 </section> |
90 <section> | 90 <section> |
91 <h3 i18n-content="commandLine"></h3> | 91 <h3 i18n-content="commandLine"></h3> |
92 <div i18n-content="commandLineInfo" dir="ltr"></div> | 92 <div i18n-content="commandLineInfo" dir="ltr"></div> |
93 </section> | 93 </section> |
94 <section id="build-date-container" class="empty"> | 94 <section id="build-date-container" class="empty"> |
95 <h3 i18n-content="buildDate"></h3> | 95 <h3 i18n-content="buildDate"></h3> |
96 <div id="build-date"></div> | 96 <div id="build-date"></div> |
97 </section> | 97 </section> |
98 </div> | 98 </div> |
99 <button id="more-info-expander" class="link-button" | 99 <a is="action-link" id="more-info-expander" i18n-content="showMoreInfo"></a> |
100 i18n-content="showMoreInfo"> | |
101 </button> | |
102 </if> | 100 </if> |
103 </div> | 101 </div> |
104 <div id="product-container"> | 102 <div id="product-container"> |
105 <div i18n-content="productName"></div> | 103 <div i18n-content="productName"></div> |
106 <div i18n-content="productCopyright"></div> | 104 <div i18n-content="productCopyright"></div> |
107 <div id="product-license"></div> | 105 <div id="product-license"></div> |
108 <if expr="chromeos"> | 106 <if expr="chromeos"> |
109 <div id="product-os-license"></div> | 107 <div id="product-os-license"></div> |
110 </if> | 108 </if> |
111 <if expr="_google_chrome"> | 109 <if expr="_google_chrome"> |
112 <div id="product-tos"></div> | 110 <div id="product-tos"></div> |
113 </if> | 111 </if> |
114 </div> | 112 </div> |
115 </div> | 113 </div> |
OLD | NEW |