|
|
|
|
@ -12,6 +12,7 @@
|
|
|
|
|
<th colspan="2">Normal</th>
|
|
|
|
|
<th colspan="2">Solo</th>
|
|
|
|
|
<th colspan="2">MINE</th>
|
|
|
|
|
<th colspan="2">Unsynched</th>
|
|
|
|
|
<th colspan="2">NPC</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
@ -25,6 +26,8 @@
|
|
|
|
|
<th data-sortable="true" data-sorter="durationSorter">Avg</th>
|
|
|
|
|
<th data-sortable="true" data-sorter="durationSorter">Min</th>
|
|
|
|
|
<th data-sortable="true" data-sorter="durationSorter">Avg</th>
|
|
|
|
|
<th data-sortable="true" data-sorter="durationSorter">Min</th>
|
|
|
|
|
<th data-sortable="true" data-sorter="durationSorter">Avg</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
@ -39,6 +42,8 @@
|
|
|
|
|
<td>@record.AvgSolo.Format()</td>
|
|
|
|
|
<td><a href="./mine/@record.TerritoryId">@record.MinMine.Format()</a></td>
|
|
|
|
|
<td>@record.AvgMine.Format()</td>
|
|
|
|
|
<td><a href="./unsync/@record.TerritoryId">@record.MinUnsync.Format()</a></td>
|
|
|
|
|
<td>@record.AvgUnsync.Format()</td>
|
|
|
|
|
<td><a href="./npc/@record.TerritoryId">@record.MinNpc.Format()</a></td>
|
|
|
|
|
<td>@record.AvgNpc.Format()</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|