qBittorrent/src/webui/transferlist.html

22 lines
1,010 B
HTML
Raw Normal View History

2009-11-23 23:16:17 +03:00
<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>