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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 <body class="loading" | 121 <body class="loading" |
122 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 122 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
123 | 123 |
124 <div id="attribution" class="attribution nolayout"> | 124 <div id="attribution" class="attribution nolayout"> |
125 <div i18n-content="attributionintro"></div> | 125 <div i18n-content="attributionintro"></div> |
126 <img id="attribution-img"> | 126 <img id="attribution-img"> |
127 </div> | 127 </div> |
128 | 128 |
129 <div id="main"> | 129 <div id="main"> |
130 | 130 |
131 <div id="notification"> | 131 <div id="notification-container"> |
132 <span> </span> | 132 <div id="notification"> |
133 <span class="link"><span class="link-color"></span></span> | 133 <span> </span> |
| 134 <span class="link"><span class="link-color"></span></span> |
| 135 </div> |
134 </div> | 136 </div> |
135 | 137 |
136 <div id="login-container"> | 138 <div id="login-container"> |
137 <span id="login-username"></span> | 139 <span id="login-username"></span> |
138 </div> | 140 </div> |
139 | 141 |
140 <div class="maxiview" id="apps-maxiview"> | 142 <div class="maxiview" id="apps-maxiview"> |
141 <div id="apps-promo"> | 143 <div id="apps-promo"> |
142 <button id="apps-promo-hide" i18n-content="appspromohide"></button> | 144 <button id="apps-promo-hide" i18n-content="appspromohide"></button> |
143 <h3 i18n-content="appspromoheader"></h3> | 145 <h3 i18n-content="appspromoheader"></h3> |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 setSectionVisible('apps', Section.APPS, appsInitiallyVisible, MINIMIZED_APPS); | 305 setSectionVisible('apps', Section.APPS, appsInitiallyVisible, MINIMIZED_APPS); |
304 setSectionVisible( | 306 setSectionVisible( |
305 'most-visited', Section.THUMB, | 307 'most-visited', Section.THUMB, |
306 mostVisitedInitiallyVisible, MINIMIZED_THUMB); | 308 mostVisitedInitiallyVisible, MINIMIZED_THUMB); |
307 setSectionVisible( | 309 setSectionVisible( |
308 'recently-closed', undefined, | 310 'recently-closed', undefined, |
309 recentlyClosedInitiallyVisible, MINIMIZED_RECENT); | 311 recentlyClosedInitiallyVisible, MINIMIZED_RECENT); |
310 layoutSections(); | 312 layoutSections(); |
311 </script> | 313 </script> |
312 </html> | 314 </html> |
OLD | NEW |