| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 </div> | 163 </div> |
| 164 | 164 |
| 165 <div class="maxiview" id="apps-maxiview"> | 165 <div class="maxiview" id="apps-maxiview"> |
| 166 <div id="apps-promo"> | 166 <div id="apps-promo"> |
| 167 <p id="apps-promo-heading"></p> | 167 <p id="apps-promo-heading"></p> |
| 168 <a class="g-button-basic" id="apps-promo-link" href=""></a><br> | 168 <a class="g-button-basic" id="apps-promo-link" href=""></a><br> |
| 169 <button id="apps-promo-hide"></button> | 169 <button id="apps-promo-hide"></button> |
| 170 </div> | 170 </div> |
| 171 <div id="apps-content"></div> | 171 <div id="apps-content"></div> |
| 172 <div id="app-notification-bubble" class="notification-bubble"> | 172 <div id="app-notification-bubble" class="notification-bubble"> |
| 173 <img id="app-notification-close" src="chrome://theme/IDR_CLOSE_BAR" | 173 <img id="app-notification-close" src="chrome://theme/IDR_CLOSE_BAR"> |
| 174 class="app-notification-close"> | |
| 175 <strong id="app-notification-title"></strong><br> | 174 <strong id="app-notification-title"></strong><br> |
| 176 <span id="app-notification-message"></span><br><br> | 175 <span id="app-notification-message"></span><br><br> |
| 177 <a id="app-notification-link"></a> | 176 <a id="app-notification-link"></a> |
| 178 </div> | 177 </div> |
| 179 <div id="arrow-contents" | 178 <div id="arrow-container" class="notification-bubble-closed"> |
| 180 class="arrow arrow-contents notification-bubble-closed"></div> | 179 <div id="arrow-contents" class="arrow"></div> |
| 181 <div id="arrow-border" | 180 <div id="arrow-border" class="arrow"></div> |
| 182 class="arrow arrow-border notification-bubble-closed"></div> | 181 <div id="arrow-shadow" class="arrow"></div> |
| 183 <div id="arrow-shadow" | 182 </div> |
| 184 class="arrow arrow-shadow notification-bubble-closed"></div> | |
| 185 </div> | 183 </div> |
| 186 <div class="maxiview" id="most-visited-maxiview"></div> | 184 <div class="maxiview" id="most-visited-maxiview"></div> |
| 187 | 185 |
| 188 <div class="sections"> | 186 <div class="sections"> |
| 189 <!-- Start disabled. We only enable once we have installed default apps. --> | 187 <!-- Start disabled. We only enable once we have installed default apps. --> |
| 190 <div id="apps" class="section disabled" section="APPS"> | 188 <div id="apps" class="section disabled" section="APPS"> |
| 191 <h2> | 189 <h2> |
| 192 <img class="disclosure" img src="ntp/ntp_disclosure_triangle.png"> | 190 <img class="disclosure" img src="ntp/ntp_disclosure_triangle.png"> |
| 193 <div class="back"></div> | 191 <div class="back"></div> |
| 194 <span i18n-content="apps"></span> | 192 <span i18n-content="apps"></span> |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 var recentlyClosedInitiallyMenu = shownSections & MENU_RECENT; | 349 var recentlyClosedInitiallyMenu = shownSections & MENU_RECENT; |
| 352 setSectionMenuMode('apps', Section.APPS, appsInitiallyMenu, MENU_APPS); | 350 setSectionMenuMode('apps', Section.APPS, appsInitiallyMenu, MENU_APPS); |
| 353 setSectionMenuMode('most-visited', Section.THUMB, mostVisitedInitiallyMenu, | 351 setSectionMenuMode('most-visited', Section.THUMB, mostVisitedInitiallyMenu, |
| 354 MENU_THUMB); | 352 MENU_THUMB); |
| 355 setSectionMenuMode('recently-closed', undefined, recentlyClosedInitiallyMenu, | 353 setSectionMenuMode('recently-closed', undefined, recentlyClosedInitiallyMenu, |
| 356 MENU_RECENT); | 354 MENU_RECENT); |
| 357 | 355 |
| 358 layoutSections(); | 356 layoutSections(); |
| 359 </script> | 357 </script> |
| 360 </html> | 358 </html> |
| OLD | NEW |