From a688af6ca4bb0016fa4f675644f9d63070af5c00 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Fri, 25 Aug 2006 11:46:55 +0000 Subject: [PATCH] set links properly for OLD and NEW results --- ir/be/test/makediffhtml.xslt | 73 ++++++++++++++++++++++++++++++++++-- 1 file changed, 69 insertions(+), 4 deletions(-) diff --git a/ir/be/test/makediffhtml.xslt b/ir/be/test/makediffhtml.xslt index 54e5e2d1f..6e7d82c65 100644 --- a/ir/be/test/makediffhtml.xslt +++ b/ir/be/test/makediffhtml.xslt @@ -12,10 +12,75 @@ background-color: red; color: white; - - background-color: black; color: white; - - + + + + + + + color: white; + + + color: black; + + + + + /result_gcc_.txt + + + /result_gcc_.txt + + + + + + + + + + color: white; + + + color: black; + + + + + + /result_firm_.txt + + /result_firm_.txt + + + + + + + + + + color: white; + + + color: black; + + + + + /result_diff_.txt + + + /result_diff_.txt + + + + + + + + + -- 2.20.1