From 2ae61e8f2763123b3451d531c9115488b59471d1 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Sun, 13 Jan 2002 22:18:03 +0000 Subject: [PATCH] adding multiquery links at the bottom --- webtools/graph/multiquery.cgi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/webtools/graph/multiquery.cgi b/webtools/graph/multiquery.cgi index a66cf9c57d48..e463c850508c 100755 --- a/webtools/graph/multiquery.cgi +++ b/webtools/graph/multiquery.cgi @@ -132,6 +132,14 @@ sub show_graphs { print "\n"; + # + # Links at the bottom. + # + + print "
  • \n"; + print "Multiqueries: (startup, xulwinopen, pageload, build your own multiquery)"; + print "
  • \n"; + print "\n"; }