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 has_3d:has_3d"> | 8 has_3d:has_3d"> |
9 <head> | 9 <head> |
10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 <div id="notification"> | 137 <div id="notification"> |
138 <span> </span> | 138 <span> </span> |
139 <span class="link"><span class="link-color"></span></span> | 139 <span class="link"><span class="link-color"></span></span> |
140 </div> | 140 </div> |
141 | 141 |
142 <div class="sections"> | 142 <div class="sections"> |
143 <div class="section" section="APPS" id="apps-section"> | 143 <div class="section" section="APPS" id="apps-section"> |
144 <h2><img src="ntp/ntp_disclosure_triangle.png" | 144 <h2><img src="ntp/ntp_disclosure_triangle.png" |
145 ><span i18n-content="apps"></span></h2> | 145 ><span i18n-content="apps"></span></h2> |
146 <div id="apps-section-content"></div> | 146 <div id="apps-section-content"></div> |
| 147 <div class="miniview"></div> |
147 </div> | 148 </div> |
148 | 149 |
149 <div id="most-visited-section" class="section" section="THUMB"> | 150 <div id="most-visited-section" class="section" section="THUMB"> |
150 <h2><img src="ntp/ntp_disclosure_triangle.png" | 151 <h2><img src="ntp/ntp_disclosure_triangle.png" |
151 ><span i18n-content="mostvisited"></span></h2> | 152 ><span i18n-content="mostvisited"></span></h2> |
152 <div id="most-visited"></div> | 153 <div id="most-visited"></div> |
| 154 <div class="miniview"></div> |
153 </div> | 155 </div> |
154 | 156 |
155 <!-- Start this section disabled because it might not have data, and looks | 157 <!-- Start this section disabled because it might not have data, and looks |
156 silly without any. --> | 158 silly without any. --> |
157 <div id="recently-closed" class="section hidden disabled" section="RECENT" | 159 <div id="recently-closed" class="section hidden disabled" section="RECENT" |
158 noexpand="true"> | 160 noexpand="true"> |
159 <h2><span i18n-content="recentlyclosed"></span></h2> | 161 <h2><span i18n-content="recentlyclosed"></span></h2> |
160 <div class="miniview"></div> | 162 <div class="miniview"></div> |
161 </div> | 163 </div> |
162 | 164 |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 i18nTemplate.process(document, templateData); | 206 i18nTemplate.process(document, templateData); |
205 </script> | 207 </script> |
206 <script src="shared/js/local_strings.js"></script> | 208 <script src="shared/js/local_strings.js"></script> |
207 <script src="shared/js/class_list.js"></script> | 209 <script src="shared/js/class_list.js"></script> |
208 <script src="shared/js/parse_html_subset.js"></script> | 210 <script src="shared/js/parse_html_subset.js"></script> |
209 <script src="ntp/util.js"></script> | 211 <script src="ntp/util.js"></script> |
210 <script src="ntp/most_visited.js"></script> | 212 <script src="ntp/most_visited.js"></script> |
211 <script src="new_new_tab.js"></script> | 213 <script src="new_new_tab.js"></script> |
212 <script src="ntp/apps.js"></script> | 214 <script src="ntp/apps.js"></script> |
213 </html> | 215 </html> |
OLD | NEW |