summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/downloads/downloads.html
blob: c6136d3f3e755fb818d27143a90a725da350d166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE HTML>
<html i18n-values="dir:textdirection;">
<head>
  <meta charset="utf-8">
  <title i18n-content="title"></title>
  <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
  <!-- This has to come after chrome_shared.css -->
  <link rel="stylesheet" href="downloads.css">
  <script src="chrome://resources/js/load_time_data.js"></script>
  <script src="chrome://resources/js/util.js"></script>
  <script src="chrome://downloads/downloads.js"></script>
</head>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  <div class="header">
    <a id="search-link" href="">
      <img src="../downloads_section.png"
          width="32" height="32" class="logo" border="0">
    </a>
    <input id="term" type="search" tabindex=1
        i18n-values="placeholder:searchbutton" class="form" autofocus incremental>
  </div>
  <div class="main">
    <div id="downloads-summary">
      <span id="downloads-summary-text" i18n-content="downloads"></span>
      <span id="downloads-actions">
        <a id="open-downloads-folder" href="#"
            i18n-content="open_downloads_folder">
        </a>
        <span id="clear-all-holder"></span>
      </span>
    </div>
    <div id="downloads-display"></div>
  </div>
  <script src="chrome://downloads/strings.js"></script>
  <script src="chrome://resources/js/i18n_template2.js"></script>
</body>
</html>