| 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 <title i18n-content="title"></title> | 5 <title i18n-content="title"></title> |
| 6 <link rel="icon" href="chrome://theme/IDR_DOWNLOADS_FAVICON"> | 6 <link rel="icon" href="chrome://theme/IDR_DOWNLOADS_FAVICON"> |
| 7 <link rel="stylesheet" href="../shared/css/chrome_shared2.css"> | 7 <link rel="stylesheet" href="../shared/css/chrome_shared.css"> |
| 8 <!-- This has to come after chrome_shared2.css --> | 8 <!-- This has to come after chrome_shared.css --> |
| 9 <link rel="stylesheet" href="../old_webui.css"> | 9 <link rel="stylesheet" href="../old_webui.css"> |
| 10 <link rel="stylesheet" href="../shared/css/widgets.css"> | |
| 11 <link rel="stylesheet" href="downloads.css"> | 10 <link rel="stylesheet" href="downloads.css"> |
| 12 <script src="chrome://resources/js/load_time_data.js"></script> | 11 <script src="chrome://resources/js/load_time_data.js"></script> |
| 13 <script src="chrome://resources/js/util.js"></script> | 12 <script src="chrome://resources/js/util.js"></script> |
| 14 <script src="chrome://downloads/downloads.js"></script> | 13 <script src="chrome://downloads/downloads.js"></script> |
| 15 </head> | 14 </head> |
| 16 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 15 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
| 17 <div class="header"> | 16 <div class="header"> |
| 18 <a id="search-link" href=""> | 17 <a id="search-link" href=""> |
| 19 <img src="../shared/images/downloads_section.png" | 18 <img src="../shared/images/downloads_section.png" |
| 20 width="67" height="67" class="logo" border="0"> | 19 width="67" height="67" class="logo" border="0"> |
| (...skipping 10 matching lines...) Expand all Loading... |
| 31 </a> | 30 </a> |
| 32 <a id="clear-all" href="" i18n-content="clear_all"></a> | 31 <a id="clear-all" href="" i18n-content="clear_all"></a> |
| 33 </span> | 32 </span> |
| 34 </div> | 33 </div> |
| 35 <div id="downloads-display"></div> | 34 <div id="downloads-display"></div> |
| 36 </div> | 35 </div> |
| 37 <script src="chrome://downloads/strings.js"></script> | 36 <script src="chrome://downloads/strings.js"></script> |
| 38 <script src="chrome://resources/js/i18n_template2.js"></script> | 37 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 39 </body> | 38 </body> |
| 40 </html> | 39 </html> |
| OLD | NEW |