<xsl:param name="CICURI" select="''"/>
<xsl:param name="getterURL" select="''"/>
-<xsl:param name="draw_graphURL" select="'http://phd.cs.unibo.it:8083/'"/>
+<xsl:param name="draw_graphURL" select="'http://localhost:8083/'"/>
<xsl:template match="/">
<html>
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('<a target="graph" href="' + url + '">View the graph of all the objects depending on this one.</a>');
+ var url2 = setParam(location.href,"keys","ML2,RT");
+ url2 = setParam(url2,"xmluri",escape(url));
+ document.write('<a target="graph" href="' + url2 + '">View the graph of all the objects depending on this one.</a>');
]]>
</script>
</p>
var getterURL = "<xsl:value-of select="$getterURL"/>";
var draw_graphURL = "<xsl:value-of select="$draw_graphURL"/>";
<![CDATA[
- var url = setParam(location.href,"keys","MDG");
+ var url = setParam(location.href,"keys","MMG");
url = setParam(url,"xmluri", getterURL + 'getxml%3Furi%3D' + CICURI);
url = draw_graphURL + 'draw?url=' + escape(url);
- document.write('<a target="graph" href="' + url + '">View the graph of all the dependencies of this object.</a>');
+ var url2 = setParam(location.href,"keys","ML2,RT");
+ url2 = setParam(url2,"xmluri",escape(url));
+ document.write('<a target="graph" href="' + url2 + '">View the graph of all the dependencies of this object.</a>');
]]>
</script>
</p>