2014-12-08 21:00:00 +01:00
|
|
|
<div id="prop_general">
|
|
|
|
<fieldset>
|
2014-12-17 14:58:32 +03:00
|
|
|
<legend><b>QBT_TR(Transfer)QBT_TR</b></legend>
|
2014-12-08 21:00:00 +01:00
|
|
|
<table>
|
2014-12-17 14:58:32 +03:00
|
|
|
<tr><td style="text-align:right; padding: 4px;">QBT_TR(Uploaded:)QBT_TR</td><td style="padding-right: 20px;" id="total_uploaded"></td><td style="text-align:right; padding: 4px;">QBT_TR(UP limit:)QBT_TR</td><td style="padding-right: 20px;" id="up_limit"></td><td style="text-align:right; padding: 4px;">QBT_TR(Share ratio:)QBT_TR</td><td id="share_ratio"></td></tr>
|
|
|
|
<tr><td style="text-align:right; padding: 4px;">QBT_TR(Downloaded:)QBT_TR</td><td style="padding-right: 20px;" id="total_downloaded"></td><td style="text-align:right; padding: 4px;">QBT_TR(DL limit:)QBT_TR</td><td style="padding-right: 20px;" id="dl_limit"></td><td style="text-align:right; padding: 4px;">QBT_TR(Connections:)QBT_TR</td><td id="nb_connections"></td></tr>
|
|
|
|
<tr><td style="text-align:right; padding: 4px;">QBT_TR(Wasted:)QBT_TR</td><td style="padding-right: 20px;" id="total_wasted"></td><td style="text-align:right; padding: 4px;">QBT_TR(Time active:)QBT_TR</td><td style="padding-right: 20px;" id="time_elapsed"></td><td></td></tr>
|
2014-12-08 21:00:00 +01:00
|
|
|
</table>
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
<fieldset>
|
2014-12-17 14:58:32 +03:00
|
|
|
<legend><b>QBT_TR(Information)QBT_TR</b></legend>
|
2014-12-08 21:00:00 +01:00
|
|
|
<table>
|
2014-12-17 14:58:32 +03:00
|
|
|
<tr><td style="text-align:right; padding: 4px;">QBT_TR(Save path:)QBT_TR</td><td id="save_path"></td></tr>
|
|
|
|
<tr><td style="text-align:right; padding: 4px;">QBT_TR(Created on:)QBT_TR</td><td id="creation_date"></td></tr>
|
2015-01-08 18:34:35 +01:00
|
|
|
<tr><td style="text-align:right; padding: 4px;">QBT_TR(Piece size:)QBT_TR</td><td id="piece_size"></td></tr>
|
2014-12-17 14:58:32 +03:00
|
|
|
<tr><td style="text-align:right; padding: 4px;">QBT_TR(Torrent hash:)QBT_TR</td><td id="torrent_hash"></td></tr>
|
2015-05-23 22:18:52 +02:00
|
|
|
<tr><td style="vertical-align: top; padding: 4px; text-align:right;">QBT_TR(Comment:)QBT_TR</td>
|
|
|
|
<td><textarea name="comment" id="comment" rows="5" cols="80" readonly></textarea></td></tr>
|
2014-12-08 21:00:00 +01:00
|
|
|
</table>
|
|
|
|
<br/>
|
|
|
|
</fieldset>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="prop_trackers" class="invisible">
|
|
|
|
<div id="trackers">
|
|
|
|
<table class="torrentTable" cellpadding="0" cellspacing="0" style="width: 100%">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2015-07-09 18:00:17 +02:00
|
|
|
<th style="width: 30%;">QBT_TR(URL)QBT_TR <img src="theme/list-add" id="addTrackersPlus"/></th>
|
|
|
|
<th style="width: 10%;">QBT_TR(Status)QBT_TR</th>
|
|
|
|
<th style="width: 10%;">QBT_TR(Peers)QBT_TR</th>
|
|
|
|
<th style="width: 50%;">QBT_TR(Message)QBT_TR</th>
|
2014-12-08 21:00:00 +01:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody id="trackersTable"></tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2015-06-12 17:52:01 +02:00
|
|
|
<div id="prop_webseeds" class="invisible">
|
|
|
|
<div id="webseeds">
|
|
|
|
<table class="torrentTable" cellpadding="0" cellspacing="0" style="width: 100%">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>QBT_TR(URL)QBT_TR</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody id="webseedsTable"></tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2014-12-08 21:00:00 +01:00
|
|
|
<div id="prop_files" class="invisible">
|
|
|
|
<div id="torrentFiles">
|
|
|
|
<table class="torrentTable" cellpadding="0" cellspacing="0" style="width: 100%">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th style="width: 30px; border-right: 0"><input type="checkbox" id="tristate_cb" style="display: none;" onclick="javascript:switchCBState()" /><label id="all_files_cb" class="tristate" for="tristate_cb"></label></th>
|
2014-12-17 14:58:32 +03:00
|
|
|
<th>QBT_TR(Name)QBT_TR</th>
|
|
|
|
<th style="width: 150px;">QBT_TR(Size)QBT_TR</th>
|
|
|
|
<th style="width: 90px;">QBT_TR(Progress)QBT_TR</th>
|
|
|
|
<th style="width: 150px; border-right: 0">QBT_TR(Priority)QBT_TR</th>
|
2014-12-08 21:00:00 +01:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody id="filesTable"></tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
2015-05-23 22:18:52 +02:00
|
|
|
</div>
|