Revision fffcab25
Added by N0YB over 12 years ago
usr/local/www/diag_logs_filter.php | ||
---|---|---|
321 | 321 |
<tr class="<?=$evenRowClass?>"> |
322 | 322 |
<td class="listMRlr" nowrap="nowrap" align="center" sorttable_customkey="<?=$filterent['act']?>"> |
323 | 323 |
<center> |
324 |
<a href="#" onclick="javascript:getURL('diag_logs_filter.php?getrulenum=<?php echo "{$filterent['rulenum']},{$filterent['act']}"; ?>', outputrule);">
|
|
324 |
<a onclick="javascript:getURL('diag_logs_filter.php?getrulenum=<?php echo "{$filterent['rulenum']},{$filterent['act']}"; ?>', outputrule);"> |
|
325 | 325 |
<img border="0" src="<?php echo find_action_image($filterent['act']);?>" width="11" height="11" align="middle" alt="<?php echo $filterent['act'];?>" title="<?php echo $filterent['act'];?>" /> |
326 | 326 |
<?php if ($filterent['count']) echo $filterent['count'];?></a></center></td> |
327 | 327 |
<td class="listMRr" nowrap="nowrap"><?php echo htmlspecialchars($filterent['time']);?></td> |
... | ... | |
348 | 348 |
$dststr = $filterent['dstip'] . get_port_with_service($filterent['dstport'], $proto); |
349 | 349 |
?> |
350 | 350 |
<td class="listMRr" nowrap="nowrap"> |
351 |
<a href="#" onclick="javascript:getURL('diag_dns.php?host=<?php echo "{$filterent['srcip']}"; ?>&dialog_output=true', outputrule);" title="<?=gettext("Reverse Resolve with DNS");?>">
|
|
351 |
<a onclick="javascript:getURL('diag_dns.php?host=<?php echo "{$filterent['srcip']}"; ?>&dialog_output=true', outputrule);" title="<?=gettext("Reverse Resolve with DNS");?>"> |
|
352 | 352 |
<img border="0" src="/themes/<?= $g['theme']; ?>/images/icons/icon_log_d.gif" alt="Icon Reverse Resolve with DNS"/></a> |
353 | 353 |
<a href="diag_dns.php?host=<?php echo $filterent['srcip']; ?>" title="<?=gettext("Reverse Resolve with DNS");?>"> |
354 | 354 |
<img border="0" src="/themes/<?= $g['theme']; ?>/images/icons/icon_log.gif" alt="Icon Reverse Resolve with DNS"/></a> |
... | ... | |
357 | 357 |
<?php echo $srcstr;?> |
358 | 358 |
</td> |
359 | 359 |
<td class="listMRr" nowrap="nowrap"> |
360 |
<a href="#" onclick="javascript:getURL('diag_dns.php?host=<?php echo "{$filterent['dstip']}"; ?>&dialog_output=true', outputrule);" title="<?=gettext("Reverse Resolve with DNS");?>">
|
|
360 |
<a onclick="javascript:getURL('diag_dns.php?host=<?php echo "{$filterent['dstip']}"; ?>&dialog_output=true', outputrule);" title="<?=gettext("Reverse Resolve with DNS");?>"> |
|
361 | 361 |
<img border="0" src="/themes/<?= $g['theme']; ?>/images/icons/icon_log_d.gif" alt="Icon Reverse Resolve with DNS" /></a> |
362 | 362 |
<a href="diag_dns.php?host=<?php echo $filterent['dstip']; ?>" title="<?=gettext("Reverse Resolve with DNS");?>"> |
363 | 363 |
<img border="0" src="/themes/<?= $g['theme']; ?>/images/icons/icon_log.gif" alt="Icon Reverse Resolve with DNS" /></a> |
Also available in: Unified diff
Stay put when viewing rule or DNS dialog (don't scroll)