<ahref="#"onclick="removeState('<?=$srcip?>', '<?=$dstip?>');"name="i:<?=$srcip?>:<?=$dstip?>"class="btn btn-default"title="<?=gettext('Remove all state entries from')?><?=$srcip?><?=gettext('to')?><?=$dstip?>"><spanclass="glyphicon glyphicon-remove"></span></a>
<ahref="#"data-rowid="r<?=$rowid?>"data-srcip="<?=$srcip?>"data-dstip="<?=$dstip;?>"class="act_del btn btn-default"title="<?=gettext('Remove all state entries from')?><?=$srcip?><?=gettext('to')?><?=$dstip?>"><spanclass="glyphicon glyphicon-remove"></span></a>
</td>
</tr>
<?php
$row++;
endwhile;
if($row==0):?>
<tr>
<tdcolspan="5"><?=gettext("No states were found.")?></td>
</tr>
<?php
endif;
pclose($fd);?>
</tbody>
<tfoot>
<?php
if(!empty($_POST['filter'])):?>
<tr>
<tdcolspan="5"><?=gettext("States matching current filter")?>: <?=$row?></td>