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="stylesheet" href="../shared/css/chrome_shared.css"> | 6 <link rel="stylesheet" href="../../../../ui/webui/resources/css/chrome_shared.
css"> |
7 <!-- This has to come after chrome_shared.css --> | 7 <!-- This has to come after chrome_shared.css --> |
8 <link rel="stylesheet" href="downloads.css"> | 8 <link rel="stylesheet" href="downloads.css"> |
9 <script src="chrome://resources/js/load_time_data.js"></script> | 9 <script src="chrome://resources/js/load_time_data.js"></script> |
10 <script src="chrome://resources/js/util.js"></script> | 10 <script src="chrome://resources/js/util.js"></script> |
11 <script src="chrome://downloads/downloads.js"></script> | 11 <script src="chrome://downloads/downloads.js"></script> |
12 </head> | 12 </head> |
13 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 13 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
14 <div class="header"> | 14 <div class="header"> |
15 <a id="search-link" href=""> | 15 <a id="search-link" href=""> |
16 <img src="../shared/images/downloads_section.png" | 16 <img src="../../../../ui/webui/resources/images/downloads_section.png" |
17 width="67" height="67" class="logo" border="0"> | 17 width="67" height="67" class="logo" border="0"> |
18 </a> | 18 </a> |
19 <input id="term" type="search" tabindex=1 | 19 <input id="term" type="search" tabindex=1 |
20 i18n-values="placeholder:searchbutton" class="form" autofocus incrementa
l> | 20 i18n-values="placeholder:searchbutton" class="form" autofocus incrementa
l> |
21 </div> | 21 </div> |
22 <div class="main"> | 22 <div class="main"> |
23 <div id="downloads-summary"> | 23 <div id="downloads-summary"> |
24 <span id="downloads-summary-text" i18n-content="downloads"></span> | 24 <span id="downloads-summary-text" i18n-content="downloads"></span> |
25 <span id="downloads-actions"> | 25 <span id="downloads-actions"> |
26 <a id="open-downloads-folder" href="#" | 26 <a id="open-downloads-folder" href="#" |
27 i18n-content="open_downloads_folder"> | 27 i18n-content="open_downloads_folder"> |
28 </a> | 28 </a> |
29 <a id="clear-all" href="#" i18n-content="clear_all"></a> | 29 <a id="clear-all" href="#" i18n-content="clear_all"></a> |
30 </span> | 30 </span> |
31 </div> | 31 </div> |
32 <div id="downloads-display"></div> | 32 <div id="downloads-display"></div> |
33 </div> | 33 </div> |
34 <script src="chrome://downloads/strings.js"></script> | 34 <script src="chrome://downloads/strings.js"></script> |
35 <script src="chrome://resources/js/i18n_template2.js"></script> | 35 <script src="chrome://resources/js/i18n_template2.js"></script> |
36 </body> | 36 </body> |
37 </html> | 37 </html> |
OLD | NEW |