popup.html revision d3868032626d59662ff73b372b5d584c1d144c53
1<!DOCTYPE HTML>
2<html>
3<head>
4  <title></title>
5  <script src="popup.js"></script>
6  <link rel="stylesheet" type="text/css" href="popup.css">
7  <link rel="icon" href="icon19.png">
8</head>
9<body>
10<div id="outer">
11  <div id="head">
12    <a id="bad-chrome-version" hidden
13        href="https://www.google.com/intl/en/chrome/browser/beta.html"></a>
14    <span id="empty" hidden></span>
15    <input type="search" id="q" incremental>
16    <a href="#" id="clear-all"><svg viewBox="0 0 100 100"><g>
17      <rect x="5" y="5" rx="20" ry="20" width="90" height="90" class="border" />
18      <ellipse rx="30" ry="8" cx="50" cy="55" />
19      <ellipse rx="20" ry="5" cx="50" cy="80" />
20      <line x1="20" y1="55" x2="30" y2="83" />
21      <line x1="40" y1="60" x2="43" y2="83" />
22      <line x1="60" y1="60" x2="56" y2="83" />
23      <line x1="80" y1="55" x2="69" y2="83" />
24      <polygon points="25,20 35,20 35,40 40,40 30,55 20,40 25,40" />
25      <polygon points="45,20 55,20 55,40 60,40 50,55 40,40 45,40" />
26      <polygon points="65,20 75,20 75,40 80,40 70,55 60,40 65,40" />
27      </g></svg></a>
28    <a href="#" id="open-folder"><svg viewBox="0 0 100 100"><g>
29      <rect x="5" y="5" rx="20" ry="20" width="90" height="90" class="border" />
30      <polygon points="20,20 20,80 60,80 60,30 35,30 35,20" />
31      <polygon points="20,80 60,80 80,45 40,45" />
32      </g></svg></a>
33    <div class="clearfix"> </div>
34  </div>
35  <div id="searching" hidden></div>
36  <div id="search-zero" hidden></div>
37  <div id="items"></div>
38  <a href="#" id="older" hidden></a>
39  <span id="loading-older" hidden></span>
40</div>
41
42<div class="item" hidden>
43  <img class="icon" src="icon38.png">
44  <div class="more" hidden>
45    <span class="more-left">
46      <div class="start-time"></div>
47      <div class="complete-size"></div>
48    </span>
49    <a href="#" class="referrer"><svg viewBox="0 0 100 100"><g>
50      <rect x="5" y="5" rx="20" ry="20" width="90" height="90" class="border" />
51      <ellipse cx="35" cy="50" rx="20" ry="20" />
52      <ellipse cx="60" cy="50" rx="20" ry="20" />
53      </g></svg></a>
54    <a href="#" class="show-folder"><svg viewBox="0 0 100 100"><g>
55      <rect x="5" y="5" rx="20" ry="20" width="90" height="90" class="border" />
56      <polygon points="20,20 20,80 60,80 60,30 35,30 35,20" />
57      <polygon points="20,80 60,80 80,45 40,45" />
58      </g></svg></a>
59    <a href="#" class="remove-file"><svg viewBox="0 0 100 100"><g>
60      <rect x="5" y="5" rx="20" ry="20" width="90" height="90" class="border" />
61      <polygon points="20,45 45,20 75,20 75,75 20,75, 20,45 45,45 45,20" />
62      <line x1="45" y1="45" x2="80" y2="80" />
63      <line x1="80" y1="45" x2="45" y2="80" />
64      </g></svg></a>
65    <a href="#" class="erase"><svg viewBox="0 0 100 100"><g>
66      <rect x="5" y="5" rx="20" ry="20" width="90" height="90" class="border" />
67      <ellipse rx="30" ry="10" cx="50" cy="40" />
68      <ellipse rx="20" ry="10" cx="50" cy="70" />
69      <line x1="20" y1="35" x2="30" y2="75" />
70      <line x1="80" y1="35" x2="65" y2="75" />
71      <line x1="50" y1="50" x2="50" y2="80" />
72      </g></svg></a>
73  </div>
74  <a href="#" class="pause"><svg viewBox="0 0 100 100"><g>
75    <rect x="5" y="5" rx="20" ry="20" width="90" height="90" class="border" />
76    <rect x="25" y="25" rx="20" ry="20" width="15" height="50" />
77    <rect x="55" y="25" rx="20" ry="20" width="15" height="50" />
78    </g></svg></a>
79  <a href="#" class="resume"><svg viewBox="0 0 100 100"><g>
80    <rect x="5" y="5" rx="20" ry="20" width="90" height="90" class="border" />
81    <polygon points="25,25 75,50 25,75">
82    </g></svg></a>
83  <a href="#" class="cancel"><svg viewBox="0 0 100 100"><g>
84    <rect x="5" y="5" rx="20" ry="20" width="90" height="90" class="border" />
85    <line x1="25" y1="25" x2="75" y2="75" />
86    <line x1="75" y1="25" x2="25" y2="75" />
87    </g></svg></a>
88  <span class="file-url">
89    <div class="file-url-head">
90      <span class="removed"></span>
91      <a href="#" class="open-filename"></a>
92      <span class="error"></span>
93      <span class="in-progress">
94        <span class="progress"></span>
95        <span class="time-left"></span>
96      </span>
97    </div>
98    <div class="meter"><span /></div>
99    <a href="#" class="url" download=""></a>
100  </span>
101</div>
102<span id="text-width-probe"></span>
103</body>
104</html>
105