From b651b92d8ca72e5e0d7c6630b82b42cc2d16718c Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 12 Oct 2001 08:34:14 +0000 Subject: [PATCH] New implementation of the graph staff: logic moved from mk_html.pl to the stylesheets. --- helm/on-line/xslt/metadataLib.xsl | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/helm/on-line/xslt/metadataLib.xsl b/helm/on-line/xslt/metadataLib.xsl index b4f56cca6..414eb8b10 100644 --- a/helm/on-line/xslt/metadataLib.xsl +++ b/helm/on-line/xslt/metadataLib.xsl @@ -6,7 +6,7 @@ - + @@ -64,7 +64,9 @@ var url = setParam(location.href,"keys","MMG"); url = setParam(url,"xmluri", getterURL + 'getxml%3Furi%3D' + RDFURI); url = draw_graphURL + 'draw?url=' + escape(url); - document.write('View the graph of all the objects depending on this one.'); + var url2 = setParam(location.href,"keys","ML2,RT"); + url2 = setParam(url2,"xmluri",escape(url)); + document.write('View the graph of all the objects depending on this one.'); ]]>

@@ -78,10 +80,12 @@ var getterURL = ""; var draw_graphURL = ""; View the graph of all the dependencies of this object.'); + var url2 = setParam(location.href,"keys","ML2,RT"); + url2 = setParam(url2,"xmluri",escape(url)); + document.write('View the graph of all the dependencies of this object.'); ]]>

-- 2.39.2