mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-18 14:11:50 +03:00
22 lines
1,010 B
HTML
22 lines
1,010 B
HTML
|
<table class="torrentTable" cellpadding="0" cellspacing="0">
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th></th>
|
||
|
<th>_(Name)</th>
|
||
|
<th id='prioHeader'>#</th>
|
||
|
<th>_(Size)</th>
|
||
|
<th style="width: 90px;">_(Done)</th>
|
||
|
<th>_(Seeds)</th>
|
||
|
<th>_(Peers)</th>
|
||
|
<th>_(Down Speed)</th>
|
||
|
<th>_(Up Speed)</th>
|
||
|
<th>_(ETA)</th>
|
||
|
<th>_(Ratio)</th>
|
||
|
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody id="myTable"></tbody>
|
||
|
</table>
|
||
|
<script>
|
||
|
myTable.setup('myTable', 4);
|
||
|
</script>
|