Rename WebUI toolbar files
[qBittorrent.git] / src / webui / www / private / properties_content.html
blob3e0370800e00cdfef0f358ee52ac6fae33171139
1 <div id="prop_general" class="propertiesTabContent">
2 <fieldset>
3 <legend><b>QBT_TR(Transfer)QBT_TR[CONTEXT=PropertiesWidget]</b></legend>
4 <table style="width: 100%">
5 <tr>
6 <td class="generalLabel">QBT_TR(Time Active:)QBT_TR[CONTEXT=PropertiesWidget]</td>
7 <td id="time_elapsed"></td>
8 <td class="generalLabel">QBT_TR(ETA:)QBT_TR[CONTEXT=PropertiesWidget]</td>
9 <td id="eta"></td>
10 <td class="generalLabel">QBT_TR(Connections:)QBT_TR[CONTEXT=PropertiesWidget]</td>
11 <td id="nb_connections"></td>
12 </tr>
13 <tr>
14 <td class="generalLabel">QBT_TR(Downloaded:)QBT_TR[CONTEXT=PropertiesWidget]</td>
15 <td id="total_downloaded"></td>
16 <td class="generalLabel">QBT_TR(Uploaded:)QBT_TR[CONTEXT=PropertiesWidget]</td>
17 <td id="total_uploaded"></td>
18 <td class="generalLabel">QBT_TR(Seeds:)QBT_TR[CONTEXT=PropertiesWidget]</td>
19 <td id="seeds"></td>
20 </tr>
21 <tr>
22 <td class="generalLabel">QBT_TR(Download Speed:)QBT_TR[CONTEXT=PropertiesWidget]</td>
23 <td id="dl_speed"></td>
24 <td class="generalLabel">QBT_TR(Upload Speed:)QBT_TR[CONTEXT=PropertiesWidget]</td>
25 <td id="up_speed"></td>
26 <td class="generalLabel">QBT_TR(Peers:)QBT_TR[CONTEXT=PropertiesWidget]</td>
27 <td id="peers"></td>
28 </tr>
29 <tr>
30 <td class="generalLabel">QBT_TR(Download Limit:)QBT_TR[CONTEXT=PropertiesWidget]</td>
31 <td id="dl_limit"></td>
32 <td class="generalLabel">QBT_TR(Upload Limit:)QBT_TR[CONTEXT=PropertiesWidget]</td>
33 <td id="up_limit"></td>
34 <td class="generalLabel">QBT_TR(Wasted:)QBT_TR[CONTEXT=PropertiesWidget]</td>
35 <td id="total_wasted"></td>
36 </tr>
37 <tr>
38 <td class="generalLabel">QBT_TR(Share Ratio:)QBT_TR[CONTEXT=PropertiesWidget]</td>
39 <td id="share_ratio"></td>
40 <td class="generalLabel">QBT_TR(Reannounce In:)QBT_TR[CONTEXT=PropertiesWidget]</td>
41 <td id="reannounce"></td>
42 <td class="generalLabel">QBT_TR(Last Seen Complete:)QBT_TR[CONTEXT=PropertiesWidget]</td>
43 <td id="last_seen"></td>
44 </tr>
45 </table>
46 </fieldset>
47 <fieldset>
48 <legend><b>QBT_TR(Information)QBT_TR[CONTEXT=PropertiesWidget]</b></legend>
49 <table style="width: 100%">
50 <tr>
51 <td class="generalLabel">QBT_TR(Total Size:)QBT_TR[CONTEXT=PropertiesWidget]</td>
52 <td id="total_size"></td>
53 <td class="generalLabel">QBT_TR(Pieces:)QBT_TR[CONTEXT=PropertiesWidget]</td>
54 <td id="pieces"></td>
55 <td class="generalLabel">QBT_TR(Created By:)QBT_TR[CONTEXT=PropertiesWidget]</td>
56 <td id="created_by"></td>
57 </tr>
58 <tr>
59 <td class="generalLabel">QBT_TR(Added On:)QBT_TR[CONTEXT=PropertiesWidget]</td>
60 <td id="addition_date"></td>
61 <td class="generalLabel">QBT_TR(Completed On:)QBT_TR[CONTEXT=PropertiesWidget]</td>
62 <td id="completion_date"></td>
63 <td class="generalLabel">QBT_TR(Created On:)QBT_TR[CONTEXT=PropertiesWidget]</td>
64 <td id="creation_date"></td>
65 </tr>
66 <tr>
67 <td class="generalLabel">QBT_TR(Torrent Hash:)QBT_TR[CONTEXT=PropertiesWidget]</td>
68 <td colspan="5" id="torrent_hash"></td>
69 </tr>
70 <tr>
71 <td class="generalLabel">QBT_TR(Save Path:)QBT_TR[CONTEXT=PropertiesWidget]</td>
72 <td colspan="5" id="save_path"></td>
73 </tr>
74 <tr>
75 <td class="generalLabel">QBT_TR(Comment:)QBT_TR[CONTEXT=PropertiesWidget]</td>
76 <td colspan="5" style="white-space: pre-wrap;" id="comment"></td>
77 </tr>
78 </table>
79 </fieldset>
80 </div>
82 <div id="prop_trackers" class="propertiesTabContent invisible unselectable">
83 <div id="trackers">
84 <div id="torrentTrackersTableFixedHeaderDiv" class="dynamicTableFixedHeaderDiv">
85 <table class="dynamicTable" style="position:relative;">
86 <thead>
87 <tr class="dynamicTableHeader"></tr>
88 </thead>
89 </table>
90 </div>
91 <div id="torrentTrackersTableDiv" class="dynamicTableDiv">
92 <table class="dynamicTable">
93 <thead>
94 <tr class="dynamicTableHeader"></tr>
95 </thead>
96 <tbody></tbody>
97 </table>
98 </div>
99 </div>
100 </div>
102 <div id="prop_peers" class="propertiesTabContent invisible unselectable">
103 <div>
104 <div id="torrentPeersTableFixedHeaderDiv" class="dynamicTableFixedHeaderDiv">
105 <table class="dynamicTable" style="position:relative;">
106 <thead>
107 <tr class="dynamicTableHeader"></tr>
108 </thead>
109 </table>
110 </div>
111 <div id="torrentPeersTableDiv" class="dynamicTableDiv">
112 <table class="dynamicTable">
113 <thead>
114 <tr class="dynamicTableHeader"></tr>
115 </thead>
116 <tbody></tbody>
117 </table>
118 </div>
119 </div>
120 </div>
122 <div id="prop_webseeds" class="propertiesTabContent invisible unselectable">
123 <div id="webseeds">
124 <table class="dynamicTable" style="width: 100%">
125 <thead>
126 <tr>
127 <th>QBT_TR(URL)QBT_TR[CONTEXT=TrackerListWidget]</th>
128 </tr>
129 </thead>
130 <tbody id="webseedsTable"></tbody>
131 </table>
132 </div>
133 </div>
135 <div id="prop_files" class="propertiesTabContent invisible unselectable">
136 <div id="torrentFiles">
137 <div id="torrentFilesTableFixedHeaderDiv" class="dynamicTableFixedHeaderDiv">
138 <table class="dynamicTable" style="position:relative;">
139 <thead>
140 <tr class="dynamicTableHeader"></tr>
141 </thead>
142 </table>
143 </div>
144 <div id="torrentFilesTableDiv" class="dynamicTableDiv">
145 <table class="dynamicTable">
146 <thead>
147 <tr class="dynamicTableHeader"></tr>
148 </thead>
149 <tbody></tbody>
150 </table>
151 </div>
152 </div>
153 </div>
155 <script>
156 'use strict';
158 const selectedTab = $(getLocalStorageItem('selected_tab', 'PropGeneralLink'));
159 if (selectedTab)
160 selectedTab.click();
161 </script>