Provide cross-links between functional and performance matrices

Signed-off-by: Martin J. Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@733 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/tko/display.py b/tko/display.py
index fc8375e..caba11f 100755
--- a/tko/display.py
+++ b/tko/display.py
@@ -68,3 +68,10 @@
 			tests.remove(test)
 	return results + sorted(tests)
 
+
+def print_main_header():
+	print '<h2>'
+	print '<a href="machine_kernel.cgi">Functional</a>'
+	print '&nbsp&nbsp&nbsp'
+	print '<a href="machine_benchmark.cgi">Performance</a>'
+	print '</h2><p>'