Adding two m.performance links

git-svn-id: svn://10.0.0.236/trunk@110700 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
2001-12-18 07:52:18 +00:00
parent 257e00dd8c
commit bdb23ac729

View File

@@ -200,7 +200,15 @@ sub show_graph {
print "</li>\n";
print "<li>\n";
print "<a href=\"rawdata.cgi?tbox=$TBOX&testname=$TESTNAME&days=$DAYS\">Show the raw data for this plot.</a>";
print "<a href=\"rawdata.cgi?tbox=$TBOX&testname=$TESTNAME&days=$DAYS\">Show the raw data for this plot</a>";
print "</li>\n";
print "<li>\n";
print "<a href=\"mailto:mozilla-performance\@mozilla.org?subject=Perf: $TBOX/$TESTNAME test regression\">Mail m.performance about regressions for this test</a>";
print "</li>\n";
print "<li>\n";
print "<a href=\"news://news.mozilla.org/netscape.public.mozilla.performance\">performance newsgroup</a>";
print "</li>\n";
print "</font>";