WebAPI: add new method setTags to upsert tags on torrents
[qBittorrent.git] / src / webui / www / private / views / properties.html
blobe3cb42b1b7183f341a3e30f3981199ec3e9aca2a
1 <div id="propGeneral" class="propertiesTabContent invisible unselectable">
2 <div id="propProgressWrapper">
3 <span>QBT_TR(Progress:)QBT_TR[CONTEXT=PropertiesWidget]</span>
4 <span id="progress"></span>
5 <span id="progressPercentage"></span>
6 </div>
7 <hr>
8 <fieldset>
9 <legend><b>QBT_TR(Transfer)QBT_TR[CONTEXT=PropertiesWidget]</b></legend>
10 <table style="width: 100%">
11 <tbody>
12 <tr>
13 <td class="generalLabel">QBT_TR(Time Active:)QBT_TR[CONTEXT=PropertiesWidget]</td>
14 <td id="time_elapsed"></td>
15 <td class="generalLabel">QBT_TR(ETA:)QBT_TR[CONTEXT=PropertiesWidget]</td>
16 <td id="eta"></td>
17 <td class="generalLabel">QBT_TR(Connections:)QBT_TR[CONTEXT=PropertiesWidget]</td>
18 <td id="nb_connections"></td>
19 </tr>
20 <tr>
21 <td class="generalLabel">QBT_TR(Downloaded:)QBT_TR[CONTEXT=PropertiesWidget]</td>
22 <td id="total_downloaded"></td>
23 <td class="generalLabel">QBT_TR(Uploaded:)QBT_TR[CONTEXT=PropertiesWidget]</td>
24 <td id="total_uploaded"></td>
25 <td class="generalLabel">QBT_TR(Seeds:)QBT_TR[CONTEXT=PropertiesWidget]</td>
26 <td id="seeds"></td>
27 </tr>
28 <tr>
29 <td class="generalLabel">QBT_TR(Download Speed:)QBT_TR[CONTEXT=PropertiesWidget]</td>
30 <td id="dl_speed"></td>
31 <td class="generalLabel">QBT_TR(Upload Speed:)QBT_TR[CONTEXT=PropertiesWidget]</td>
32 <td id="up_speed"></td>
33 <td class="generalLabel">QBT_TR(Peers:)QBT_TR[CONTEXT=PropertiesWidget]</td>
34 <td id="peers"></td>
35 </tr>
36 <tr>
37 <td class="generalLabel">QBT_TR(Download Limit:)QBT_TR[CONTEXT=PropertiesWidget]</td>
38 <td id="dl_limit"></td>
39 <td class="generalLabel">QBT_TR(Upload Limit:)QBT_TR[CONTEXT=PropertiesWidget]</td>
40 <td id="up_limit"></td>
41 <td class="generalLabel">QBT_TR(Wasted:)QBT_TR[CONTEXT=PropertiesWidget]</td>
42 <td id="total_wasted"></td>
43 </tr>
44 <tr>
45 <td class="generalLabel">QBT_TR(Share Ratio:)QBT_TR[CONTEXT=PropertiesWidget]</td>
46 <td id="share_ratio"></td>
47 <td class="generalLabel">QBT_TR(Reannounce In:)QBT_TR[CONTEXT=PropertiesWidget]</td>
48 <td id="reannounce"></td>
49 <td class="generalLabel">QBT_TR(Last Seen Complete:)QBT_TR[CONTEXT=PropertiesWidget]</td>
50 <td id="last_seen"></td>
51 </tr>
52 <tr>
53 <td class="generalLabel" title="QBT_TR(Ratio / Time Active (in months), indicates how popular the torrent is)QBT_TR[CONTEXT=PropertiesWidget]">QBT_TR(Popularity:)QBT_TR[CONTEXT=PropertiesWidget]</td>
54 <td id="popularity" title="QBT_TR(Ratio / Time Active (in months), indicates how popular the torrent is)QBT_TR[CONTEXT=PropertiesWidget]"></td>
55 </tr>
56 </tbody>
57 </table>
58 </fieldset>
59 <fieldset>
60 <legend><b>QBT_TR(Information)QBT_TR[CONTEXT=PropertiesWidget]</b></legend>
61 <table style="width: 100%">
62 <tbody>
63 <tr>
64 <td class="generalLabel">QBT_TR(Total Size:)QBT_TR[CONTEXT=PropertiesWidget]</td>
65 <td id="total_size"></td>
66 <td class="generalLabel">QBT_TR(Pieces:)QBT_TR[CONTEXT=PropertiesWidget]</td>
67 <td id="pieces"></td>
68 <td class="generalLabel">QBT_TR(Created By:)QBT_TR[CONTEXT=PropertiesWidget]</td>
69 <td id="created_by"></td>
70 </tr>
71 <tr>
72 <td class="generalLabel">QBT_TR(Added On:)QBT_TR[CONTEXT=PropertiesWidget]</td>
73 <td id="addition_date"></td>
74 <td class="generalLabel">QBT_TR(Completed On:)QBT_TR[CONTEXT=PropertiesWidget]</td>
75 <td id="completion_date"></td>
76 <td class="generalLabel">QBT_TR(Created On:)QBT_TR[CONTEXT=PropertiesWidget]</td>
77 <td id="creation_date"></td>
78 </tr>
79 <tr>
80 <td class="generalLabel">QBT_TR(Private:)QBT_TR[CONTEXT=PropertiesWidget]</td>
81 <td id="private"></td>
82 </tr>
83 <tr>
84 <td class="generalLabel">QBT_TR(Info Hash v1:)QBT_TR[CONTEXT=PropertiesWidget]</td>
85 <td colspan="5" id="torrent_hash_v1"></td>
86 </tr>
87 <tr>
88 <td class="generalLabel">QBT_TR(Info Hash v2:)QBT_TR[CONTEXT=PropertiesWidget]</td>
89 <td colspan="5" id="torrent_hash_v2"></td>
90 </tr>
91 <tr>
92 <td class="generalLabel">QBT_TR(Save Path:)QBT_TR[CONTEXT=PropertiesWidget]</td>
93 <td colspan="5" id="save_path"></td>
94 </tr>
95 <tr>
96 <td class="generalLabel">QBT_TR(Comment:)QBT_TR[CONTEXT=PropertiesWidget]</td>
97 <td colspan="5" style="white-space: pre-wrap;" id="comment"></td>
98 </tr>
99 </tbody>
100 </table>
101 </fieldset>
102 </div>
104 <div id="propTrackers" class="propertiesTabContent invisible unselectable">
105 <div id="trackers">
106 <div id="torrentTrackersTableFixedHeaderDiv" class="dynamicTableFixedHeaderDiv">
107 <table class="dynamicTable" style="position:relative;">
108 <thead>
109 <tr class="dynamicTableHeader"></tr>
110 </thead>
111 </table>
112 </div>
113 <div id="torrentTrackersTableDiv" class="dynamicTableDiv">
114 <table class="dynamicTable">
115 <thead>
116 <tr class="dynamicTableHeader"></tr>
117 </thead>
118 <tbody></tbody>
119 </table>
120 </div>
121 </div>
122 </div>
124 <div id="propPeers" class="propertiesTabContent invisible unselectable">
125 <div>
126 <div id="torrentPeersTableFixedHeaderDiv" class="dynamicTableFixedHeaderDiv">
127 <table class="dynamicTable" style="position:relative;">
128 <thead>
129 <tr class="dynamicTableHeader"></tr>
130 </thead>
131 </table>
132 </div>
133 <div id="torrentPeersTableDiv" class="dynamicTableDiv">
134 <table class="dynamicTable">
135 <thead>
136 <tr class="dynamicTableHeader"></tr>
137 </thead>
138 <tbody></tbody>
139 </table>
140 </div>
141 </div>
142 </div>
144 <div id="propWebSeeds" class="propertiesTabContent invisible unselectable">
145 <div id="webseeds">
146 <div id="torrentWebseedsTableFixedHeaderDiv" class="dynamicTableFixedHeaderDiv">
147 <table class="dynamicTable" style="position:relative;">
148 <thead>
149 <tr class="dynamicTableHeader"></tr>
150 </thead>
151 </table>
152 </div>
153 <div id="torrentWebseedsTableDiv" class="dynamicTableDiv">
154 <table class="dynamicTable">
155 <thead>
156 <tr class="dynamicTableHeader"></tr>
157 </thead>
158 <tbody></tbody>
159 </table>
160 </div>
161 </div>
162 </div>
164 <div id="propFiles" class="propertiesTabContent invisible unselectable">
165 <div id="torrentFiles">
166 <div id="torrentFilesTableFixedHeaderDiv" class="dynamicTableFixedHeaderDiv">
167 <table class="dynamicTable" style="position:relative;">
168 <thead>
169 <tr class="dynamicTableHeader"></tr>
170 </thead>
171 </table>
172 </div>
173 <div id="torrentFilesTableDiv" class="dynamicTableDiv">
174 <table class="dynamicTable">
175 <thead>
176 <tr class="dynamicTableHeader"></tr>
177 </thead>
178 <tbody></tbody>
179 </table>
180 </div>
181 </div>
182 </div>