| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximu
m-scale=1.0, user-scalable=0"> | 5 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximu
m-scale=1.0, user-scalable=0"> |
| 6 <title i18n-content="title"></title> | 6 <title i18n-content="title"></title> |
| 7 <link rel="stylesheet" href="ntp_android.css"> | 7 <link rel="stylesheet" href="ntp_android.css"> |
| 8 <link rel="stylesheet" href="bookmarks.css"> | 8 <link rel="stylesheet" href="bookmarks.css"> |
| 9 <link rel="stylesheet" href="bookmarks_tablet.css"> | 9 <link rel="stylesheet" href="bookmarks_tablet.css"> |
| 10 <link rel="stylesheet" href="mostvisited.css"> | 10 <link rel="stylesheet" href="mostvisited.css"> |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 </script> | 28 </script> |
| 29 </head> | 29 </head> |
| 30 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize;devic
e:device"> | 30 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize;devic
e:device"> |
| 31 <div id="content-area" style="display:none"> | 31 <div id="content-area" style="display:none"> |
| 32 <div class="main-section" id="open_tabs_container"> | 32 <div class="main-section" id="open_tabs_container"> |
| 33 <div class="center-empty-container" id="sync_enable_sync" style="display
: none;"> | 33 <div class="center-empty-container" id="sync_enable_sync" style="display
: none;"> |
| 34 <div class="center-empty-content" i18n-values=".innerHTML:syncEnableSy
nc"></div> | 34 <div class="center-empty-content" i18n-values=".innerHTML:syncEnableSy
nc"></div> |
| 35 </div> | 35 </div> |
| 36 <div class="center-empty-container" id="sync_promo" style="display: none
;"> | 36 <div class="center-empty-container" id="sync_promo" style="display: none
;"> |
| 37 <div id="promo_message_on_sync_promo_legacy" class="center-empty-conte
nt" i18n-values=".innerHTML:syncPromo"></div> | 37 <div id="promo_message_on_sync_promo_legacy" class="center-empty-conte
nt" i18n-values=".innerHTML:syncPromo"></div> |
| 38 <div id="promo_message_on_sync_promo_received" class="center-empty-con
tent" style="display: none;"></div> |
| 38 </div> | 39 </div> |
| 39 <div class="center-empty-container" id="sync_loading" style="display: no
ne;"> | 40 <div class="center-empty-container" id="sync_loading" style="display: no
ne;"> |
| 40 <div class="center-empty-content" i18n-values=".innerHTML:syncLoading"
></div> | 41 <div class="center-empty-content" i18n-values=".innerHTML:syncLoading"
></div> |
| 41 </div> | 42 </div> |
| 42 <div class="page-list" id="open_tabs_list" style="display: none;"></div> | 43 <div class="page-list" id="open_tabs_list" style="display: none;"></div> |
| 44 <div class="page-list" id="promo_vc_list" style="display: none;"></div> |
| 43 <div class="page-list" id="snapshots_list" style="display: none;"></div> | 45 <div class="page-list" id="snapshots_list" style="display: none;"></div> |
| 44 <div id="promo_message_on_open_tabs" class="promo-message" style="displa
y: none;"></div> | |
| 45 </div> | 46 </div> |
| 46 <div class="main-section" id="bookmarks_container"> | 47 <div class="main-section" id="bookmarks_container"> |
| 47 <div id="bookmarks_contents"> | 48 <div id="bookmarks_contents"> |
| 48 <div class="section-title-wrapper" id="bookmarks_title_wrapper"> | 49 <div class="section-title-wrapper" id="bookmarks_title_wrapper"> |
| 49 <div class="section-title-mask"> | 50 <div class="section-title-mask"> |
| 50 <div class="section-title"></div> | 51 <div class="section-title"></div> |
| 51 <div class="overflow-left-mask"></div> | 52 <div class="overflow-left-mask"></div> |
| 52 <div class="overflow-right-mask"></div> | 53 <div class="overflow-right-mask"></div> |
| 53 </div> | 54 </div> |
| 54 </div> | 55 </div> |
| (...skipping 17 matching lines...) Expand all Loading... |
| 72 <span i18n-values=".innerHTML:content"></span> | 73 <span i18n-values=".innerHTML:content"></span> |
| 73 </div> | 74 </div> |
| 74 </div> | 75 </div> |
| 75 </div> | 76 </div> |
| 76 </body> | 77 </body> |
| 77 <script src="../shared/js/i18n_template.js"></script> | 78 <script src="../shared/js/i18n_template.js"></script> |
| 78 <script> | 79 <script> |
| 79 i18nTemplate.process(document, templateData); | 80 i18nTemplate.process(document, templateData); |
| 80 </script> | 81 </script> |
| 81 </html> | 82 </html> |
| OLD | NEW |