Link to statistics for found hosts.
authorMike Taylor <mike@indexdata.com>
Fri, 15 Dec 2006 18:07:40 +0000 (18:07 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 15 Dec 2006 18:07:40 +0000 (18:07 +0000)
web/htdocs/details/found.mc

index a639991..da9cc2b 100644 (file)
@@ -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]</a>
      </p>
+     <p>
+      <a href="<% "/stats.html?query=" . xml_encode(uri_escape($query))
+       %>">[Statistics for targets on this list]</a>
+     </p>
 % }