From: Mike Taylor
Date: Fri, 15 Dec 2006 18:07:40 +0000 (+0000)
Subject: Link to statistics for found hosts.
X-Git-Tag: CPAN-v1.02~663
X-Git-Url: http://jsfdemo.indexdata.com/cgi-bin?a=commitdiff_plain;h=870e0429d5ec1e32b35bd177b3989b07be17321a;p=irspy-moved-to-github.git
Link to statistics for found hosts.
---
diff --git a/web/htdocs/details/found.mc b/web/htdocs/details/found.mc
index a639991..da9cc2b 100644
--- a/web/htdocs/details/found.mc
+++ b/web/htdocs/details/found.mc
@@ -1,4 +1,4 @@
-%# $Id: found.mc,v 1.23 2006-12-14 16:41:06 mike Exp $
+%# $Id: found.mc,v 1.24 2006-12-15 18:07:40 mike Exp $
<%once>
sub print_navlink {
my($params, $cond, $caption, $skip) = @_;
@@ -165,4 +165,8 @@ print_navlink(\%params, $last < $n, "Next", $skip+$count);
xml_encode(join("&", map { "id=" . uri_escape($_) } @ids))
%>">[Test all targets on this list]
+
+ ">[Statistics for targets on this list]
+
% }