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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 <div i18n-content="attributionintro"></div> | 129 <div i18n-content="attributionintro"></div> |
130 <img id="attribution-img"> | 130 <img id="attribution-img"> |
131 </div> | 131 </div> |
132 | 132 |
133 <div id="main"> | 133 <div id="main"> |
134 | 134 |
135 <div id="notification-container"> | 135 <div id="notification-container"> |
136 <div id="notification"> | 136 <div id="notification"> |
137 <div> </div> | 137 <div> </div> |
138 <div class="link"><div class="link-color" id="action-link"></div></div> | 138 <div class="link"><div class="link-color" id="action-link"></div></div> |
139 <button id="notification-close"></button> | 139 <button id="notification-close"><div></div></button> |
140 </div> | 140 </div> |
141 </div> | 141 </div> |
142 | 142 |
143 <div id="login-container"> | 143 <div id="login-container"> |
144 <span id="login-username"></span> | 144 <span id="login-username"></span> |
145 </div> | 145 </div> |
146 | 146 |
147 <div class="maxiview" id="apps-maxiview"> | 147 <div class="maxiview" id="apps-maxiview"> |
148 <div id="apps-promo"> | 148 <div id="apps-promo"> |
149 <p id="apps-promo-heading"></p> | 149 <p id="apps-promo-heading"></p> |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 var recentlyClosedInitiallyMenu = shownSections & MENU_RECENT; | 314 var recentlyClosedInitiallyMenu = shownSections & MENU_RECENT; |
315 setSectionMenuMode('apps', Section.APPS, appsInitiallyMenu, MENU_APPS); | 315 setSectionMenuMode('apps', Section.APPS, appsInitiallyMenu, MENU_APPS); |
316 setSectionMenuMode('most-visited', Section.THUMB, mostVisitedInitiallyMenu, | 316 setSectionMenuMode('most-visited', Section.THUMB, mostVisitedInitiallyMenu, |
317 MENU_THUMB); | 317 MENU_THUMB); |
318 setSectionMenuMode('recently-closed', undefined, recentlyClosedInitiallyMenu, | 318 setSectionMenuMode('recently-closed', undefined, recentlyClosedInitiallyMenu, |
319 MENU_RECENT); | 319 MENU_RECENT); |
320 | 320 |
321 layoutSections(); | 321 layoutSections(); |
322 </script> | 322 </script> |
323 </html> | 323 </html> |
OLD | NEW |