From c9defa2a58670dafe689a011af7d280447ce25d8 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 25 Oct 2001 10:20:58 +0000 Subject: [PATCH] The JavaScript code is now defined in on-line/javascript/graphLinks.xsl and it is shared with medataLib.xsl. --- helm/on-line/xslt/makeGraphLinks.xsl | 76 ++-------------------------- 1 file changed, 3 insertions(+), 73 deletions(-) diff --git a/helm/on-line/xslt/makeGraphLinks.xsl b/helm/on-line/xslt/makeGraphLinks.xsl index 96fd31654..f56026f40 100644 --- a/helm/on-line/xslt/makeGraphLinks.xsl +++ b/helm/on-line/xslt/makeGraphLinks.xsl @@ -45,6 +45,7 @@ + - @@ -196,9 +126,9 @@ HM_Array1 = [ [,,, ,,,,,,,,,,,,,,,, 1,true], -["Objects this one depends on.","javascript:window.open(mkDepURL(selectedURI),'graph')",1,0,0], +["Objects this one depends on.","javascript:window.open(mkDepURL(selectedURI,false),'graph')",1,0,0], ["Render this object.","javascript:window.open(mkCICURL(selectedURI),'cic')",1,0,0], -["Objects depending on this one.","javascript:window.open(mkMetaURL(selectedURI),'graph')",1,0,0] +["Objects depending on this one.","javascript:window.open(mkMetaURL(selectedURI,false),'graph')",1,0,0] ]; ]]> -- 2.39.2