| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 <div id="recently_closed_container" style="display:none;"> | 61 <div id="recently_closed_container" style="display:none;"> |
| 62 <div class="recently-closed-title-container"> | 62 <div class="recently-closed-title-container"> |
| 63 <span class="title" i18n-content="recentlyclosed"></span> | 63 <span class="title" i18n-content="recentlyclosed"></span> |
| 64 </div> | 64 </div> |
| 65 <div class="page-list" id="recently_closed_list"></div> | 65 <div class="page-list" id="recently_closed_list"></div> |
| 66 </div> | 66 </div> |
| 67 <div id="promo_message_on_most_visited" class="promo-message" style="dis
play: none;"></div> | 67 <div id="promo_message_on_most_visited" class="promo-message" style="dis
play: none;"></div> |
| 68 </div> | 68 </div> |
| 69 <div class="main-section" id="incognito_container"> | 69 <div class="main-section" id="incognito_container"> |
| 70 <div class="content"> | 70 <div class="content"> |
| 71 <img src="../shared/images/otr_icon_standalone.png" class="icon"/> | 71 <img src="../shared/images/otr_icon_standalone.png" class="icon"> |
| 72 <span i18n-values=".innerHTML:content"></span> | 72 <span i18n-values=".innerHTML:content"></span> |
| 73 </div> | 73 </div> |
| 74 </div> | 74 </div> |
| 75 </div> | 75 </div> |
| 76 </body> | 76 </body> |
| 77 <script src="../shared/js/i18n_template.js"></script> | 77 <script src="../shared/js/i18n_template.js"></script> |
| 78 <script> | 78 <script> |
| 79 i18nTemplate.process(document, templateData); | 79 i18nTemplate.process(document, templateData); |
| 80 </script> | 80 </script> |
| 81 </html> | 81 </html> |
| OLD | NEW |