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