2008-07-26 15:26:00 +00:00

15 lines
327 B
HTML

<div id="peers" class="gridview">
<table>
<thead>
<tr class="header">
<th class="country"></th>
<th class="name">$_('Address')</th>
<th class="client">$_('Client')</th>
<th class="downspeed">$_('Down Speed')</th>
<th class="upspeed">$_('Up Speed')</th>
</tr>
</thead>
<tbody/>
</table>
</div>