| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html i18n-values=" | 2 <html i18n-values=" |
| 3 dir:textdirection; | 3 dir:textdirection; |
| 4 firstview:firstview; | 4 firstview:firstview; |
| 5 bookmarkbarattached:bookmarkbarattached; | 5 bookmarkbarattached:bookmarkbarattached; |
| 6 hasattribution:hasattribution; | 6 hasattribution:hasattribution; |
| 7 anim:anim; | 7 anim:anim; |
| 8 syncispresent:syncispresent; | 8 syncispresent:syncispresent; |
| 9 showsetashomepage:showsetashomepage"> | 9 showsetashomepage:showsetashomepage"> |
| 10 | 10 |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 <div id="option-menu" class="window-menu"> | 77 <div id="option-menu" class="window-menu"> |
| 78 <div command="hide" section="THUMB" i18n-content="mostvisited"></div> | 78 <div command="hide" section="THUMB" i18n-content="mostvisited"></div> |
| 79 <div command="hide" section="RECENT" i18n-content="recentlyclosed"></div> | 79 <div command="hide" section="RECENT" i18n-content="recentlyclosed"></div> |
| 80 <hr> | 80 <hr> |
| 81 <div command="clear-all-blacklisted" | 81 <div command="clear-all-blacklisted" |
| 82 i18n-content="restorethumbnails"></div> | 82 i18n-content="restorethumbnails"></div> |
| 83 </div> | 83 </div> |
| 84 | 84 |
| 85 <div id="notification"> | 85 <div id="notification"> |
| 86 <span> </span> | 86 <span> </span> |
| 87 <span><span class="link" tabindex="0"></span></span> | 87 <span><span class="link"></span></span> |
| 88 </div> | 88 </div> |
| 89 | 89 |
| 90 <div id="most-visited"> | 90 <div id="most-visited"> |
| 91 <a class="thumbnail-container filler" tabindex="1" id="t0"> | 91 <a class="thumbnail-container filler" tabindex="1" id="t0"> |
| 92 <div class="edit-mode-border"> | 92 <div class="edit-mode-border"> |
| 93 <div class="edit-bar"> | 93 <div class="edit-bar"> |
| 94 <div class="pin"></div> | 94 <div class="pin"></div> |
| 95 <div class="spacer"></div> | 95 <div class="spacer"></div> |
| 96 <div class="remove"></div> | 96 <div class="remove"></div> |
| 97 </div> | 97 </div> |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 </div> | 245 </div> |
| 246 | 246 |
| 247 </div> <!-- main --> | 247 </div> <!-- main --> |
| 248 | 248 |
| 249 <div class="window-menu" id="window-tooltip"></div> | 249 <div class="window-menu" id="window-tooltip"></div> |
| 250 | 250 |
| 251 </body> | 251 </body> |
| 252 <script src="local_strings.js"></script> | 252 <script src="local_strings.js"></script> |
| 253 <script src="new_new_tab.js"></script> | 253 <script src="new_new_tab.js"></script> |
| 254 </html> | 254 </html> |
| OLD | NEW |