OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html i18n-values=" | 2 <html i18n-values=" |
3 dir:textdirection; | 3 dir:textdirection; |
4 bookmarkbarattached:bookmarkbarattached; | 4 bookmarkbarattached:bookmarkbarattached; |
5 hasattribution:hasattribution; | 5 hasattribution:hasattribution; |
6 anim:anim; | 6 anim:anim; |
7 syncispresent:syncispresent; | 7 syncispresent:syncispresent; |
8 customlogo:customlogo" | 8 customlogo:customlogo" |
9 install-animation-enabled="true"> | 9 install-animation-enabled="true"> |
10 <head> | 10 <head> |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 <span class="link"><span class="link-color"></span></span> | 131 <span class="link"><span class="link-color"></span></span> |
132 </div> | 132 </div> |
133 | 133 |
134 <div class="maxiview" id="apps-maxiview"> | 134 <div class="maxiview" id="apps-maxiview"> |
135 <div id="apps-promo"> | 135 <div id="apps-promo"> |
136 <button id="apps-promo-hide" i18n-content="appspromohide"></button> | 136 <button id="apps-promo-hide" i18n-content="appspromohide"></button> |
137 <h3 i18n-content="appspromoheader"></h3> | 137 <h3 i18n-content="appspromoheader"></h3> |
138 <p id="apps-promo-text1" i18n-content="appspromotext1"></p> | 138 <p id="apps-promo-text1" i18n-content="appspromotext1"></p> |
139 <p id="apps-promo-text2" i18n-content="appspromotext2"></p> | 139 <p id="apps-promo-text2" i18n-content="appspromotext2"></p> |
140 </div> | 140 </div> |
| 141 <div id="apps-content"></div> |
141 </div> | 142 </div> |
142 <div class="maxiview" id="most-visited-maxiview"></div> | 143 <div class="maxiview" id="most-visited-maxiview"></div> |
143 | 144 |
144 <div class="sections"> | 145 <div class="sections"> |
145 <!-- Start disabled. We only enable if we have at least one app. --> | 146 <!-- Start disabled. We only enable if we have at least one app. --> |
146 <div id="apps" class="section disabled" section="APPS"> | 147 <div id="apps" class="section disabled" section="APPS"> |
147 <h2> | 148 <h2> |
148 <img class="disclosure" img src="ntp/ntp_disclosure_triangle.png"> | 149 <img class="disclosure" img src="ntp/ntp_disclosure_triangle.png"> |
149 <div class="back"></div> | 150 <div class="back"></div> |
150 <span i18n-content="apps"></span> | 151 <span i18n-content="apps"></span> |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
284 setSectionVisible('apps', Section.APPS, appsInitiallyVisible, MINIMIZED_APPS); | 285 setSectionVisible('apps', Section.APPS, appsInitiallyVisible, MINIMIZED_APPS); |
285 setSectionVisible( | 286 setSectionVisible( |
286 'most-visited', Section.THUMB, | 287 'most-visited', Section.THUMB, |
287 mostVisitedInitiallyVisible, MINIMIZED_THUMB); | 288 mostVisitedInitiallyVisible, MINIMIZED_THUMB); |
288 setSectionVisible( | 289 setSectionVisible( |
289 'recently-closed', undefined, | 290 'recently-closed', undefined, |
290 recentlyClosedInitiallyVisible, MINIMIZED_RECENT); | 291 recentlyClosedInitiallyVisible, MINIMIZED_RECENT); |
291 layoutSections(); | 292 layoutSections(); |
292 </script> | 293 </script> |
293 </html> | 294 </html> |
OLD | NEW |